fortytwo / php-sdk-core
Fortytwo’s Core SDK. Used as base for all the Fortytwo PHP SDKs.
Installs: 6 520
Dependents: 2
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 0
Open Issues: 0
Requires
- php: >=5.4.0
- guzzlehttp/guzzle: ^6.1
- jms/serializer: ^1.1
Requires (Dev)
- phpunit/phpunit: ^4.8
This package is not auto-updated.
Last update: 2024-10-12 19:33:32 UTC
README
CORE library for all the Fortytwo PHP SDKs:
- Manage the authentication with fortytwo REST API server.
- Define the URL, prefixes and ressources for each API.
How to use it:
With composer:
Using composer:
composer require fortytwo/php-sdk-core-api
directly:
You can download the library from the Fortytwo Telecom website or on our official Github repository.
Testing:
Execute the following command on the project directory:
vendor/bin/phpunit -c tests/Phpunit.xml
Currently the code coverage is 100%.