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

2.0.0 2020-10-28 17:20 UTC

This package is auto-updated.

Last update: 2025-10-10 16:08:01 UTC


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:
  1. From the projects root folder, in the terminal, run composer to get the needed package.

    • Example:
       composer require sindika-id/nedo-query
    
  2. From the projects root folder run composer update

  3. 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!