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)213.2k↓51.2%1[5 issues](https://github.com/ChromaticHQ/orange-dam-php/issues)[3 PRs](https://github.com/ChromaticHQ/orange-dam-php/pulls)Apache-2.0PHPPHP &gt;=8.1CI passing

Since Jun 21Pushed 2w 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 yesterday

READMEChangelog (10)Dependencies (6)Versions (18)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

42

—

FairBetter than 88% of packages

Maintenance50

Moderate activity, may be stable

Popularity29

Limited adoption so far

Community15

Small or concentrated contributor base

Maturity62

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

108d 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://avatars.githubusercontent.com/u/279278?v=4)[K Widholm](/maintainers/apotek)[@apotek](https://github.com/apotek)

![](https://avatars.githubusercontent.com/u/1349906?v=4)[Adam Zimmermann](/maintainers/adamzimmermann)[@adamzimmermann](https://github.com/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

[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3741.3M46](/packages/tencentcloud-tencentcloud-sdk-php)[eslazarev/wildberries-sdk

Wildberries OpenAPI clients (generated).

273.0k](/packages/eslazarev-wildberries-sdk)[resend/resend-php

Resend PHP library.

617.2M43](/packages/resend-resend-php)[files.com/files-php-sdk

Files.com PHP SDK

2481.1k](/packages/filescom-files-php-sdk)[checkout/checkout-sdk-php

Checkout.com SDK for PHP

563.6M13](/packages/checkout-checkout-sdk-php)[scriptdevelop/whatsapp-manager

Paquete para manejo de WhatsApp Business API en Laravel

783.8k](/packages/scriptdevelop-whatsapp-manager)

PHPackages © 2026

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