cocolis/php

PHP library to use Cocolis.fr API

2.1.2 2023-05-15 10:03 UTC

This package is auto-updated.

Last update: 2024-03-15 11:38:56 UTC


README

CI Coverage Status

PHP Library to use Cocolis.fr API

This composer package will help you to use Cocolis.fr API.

Documentation

You will find our documentation at https://doc.cocolis.fr

Installation

Composer

composer require cocolis/php

Tests

To run tests, just run :

./vendor/bin/phpunit

It will use phpunit.xml config as default

Coverage

Just run

./vendor/bin/phpunit --coverage-html build/coverage-report