emartech / php-json-response-helper
helper class to response proper api format
Installs: 2 464
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 16
Forks: 1
Open Issues: 0
Requires
- php: ~7.1
- symfony/http-foundation: ^3.2
Requires (Dev)
- emartech/php-test-helpers: ~0.2
- phpunit/phpunit: ^6.0
This package is auto-updated.
Last update: 2023-04-29 00:53:02 UTC
README
Copyright EMARSYS 2017 All rights reserved.
Install dependencies with docker:
$ docker run --rm --interactive --tty --volume $PWD:/app composer install --ignore-platform-reqs --no-scripts
Update dependencies with docker:
$ docker run --rm --interactive --tty --volume $PWD:/app composer update --ignore-platform-reqs --no-scripts
Run tests
$ docker run -v $(pwd):/app --rm phpunit/phpunit test/ --bootstrap vendor/autoload.php