PHPackages                             odiemiranda/orangelogic-api - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. odiemiranda/orangelogic-api

ActiveLibrary[API Development](/categories/api)

odiemiranda/orangelogic-api
===========================

Simple OrangeLogic Search API wrapper

v1.01(8y ago)07MITPHPPHP &gt;=5.3

Since Oct 11Pushed 8y ago1 watchersCompare

[ Source](https://github.com/odiemiranda/orangelogic-api)[ Packagist](https://packagist.org/packages/odiemiranda/orangelogic-api)[ Docs](https://github.com/odiemiranda/orangelogic-api)[ RSS](/packages/odiemiranda-orangelogic-api/feed)WikiDiscussions master Synced today

READMEChangelog (2)Dependencies (2)Versions (3)Used By (0)

OrangeLogic Media Search API
============================

[](#orangelogic-media-search-api)

Simple OrangeLogic Search API wrapper, in PHP.

Installation
------------

[](#installation)

You can install orangelogic-api using Composer:

```
composer require odiemiranda/orangelogic-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
--------

[](#examples)

Start by `use`-ing the class and creating an instance with domain, login, and password

```
use \OdieMiranda\OrangeLogic\OrangeLogic;

$api = new OrangeLogic('domain.com', 'LoginName', 'password');
```

Then, search the media library

```
$api->search('Georgia: DR-TB patients find hope in new treatments');

print_r($api->getItems());
```

To get the search result next page

```
$api->search('Georgia: DR-TB patients find hope in new treatments', '', '', 2);

print_r($api->getItems());
```

Contributing
------------

[](#contributing)

This is a fairly simple wrapper, but it will be made much better by contributions. If you like to suggest an improvement, please raise an issue to discuss it before make a pull-request.

Pull requests for bugs are more than welcome - please explain the bug you're trying to fix in the message.

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~0 days

Total

2

Last Release

3131d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/fbb8c1183858b7a2dd95b3fcb17ce5116922b7516e5a2aaf81bcf5ddef29c7f6?d=identicon)[OdieMiranda](/maintainers/OdieMiranda)

---

Top Contributors

[![odiemiranda](https://avatars.githubusercontent.com/u/292895?v=4)](https://github.com/odiemiranda "odiemiranda (4 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/odiemiranda-orangelogic-api/health.svg)

```
[![Health](https://phpackages.com/badges/odiemiranda-orangelogic-api/health.svg)](https://phpackages.com/packages/odiemiranda-orangelogic-api)
```

###  Alternatives

[stripe/stripe-php

Stripe PHP Library

4.0k143.3M475](/packages/stripe-stripe-php)[twilio/sdk

A PHP wrapper for Twilio's API

1.6k92.9M270](/packages/twilio-sdk)[knplabs/github-api

GitHub API v3 client

2.2k15.8M187](/packages/knplabs-github-api)[facebook/php-business-sdk

PHP SDK for Facebook Business

90121.9M34](/packages/facebook-php-business-sdk)[meilisearch/meilisearch-php

PHP wrapper for the Meilisearch API

73813.7M114](/packages/meilisearch-meilisearch-php)[google/gax

Google API Core for PHP

263103.1M452](/packages/google-gax)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
