eltortuganegra/recipes-third-parties

Library for manage recipes from third parties.

v1.1.1 2018-10-04 07:56 UTC

This package is auto-updated.

Last update: 2024-10-04 22:27:42 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

License

This project is licensed under the MIT License - see the LICENSE.md file for details