sindika-id / nedo-query
Nedo Http Query Bridge
Installs: 75
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/sindika-id/nedo-query
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!