iadvize/php-rest-library

This package is abandoned and no longer maintained. No replacement package was suggested.
There is no license information available for the latest version (0.2.1) of this package.

Framework agnostic library that follows iAdvize API rest conventions

0.2.1 2018-02-12 09:00 UTC

This package is not auto-updated.

Last update: 2018-02-12 09:17:21 UTC


README

Library to enforce iAdvize RFC in you Rest API

Installation

This library is available on packagist at https://packagist.org/packages/iadvize/php-rest-library

With composer

composer require iadvize/php-rest-library

Manually

git clone git@github.com:iadvize/php-rest-library.git

Description & usage

This library is framework agnostic. It provides helpers to help implement iadvize REST API convention. For now only response storage classes are available.

Tests

To launch unit tests without code coverage report generation

./vendor/bin/phpunit --configuration=tests/phpunit.xml --no-coverage

To launch unit tests with HTML code coverage report. It will be generated in tests/coverage

./vendor/bin/phpunit --configuration=tests/phpunit.xml