PHPackages                             poirot/client-content - 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. poirot/client-content

ActiveLibrary

poirot/client-content
=====================

Http Client Of Content Posts Module.

018PHP

Since Aug 1Pushed 8y ago2 watchersCompare

[ Source](https://github.com/phPoirot/Client-Content)[ Packagist](https://packagist.org/packages/poirot/client-content)[ RSS](/packages/poirot-client-content/feed)WikiDiscussions devel Synced 3d ago

READMEChangelogDependenciesVersions (2)Used By (0)

Client-Content
==============

[](#client-content)

Http Client For Content Posts Module.

Create New Post With Related Content Image File
===============================================

[](#create-new-post-with-related-content-image-file)

```
# Upload File To O-Storage
#
$uploadedFile = $ClientTenderBin->store(
        fopen(__DIR__.'/files/infinie.jpeg', 'r')
        , null
        , 'Infinite'
        , []
        , time() + (5 * 60) // file available just for 5 minute
    );

# Insert New Post
#
$r = $ClientContent->create(new PostContentObject([
        'content_type' => 'general',
        'content'      => [
            "description" => "any text content #with_hash_tag or @mention that will extracted.",
            'medias' => [
                [ 'hash' => $uploadedFile['bindata']['hash']
                    , 'content_type' => $uploadedFile['bindata']['content_type'] ],
            ],
        ],
    ]));
```

###  Health Score

21

—

LowBetter than 19% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity43

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 82.4% 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/1f784f9dfb58e36b6a876f3057e5664bb904af71d30bb2023583118138dffe9a?d=identicon)[Payam](/maintainers/Payam)

---

Top Contributors

[![E1101](https://avatars.githubusercontent.com/u/427575?v=4)](https://github.com/E1101 "E1101 (14 commits)")[![sajjadrahnama](https://avatars.githubusercontent.com/u/8639474?v=4)](https://github.com/sajjadrahnama "sajjadrahnama (3 commits)")

### Embed Badge

![Health badge](/badges/poirot-client-content/health.svg)

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

PHPackages © 2026

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