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)2111MITPHPPHP &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

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

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

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

[srmklive/paypal

Laravel plugin For Processing Payments Through Paypal Express Checkout. Can Be Used Independently With Other Applications.

1.1k3.8M26](/packages/srmklive-paypal)[kevinrob/guzzle-cache-middleware

A HTTP/1.1 Cache for Guzzle 6. It's a simple Middleware to be added in the HandlerStack. (RFC 7234)

43417.4M104](/packages/kevinrob-guzzle-cache-middleware)[quickbooks/v3-php-sdk

The Official PHP SDK for QuickBooks Online Accounting API

2729.4M29](/packages/quickbooks-v3-php-sdk)[php-http/guzzle7-adapter

Guzzle 7 HTTP Adapter

9157.1M555](/packages/php-http-guzzle7-adapter)[graham-campbell/guzzle-factory

Provides A Simple Guzzle Factory With Good Defaults

916.4M49](/packages/graham-campbell-guzzle-factory)[codeception/module-phpbrowser

Codeception module for testing web application over HTTP

6529.8M508](/packages/codeception-module-phpbrowser)

PHPackages © 2026

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