eltortuganegra / recipes-third-parties
Library for manage recipes from third parties.
v1.1.1
2018-10-04 07:56 UTC
Requires
- guzzlehttp/guzzle: ^6.3
Requires (Dev)
- phpunit/phpunit: ^7.3
This package is auto-updated.
Last update: 2025-05-04 23:40:26 UTC
README
This is a library for manage recipes from third parties.
Prerequisites
You need use PHP7.2.
Installing
You need clone this project and execute:
composer install
Running the tests
Phpunit is used such as testing framework. You can know more about it on official page.
Break down into end to end tests
If you want execute all test you need go to root of the project and execute:
./vendor/bin/phpunit tests
Built With
- phpunit - PHPUnit is a programmer-oriented testing framework for PHP.
- composer - Dependency Manager for PHP
- guzzle - Guzzle, an extensible PHP HTTP client
Versioning
This project use SemVer for versioning. For the versions available, see the tags on this repository.
Authors
- Jorge Sánchez - Initial work - eltortuganengra
License
This project is licensed under the MIT License - see the LICENSE.md file for details