PHPackages                             dominikangerer/php-easy-client - 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. [HTTP &amp; Networking](/categories/http)
4. /
5. dominikangerer/php-easy-client

ActiveLibrary[HTTP &amp; Networking](/categories/http)

dominikangerer/php-easy-client
==============================

DominikAngerer - Client to easily fetch and cache data

v1.0.3(9y ago)089MITPHP

Since Feb 14Pushed 9y agoCompare

[ Source](https://github.com/DominikAngerer/php-easy-client)[ Packagist](https://packagist.org/packages/dominikangerer/php-easy-client)[ RSS](/packages/dominikangerer-php-easy-client/feed)WikiDiscussions master Synced today

READMEChangelog (4)Dependencies (2)Versions (5)Used By (0)

php-easy-client
===============

[](#php-easy-client)

Allow GET and POST Request from Guzzle combined with the caching from APIX

Install
-------

[](#install)

```
composer require dominikangerer/php-easy-client

```

How to use
----------

[](#how-to-use)

```
// initialize with domain
$client = new \DominikAngerer\Client('https://raw.githubusercontent.com');

// Optionally set a cache
$client->setCache('filesytem', array('path' => 'cache'));

// execute a get Request and get the Body
$client->get('/DominikAngerer/default-datasources/master/country-iso2.json', array('time' => time()));
$data = $client->getBody();

// access the headers
$headers = $client->getHeaders();

```

###  Health Score

28

—

LowBetter than 52% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity66

Established project with proven stability

 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.

###  Release Activity

Cadence

Every ~0 days

Total

4

Last Release

3422d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/7952803?v=4)[DominikAngerer](/maintainers/dominikangerer)[@DominikAngerer](https://github.com/DominikAngerer)

---

Top Contributors

[![DominikAngerer](https://avatars.githubusercontent.com/u/7952803?v=4)](https://github.com/DominikAngerer "DominikAngerer (5 commits)")

---

Tags

apixclientgetguzzlephppostrequesthttpclientcache

### Embed Badge

![Health badge](/badges/dominikangerer-php-easy-client/health.svg)

```
[![Health](https://phpackages.com/badges/dominikangerer-php-easy-client/health.svg)](https://phpackages.com/packages/dominikangerer-php-easy-client)
```

###  Alternatives

[printu/labelary

PHP API for Labelary.com

34630.4k](/packages/printu-labelary)[infamoustrey/smartsheet

An API for Smartsheet

1027.9k](/packages/infamoustrey-smartsheet)[meteocontrol/vcom-api-client

HTTP Client for meteocontrol's VCOM API - The VCOM API enables you to directly access your data on the meteocontrol platform.

177.2k1](/packages/meteocontrol-vcom-api-client)

PHPackages © 2026

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