PHPackages                             figeco/figeco - 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. figeco/figeco

ActiveLibrary

figeco/figeco
=============

PHP Http Client for file get contents.

1.0.0(5y ago)09MITPHPPHP &gt;=7.3

Since Feb 7Pushed 5y ago1 watchersCompare

[ Source](https://github.com/YujiIsNotAvailable/figeco)[ Packagist](https://packagist.org/packages/figeco/figeco)[ RSS](/packages/figeco-figeco/feed)WikiDiscussions master Synced 1w ago

READMEChangelog (1)Dependencies (1)Versions (3)Used By (0)

PHP FileGetContent Client
=========================

[](#php-filegetcontent-client)

Install
-------

[](#install)

```
composer install figeco/figeco
```

Motivation
----------

[](#motivation)

- Trying to use GuzzleHttp, some cases, I've had err 56: "OpenSSL SSL\_read:" making it impossible to get receive data.
- Some of APIs ask for not urlencoded key and values, so this lib makes possible to only encode the key, value or both of query parameters.

Usage
-----

[](#usage)

```
$client = new \Figeco\Client;
$response = $client->request(
    (new \Figeco\Request\Uri('http://someuri.com.br/'))
        ->addPath('/test/')
        ->withQuery(new \Figeco\Request\Query([
            'param1' => 'data',
            'param2' => 'data',
        ] /*, EncodeQueryOptions::VALUE to encode only value */)
    )
);

$data = $response->data();
```

Test
----

[](#test)

```
php ./vendor/phpunit/phpunit/phpunit .
```

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity49

Maturing project, gaining track record

 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

Unknown

Total

1

Last Release

1925d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/44e51f7ac88018841061e3fd2aafc1a5c1e7657e26d684620e114d57a6b20853?d=identicon)[YujiIsNotAvailable](/maintainers/YujiIsNotAvailable)

---

Top Contributors

[![gabriel-yuji-inoue](https://avatars.githubusercontent.com/u/63526333?v=4)](https://github.com/gabriel-yuji-inoue "gabriel-yuji-inoue (1 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/figeco-figeco/health.svg)

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

PHPackages © 2026

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