Download the PHP package jobbrander/infoconnect-php-client without Composer
On this page you can find all versions of the php package jobbrander/infoconnect-php-client. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download jobbrander/infoconnect-php-client
More information about jobbrander/infoconnect-php-client
Files in jobbrander/infoconnect-php-client
Package infoconnect-php-client
Short Description Infoconnect API Client for PHP projects
License Apache-2.0
Homepage https://github.com/JobBrander/infoconnect-php-client
Informations about the package infoconnect-php-client
Infoconnect PHP Client
Infoconnect provides some excellent company and personnel data that you can access via their API. This wrapper makes it easy to connect to and use their data in a PHP application. See more information about the Infoconnect API here.
Note: This project is still a work in progress and may change frequently. Be aware of this if you decide to use it in production, and please let me know if you'd like to contribute.
Installation
To install, use composer:
Usage
Get Company by ID
Search for Companies
Using GET Method
Using POST Method
Get Number of Results for Search
Testing
Unit testing is important. If you're going to make a pull request against this library, please be sure to write some tests as well.
Running Tests
- Run the PHPUnit test suite:
APIKEY=<YOUR API KEY> phpunit
- Run the PHPUnit tests with code coverage report
APIKEY=<YOUR API KEY> phpunit --coverage-text
Contributing
Please see CONTRIBUTING for details.
License
The Apache 2.0. Please see License File for more information.