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)017.0k2MITPHPPHP &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 yesterday

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

1360d 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

[laravel/framework

The Laravel Framework.

34.8k543.8M20.1k](/packages/laravel-framework)[shopware/platform

The Shopware e-commerce core

3.4k1.5M3](/packages/shopware-platform)[tempest/framework

The PHP framework that gets out of your way.

2.2k34.4k15](/packages/tempest-framework)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

585.6M574](/packages/shopware-core)[team-reflex/discord-php

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

1.1k420.9k26](/packages/team-reflex-discord-php)[flow-php/flow

PHP ETL - Extract Transform Load - Data processing framework

85036.3k](/packages/flow-php-flow)

PHPackages © 2026

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