odiemiranda/orangelogic-api

Simple OrangeLogic Search API wrapper


License
MIT

Documentation

OrangeLogic Media Search API

Simple OrangeLogic Search API wrapper, in PHP.

Installation

You can install orangelogic-api using Composer:

composer require drewm/mailchimp-api

You will then need to:

  • run composer install to get these dependencies added to your vendor directory
  • add the autoloader to your application with this line: require("vendor/autoload.php")

Alternatively you can just download the OrangeLogic.php file and include it manually:

include('./OrangeLogic.php');

Examples