IMPORTANT NOTICE: Merged from a private repository
Integrate Easilys f&b with your projects.
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/core-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/core-library.git
cd core-library
composer install
Once all required libraries are installed then do:
vendor/bin/phpunit lib/easilys/Tests
IMPORTANT NOTICE: To test this library with your access token, add it into a
.easilys.json
file at the root of this directory.{ "endpoint": "https://your.endpoint.tld", "username": "your_username", "password": "your_password", "access_token": "your_access_token" }
core-library
is released under the MIT License. See the bundled LICENSE
file for details.
Please note that the Easilys f&b is not free, see their website for more details or their contact sales page for details on pricing.