PHPackages                             dabreu/api-client-skeleton - 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. dabreu/api-client-skeleton

ActiveLibrary[API Development](/categories/api)

dabreu/api-client-skeleton
==========================

Basic API Client/Service Skeleton

2.2.10(3y ago)016.5k2MITPHPPHP &gt;=7.1

Since Feb 28Pushed 3y ago1 watchersCompare

[ Source](https://github.com/dabreu2/ApiClientSkeleton)[ Packagist](https://packagist.org/packages/dabreu/api-client-skeleton)[ RSS](/packages/dabreu-api-client-skeleton/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (10)Dependencies (4)Versions (44)Used By (0)

ApiClientSkeleton
=================

[](#apiclientskeleton)

Basic API Client/Service

Usage

```
// Initialization
//$cacheAdapter = new \CSApi\Cache\Adapter\FilesystemPool('./_cache');
$mCli = class_exists('Memcached') ? new \Memcached() : new \Memcache();
$mCli->addServer('localhost', 11211);

$cacheAdapter = new \CSApi\Cache\Adapter\MemcachePool($mCli);

\CSApi\Api::init(
    'http://domain.com/api/v1',
    [
        'clientId' => 'app1',
        'serviceId' => 'service1'
    ],
    [
        'debug' => true,
        'cache' => [
            'adapter' => $cacheAdapter,
            'ttl' => 20
        ]
    ]
);

// Object driven request
$testInfo = (new \CSApi\Objects\Test())
    ->get();

print_r($testInfo->getData());

```

###  Health Score

34

—

LowBetter than 77% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity26

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity64

Established project with proven stability

 Bus Factor1

Top contributor holds 84.2% 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 ~23 days

Recently: every ~61 days

Total

42

Last Release

1314d ago

Major Versions

v1.0.13 → v2.0.02020-04-22

### Community

Maintainers

![](https://www.gravatar.com/avatar/07c352f64cc88d6a457c748059d6e58dfa05a515dbdc058a2b10a64b4be60dfa?d=identicon)[dabreu2](/maintainers/dabreu2)

---

Top Contributors

[![dabreu2](https://avatars.githubusercontent.com/u/1119401?v=4)](https://github.com/dabreu2 "dabreu2 (48 commits)")[![fedegara](https://avatars.githubusercontent.com/u/9966263?v=4)](https://github.com/fedegara "fedegara (8 commits)")[![emimarz](https://avatars.githubusercontent.com/u/10280713?v=4)](https://github.com/emimarz "emimarz (1 commits)")

### Embed Badge

![Health badge](/badges/dabreu-api-client-skeleton/health.svg)

```
[![Health](https://phpackages.com/badges/dabreu-api-client-skeleton/health.svg)](https://phpackages.com/packages/dabreu-api-client-skeleton)
```

###  Alternatives

[shopware/platform

The Shopware e-commerce core

3.3k1.5M3](/packages/shopware-platform)[team-reflex/discord-php

An unofficial API to interact with the voice and text service Discord.

1.1k379.4k24](/packages/team-reflex-discord-php)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

595.2M386](/packages/shopware-core)[ec-cube/ec-cube

EC-CUBE EC open platform.

78527.0k1](/packages/ec-cube-ec-cube)[commercetools/commercetools-sdk

The official PHP SDK for the commercetools Composable Commerce APIs

19281.5k](/packages/commercetools-commercetools-sdk)[wtfzdotnet/php-tmdb-api

PHP wrapper for TMDB (TheMovieDatabase) API v3. Supports two types of approaches, one modelled with repositories, models and factories. And the other by simple array access to RAW data from The Movie Database.

4252.9k](/packages/wtfzdotnet-php-tmdb-api)

PHPackages © 2026

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