PHPackages                             m1guelpf/satis-api - 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. m1guelpf/satis-api

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

m1guelpf/satis-api
==================

Simple PHP Client for interacting with Satis instances

v1.0(9y ago)331[1 PRs](https://github.com/m1guelpf/php-satis-api/pulls)MPL-2.0PHPPHP ^5.5|^7.0

Since Jun 9Pushed 6y agoCompare

[ Source](https://github.com/m1guelpf/php-satis-api)[ Packagist](https://packagist.org/packages/m1guelpf/satis-api)[ Docs](https://github.com/m1guelpf/php-satis-api)[ RSS](/packages/m1guelpf-satis-api/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependencies (1)Versions (3)Used By (0)

PHP Satis API Client
====================

[](#php-satis-api-client)

[![Latest Version on Packagist](https://camo.githubusercontent.com/b2e3f499b18a92ce571cf65293e53539e9f019c770ce0abda109086702819f51/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6d316775656c70662f73617469732d6170692e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/m1guelpf/satis-api)[![Software License](https://camo.githubusercontent.com/66d02bd97c3f98327137e0f9819ce9092bde34cb2a491b4e6beb030770d061b8/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f6d316775656c70662f7068702d73617469732d6170692e7376673f7374796c653d666c61742d737175617265)](LICENSE.md)[![Total Downloads](https://camo.githubusercontent.com/c1947503101aeb0785d1c7f7a3e7f127477f28a42849d316c6c0aaa2af143509/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6d316775656c70662f73617469732d6170692e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/m1guelpf/satis-api)

This package makes it easy to interact with a instance.

Installation
------------

[](#installation)

You can install the package via composer:

```
composer require m1guelpf/satis-api
```

Usage
-----

[](#usage)

You can pass the Satis Instance URL when initializing the class

```
$satis = new \M1guelpf\SatisAPI\Satis('URL_TO_YOUR_SATIS_INSTANCE');
```

or you can skip the URL and use the `url()` method later

```
$satis = new \M1guelpf\SatisAPI\Satis;

$satis->url('URL_TO_YOUR_SATIS_INSTANCE');
```

you can also pass an array of headers to use, or use the headers() method

```
$satis = new \M1guelpf\SatisAPI\Satis('URL_TO_YOUR_SATIS_INSTANCE', $headers);

// or

$satis->headers($headers);
```

### Get Packages

[](#get-packages)

```
$satis->getPackages();
```

### Get Composer File

[](#get-composer-file)

```
$satis->getComposer();
```

### Get Includes

[](#get-includes)

```
$satis->getIncludes();
```

### Get Custom

[](#get-custom)

```
$satis->getCustom($relativeUrl, $parameters);
```

### Get the Guzzle Client

[](#get-the-guzzle-client)

```
$satis->getClient();
```

### Set the Guzzle Client

[](#set-the-guzzle-client)

```
$client = new \GuzzleHttp\Client(); // Example Guzzle client
$satis->setClient($client);
```

where $client is an instance of `\GuzzleHttp\Client`.

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information what has changed recently.

Security
--------

[](#security)

If you discover any security related issues, please email  instead of using the issue tracker.

Credits
-------

[](#credits)

- [Miguel Piedrafita](https://github.com/m1guelpf)
- [All Contributors](../../contributors)

License
-------

[](#license)

The Mozilla Public License 2.0 (MPL-2.0). Please see [License File](LICENSE.md) for more information.

###  Health Score

27

—

LowBetter than 47% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity59

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

3308d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/23558090?v=4)[Miguel Piedrafita](/maintainers/m1guelpf)[@m1guelpf](https://github.com/m1guelpf)

---

Top Contributors

[![m1guelpf](https://avatars.githubusercontent.com/u/23558090?v=4)](https://github.com/m1guelpf "m1guelpf (1 commits)")

---

Tags

apiclientcomposerguzzlephpsatissatism1guelpfsatis-api

### Embed Badge

![Health badge](/badges/m1guelpf-satis-api/health.svg)

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

###  Alternatives

[aws/aws-sdk-php

AWS SDK for PHP - Use Amazon Web Services in your PHP project

6.2k532.1M2.5k](/packages/aws-aws-sdk-php)[neuron-core/neuron-ai

The PHP Agentic Framework.

2.0k496.1k34](/packages/neuron-core-neuron-ai)[illuminate/http

The Illuminate Http package.

11937.2M6.6k](/packages/illuminate-http)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3661.2M46](/packages/tencentcloud-tencentcloud-sdk-php)[dreamfactory/df-core

DreamFactory(tm) Core Components

1652.0k38](/packages/dreamfactory-df-core)[eslazarev/wildberries-sdk

Wildberries OpenAPI clients (generated).

252.5k](/packages/eslazarev-wildberries-sdk)

PHPackages © 2026

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