sindika-id / nedo-query
Nedo Http Query Bridge
2.0.0
2020-10-28 17:20 UTC
Requires
- php: >=7.0.0
README
Nedo Query is a laravel library written in pure PHP and providing a set of classes that allow you to make Nedo Web Platform API call via http/https.
Documentation
Steps:
-
From the projects root folder, in the terminal, run composer to get the needed package.
- Example:
composer require sindika-id/nedo-query
-
From the projects root folder run
composer update
-
Add the Nedo API credentials to
/.env
- Example:
NEDO_DOMAIN=http://YOURNEDODOMAIN/index.php NEDO_SERVICE_CODE=YOURSERVICECODE NEDO_SERVICE_SECRET=YOURSECRET NEDO_USER_TYPE=YOURNEDOUSERTYPE
License
Nedo Query is licensed under the MIT license. Enjoy!