PHPackages                             destinations/destinations-client-core - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. destinations/destinations-client-core

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

destinations/destinations-client-core
=====================================

Destinations PHP Client

09PHP

Since Jul 8Pushed 4y ago1 watchersCompare

[ Source](https://github.com/SilverStripers/destinations-client-core)[ Packagist](https://packagist.org/packages/destinations/destinations-client-core)[ RSS](/packages/destinations-destinations-client-core/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (2)Used By (0)

Destinations Database Client
============================

[](#destinations-database-client)

This package provides a foundational set of classes and interfaces for developers to build clients that can be used to connect the destinations database.

The package is designed to be extended to use with any content management system. An example is the Silverstripe client built on top of this.

Installing
----------

[](#installing)

The module can be installed using composer.

```
composer require destinations/destinations-client-core

```

Setting up the
--------------

[](#setting-up-the)

If your API is secured using tokens you can set up those by using

```
use DD\Client\Core\Client;

Client::set_key('YOUR_KEY_HERE');

```

Connecting to the API
---------------------

[](#connecting-to-the-api)

There are predefined functions in the Client class which helps you query the database.

### Get categories

[](#get-categories)

```
use DD\Client\Core\Client;

$client = new Client('YOUR_KEY_HERE');
$categories = $client->getCategories();

foreach($categories as $category) {
	// $category['ID'];
}

```

###  Health Score

17

—

LowBetter than 6% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity31

Early-stage or recently created project

 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/6a6fa4ab2a74fee1ac574bf15dd3ce1f38f31fee60c186b4b24ee8d7e3090b52?d=identicon)[silverstripers](/maintainers/silverstripers)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/destinations-destinations-client-core/health.svg)

```
[![Health](https://phpackages.com/badges/destinations-destinations-client-core/health.svg)](https://phpackages.com/packages/destinations-destinations-client-core)
```

###  Alternatives

[nativephp/electron

Electron wrapper for the NativePHP framework.

519114.4k8](/packages/nativephp-electron)[abdelhamiderrahmouni/filament-monaco-editor

A monaco editor form field for filamentphp.

18182.2k](/packages/abdelhamiderrahmouni-filament-monaco-editor)[hiqdev/yii2-module-pages

Yii2 Pages Module

121.1k](/packages/hiqdev-yii2-module-pages)

PHPackages © 2026

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