PHPackages                             holisticagency/satis-http-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. holisticagency/satis-http-client

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

holisticagency/satis-http-client
================================

Dedicated http client for satis deployment

1.0.0-alpha2(11y ago)1111MITPHPPHP &gt;=5.4.0

Since Apr 7Pushed 11y ago2 watchersCompare

[ Source](https://github.com/holisticagency/satis-http-client)[ Packagist](https://packagist.org/packages/holisticagency/satis-http-client)[ Docs](https://github.com/holisticagency/satis-http-client)[ RSS](/packages/holisticagency-satis-http-client/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (4)Versions (2)Used By (0)

satis-http-client
=================

[](#satis-http-client)

Dedicated http client for satis deployment

This lirary helps to deploy composer repositories on a web server.

add the code below to your `composer.json` file :

```
"require": {
    "holisticagency/satis-http-client": "~1.0@alpha"
}
```

add the code below in a PHP file :

```
use holisticagency\satis\utilities\SatisHttpClient;

//Open repository
$client = new SatisHttpClient('http://domain.tld');
//Private repository (recommanded)
$client = new SatisHttpClient('http://domain.tld', array('user', 'password'));
//Retrieve the configuration
echo $client->getFile()->status()."\n";
echo $client->body()."\n";
// ...Code to eventually modify the configuration
// Update the configuration
echo $client->putFile()->status()."\n";
// ...Build a repository locally
// Update the repository with a bundled archive zip file
echo $client->putBundleZip($zipPath)->status()."\n";
// ...or put files one by one
echo $client->putDir($workingDir)->status()."\n";
```

`$zipPath` is a zip file containing the result of a `satis build` command.

`$workingDir` is where, locally, the result of a `satis build` is done. It is intended to contain a set of files like `packages.json`.

Finally, It is supposed to avoid sending every kind of files but Json or Zip files. It is strongly recommanded to check and set the web server parameters.

###  Health Score

22

—

LowBetter than 21% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity44

Maturing project, gaining track record

 Bus Factor1

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

Total

2

Last Release

4098d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/2697c02847a2a7d28c1fe956ce6daed7e2b752827e016ed8b69aeaab308b77f3?d=identicon)[gillesodret](/maintainers/gillesodret)

---

Top Contributors

[![gillesodret](https://avatars.githubusercontent.com/u/11698701?v=4)](https://github.com/gillesodret "gillesodret (6 commits)")[![JamesRezo](https://avatars.githubusercontent.com/u/6839893?v=4)](https://github.com/JamesRezo "JamesRezo (3 commits)")

---

Tags

httpcomposerdeploymentsatis

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/holisticagency-satis-http-client/health.svg)

```
[![Health](https://phpackages.com/badges/holisticagency-satis-http-client/health.svg)](https://phpackages.com/packages/holisticagency-satis-http-client)
```

###  Alternatives

[laravel/framework

The Laravel Framework.

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

Drupal is an open source content management platform powering millions of websites and applications.

21866.0M1.7k](/packages/drupal-core)[drupal/core-recommended

Locked core dependencies; require this project INSTEAD OF drupal/core.

6942.5M421](/packages/drupal-core-recommended)[civicrm/civicrm-core

Open source constituent relationship management for non-profits, NGOs and advocacy organizations.

751291.4k43](/packages/civicrm-civicrm-core)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

585.6M577](/packages/shopware-core)[api-platform/symfony

Symfony API Platform integration

384.5M129](/packages/api-platform-symfony)

PHPackages © 2026

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