qdequippe / pappers-php-api
PHP Client for Pappers API
1.0.0
2024-09-23 04:06 UTC
Requires
- php: >=8.1
- jane-php/open-api-runtime: ^7.4
Requires (Dev)
- friendsofphp/php-cs-fixer: ^3.13
- jane-php/open-api-3: ^7.4
- rector/rector: ^0.17.0 || ^0.19.0 || ^1.0.0
This package is auto-updated.
Last update: 2025-04-04 15:55:32 UTC
README
PHP library to communicate with Pappers's API.
This SDK is generated automatically with JanePHP from the Pappers OpenAPI specification.
Installation
This library is built atop of PSR-7 and PSR-18. So you will need to install some implementations for those standard interfaces.
If no PSR-18 client or PSR-7 message factory is available yet in your project or you don't know or don't care which one to use, just install some default:
composer require symfony/http-client nyholm/psr7
You can now install the client:
composer require qdequippe/pappers-php-api
Usage
$client = new \Qdequippe\Pappers\Api\Client(); $client->recherche(['api_token' => 'YOUR_TOKEN', 'q' => 'Google']);