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 2w ago

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 36% 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

3183d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/292895?v=4)[Odie Miranda](/maintainers/OdieMiranda)[@odiemiranda](https://github.com/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

[exsyst/swagger

A php library to manipulate Swagger specifications

35816.3M7](/packages/exsyst-swagger)[hubspot/api-client

Hubspot API client

24015.5M18](/packages/hubspot-api-client)[pocketmine/bedrock-protocol

An implementation of the Minecraft: Bedrock Edition protocol in PHP

172437.8k11](/packages/pocketmine-bedrock-protocol)[botman/driver-telegram

Telegram driver for BotMan

94452.6k6](/packages/botman-driver-telegram)

PHPackages © 2026

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