php-extended / php-api-fr-fi360-object
A library that implements the php-extended/php-api-fr-fi360-interface library
Package info
gitlab.com/php-extended/php-api-fr-fi360-object
pkg:composer/php-extended/php-api-fr-fi360-object
9.0.2
2026-03-14 09:18 UTC
Requires
Requires (Dev)
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.pharfrom their website. - Then run the following command to install this library as dependency :
php composer.phar php-extended/php-api-fr-fi360-object ^9
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).