sindika-id/nedo-query

Nedo Http Query Bridge

2.0.0 2020-10-28 17:20 UTC

This package is auto-updated.

Last update: 2025-07-10 15:37:04 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!