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

This package is not auto-updated.

Last update: 2024-04-13 16:45:45 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%.