php-extended / php-api-fr-fi360-object
A library that implements the php-extended/php-api-fr-fi360-interface library
dev-main
2025-03-04 08:49 UTC
Requires
Requires (Dev)
This package is auto-updated.
Last update: 2025-03-04 07:49:56 UTC
README
A library that implements the php-extended/php-api-fr-fi360-interface library.
Installation
The installation of this library is made via composer and the autoloading of all classes of this library is made through their autoloader.
- Download
composer.phar
from their website. - Then run the following command to install this library as dependency :
php composer.phar php-extended/php-api-fr-fi360-object ^8
Basic Usage
This library may be used the following way :
use PhpExtended\ApiFrFi360\ApiFrFi360Endpoint;
$endpoint = new ApiFrFi360Endpoint();
$me = $endpoint->getMe();
/** @var \PhpExtended\ApiFrFi360\ApiFrFi360DetenteurHolderReadInterface $detenteur */
foreach($endpoint->getDetenteurs() as $detenteur)
{
// do something
}
License
MIT (See license file).