fortytwo / php-sdk-core
Fortytwo’s Core SDK. Used as base for all the Fortytwo PHP SDKs.
1.1.1
2016-05-11 14:23 UTC
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: 2026-03-15 03:12:48 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%.