fortytwo/php-sdk-core

Fortytwo’s Core SDK. Used as base for all the Fortytwo PHP SDKs.

Installs: 6 623

Dependents: 2

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

pkg:composer/fortytwo/php-sdk-core

1.1.1 2016-05-11 14:23 UTC

This package is not auto-updated.

Last update: 2025-10-12 00:57:29 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%.