cocolis/php

PHP library to use Cocolis.fr API

Installs: 3 106

Dependents: 2

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

Type:package

pkg:composer/cocolis/php

2.1.2 2023-05-15 10:03 UTC

This package is auto-updated.

Last update: 2025-09-15 14:57:36 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