PHPackages                             chromatic/orange-dam-php - 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. chromatic/orange-dam-php

ActiveLibrary[API Development](/categories/api)

chromatic/orange-dam-php
========================

Orange Dam PHP API client

v2.0.0(1y ago)312.0k—5%1[5 issues](https://github.com/ChromaticHQ/orange-dam-php/issues)Apache-2.0PHPPHP &gt;=8.1CI passing

Since Jun 21Pushed 2mo ago4 watchersCompare

[ Source](https://github.com/ChromaticHQ/orange-dam-php)[ Packagist](https://packagist.org/packages/chromatic/orange-dam-php)[ Docs](https://github.com/ChromaticHQ/orange-dam-php)[ RSS](/packages/chromatic-orange-dam-php/feed)WikiDiscussions 2.x Synced 1mo ago

READMEChangelog (10)Dependencies (6)Versions (16)Used By (0)

Orange DAM PHP API client
-------------------------

[](#orange-dam-php-api-client)

The [Orange DAM](https://www.orangelogic.com/products/digital-asset-management-system) APIs allow developers to extend the capabilities of their Orange digital asset management platform. Through calls to its API endpoints, an Orange DAM site can be manipulated and integrated with a CMS or other software/workflows.

This library powers the **[Orange DAM Drupal module](https://www.drupal.org/project/orange_dam)**. For integration with other CMS platforms, see [Future Development](#future-development).

This library enables the following:

- Authentication
- Search content.
- Media retrieval/import.
- Access Keyword data/activity.
- Retrieve media captions.
- List deleted objects.

### Future Development

[](#future-development)

The Orange DAM API is extensive and this library just scratches the surface of available functionality. Some *ideas* about where this library and/or the tools that consume it could go next include:

- WordPress plugin.
- Enable upload of content to Orange DAM.
- Access file metadata.
- Document support.
- Create links between documents.
- Integration with Figma asset browser.
- Integration with Adobe Lightroom.
- Integration with Adobe InDesign.
- PDF conversion.
- Extract waveforms from audio content.

*NOTE:* This library and the associated module(s) that depend on it provide the foundation for a custom integration with Orange DAM. Custom development work will be needed to create a data model in your application, map your data, and/or integrate with the events this module offers.

To further development of this library or its associated modules via sponsorship or to inquire about a custom integration, [contact Chromatic](https://chromatichq.com/contact-us/)!

### Installation

[](#installation)

```
composer require "chromatic/orange-dam-php"
```

### Usage

[](#usage)

```
use Chromatic\OrangeDam\Factory as OrangeDamApi;

// Create client instance.
$api = new OrangeDamApi([
    'base_path' => 'https://orange-dam-api-server-example.com',
    'query_string' => 'SESSION=XXX',
  ],
  NULL,
  ['http_errors' => FALSE]
);

// Authenticate with OAuth2.0.
$tokens = $api->oAuth2()->getTokensByCode(
  'CLIENT_ID_XXX',
  'CLIENT_SECRET_XXX',
);
$api->getClient()->setOauth2Token($tokens->access_token);

// Make a search request with given parameters.
$params = [
  'query' => 'SystemIdentifier:XXXX',
  'fields' => 'Title,SystemIdentifier,Caption',
  'format' => 'json',
];
$response = $api->search()->search($params);
$content = $response->getData();
```

###  Health Score

40

—

FairBetter than 88% of packages

Maintenance45

Moderate activity, may be stable

Popularity29

Limited adoption so far

Community15

Small or concentrated contributor base

Maturity60

Established project with proven stability

 Bus Factor2

2 contributors hold 50%+ of commits

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 ~90 days

Recently: every ~204 days

Total

12

Last Release

62d ago

Major Versions

1.x-dev → v2.0.02024-10-16

PHP version history (2 changes)v1.0.0-alpha.1PHP &gt;=7.3

v1.0.1PHP &gt;=8.1

### Community

Maintainers

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

![](https://www.gravatar.com/avatar/170e70c6dea76559e7cfc15812b47aa621ceb92d4c9c35290bd671203db8e6e7?d=identicon)[adamzimmermann](/maintainers/adamzimmermann)

---

Top Contributors

[![renovate[bot]](https://avatars.githubusercontent.com/in/2740?v=4)](https://github.com/renovate[bot] "renovate[bot] (23 commits)")[![markdorison](https://avatars.githubusercontent.com/u/20355?v=4)](https://github.com/markdorison "markdorison (14 commits)")[![apotek](https://avatars.githubusercontent.com/u/279278?v=4)](https://github.com/apotek "apotek (7 commits)")[![adamzimmermann](https://avatars.githubusercontent.com/u/1349906?v=4)](https://github.com/adamzimmermann "adamzimmermann (3 commits)")

---

Tags

apiDAMorange-logicorange-damorange-mamcortext

###  Code Quality

TestsPHPUnit

Static AnalysisRector

### Embed Badge

![Health badge](/badges/chromatic-orange-dam-php/health.svg)

```
[![Health](https://phpackages.com/badges/chromatic-orange-dam-php/health.svg)](https://phpackages.com/packages/chromatic-orange-dam-php)
```

###  Alternatives

[openai-php/laravel

OpenAI PHP for Laravel is a supercharged PHP API client that allows you to interact with the Open AI API

3.7k7.6M74](/packages/openai-php-laravel)[mailchimp/transactional

458.9M16](/packages/mailchimp-transactional)[get-stream/stream-chat

A PHP client for Stream Chat (https://getstream.io/chat/)

301.8M2](/packages/get-stream-stream-chat)[convertkit/convertkitapi

Kit PHP SDK for the Kit API

2167.1k1](/packages/convertkit-convertkitapi)

PHPackages © 2026

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