Integrate Ciqual table with your projects
IMPORTANT NOTICE: This package is still under development. Any changes will be done without prior notice to consumers of this package. Of course this code will become stable at a certain point, but for now, use at your own risk.
If you like this package, pay me a beer (or a coffee)
Open a command console, enter your project directory and execute the following command to download the latest stable version of this package:
composer require webeweb/ciqual-library
This command requires you to have Composer installed globally, as explained in the installation chapter of the Composer documentation.
Read the documentation.
To test the package, is better to clone this repository on your computer. Open a command console and execute the following commands to download the latest stable version of this package:
git clone https://github.com/webeweb/ciqual-library.git
cd ciqual-library
composer install
Once all required libraries are installed then do:
vendor/bin/phpunit
ciqual-library
is released under the MIT License. See the bundled LICENSE
file for details.