iadvize / php-rest-library
Framework agnostic library that follows iAdvize API rest conventions
Installs: 367
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 5
Forks: 0
Open Issues: 3
pkg:composer/iadvize/php-rest-library
Requires
- php: ^7.0
- symfony/http-foundation: ^3.3
Requires (Dev)
- phpunit/phpunit: ^6.3
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