PHPackages                             clem/stancer-fork - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. clem/stancer-fork

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

clem/stancer-fork
=================

Stancer PHP library

0217PHP

Since Mar 7Pushed 1y agoCompare

[ Source](https://github.com/clem983/lib-php)[ Packagist](https://packagist.org/packages/clem/stancer-fork)[ RSS](/packages/clem-stancer-fork/feed)WikiDiscussions main Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

Stancer PHP library
===================

[](#stancer-php-library)

Requirement
-----------

[](#requirement)

We only support current PHP version, so this library needs at least PHP 8.1.

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

[](#installation)

To keep it simple, we uses [Composer](http://getcomposer.org/). You only need to run the following commmand :

```
composer require stancer/stancer
```

The library uses [cURL](https://secure.php.net/manual/fr/book.curl.php) internaly to connect to the API. You need the php extension `phpX.Y-curl`, where `X.Y` correspond to your PHP version, to be installed on your server.

You may also use [Guzzle](https://packagist.org/packages/guzzlehttp/guzzle)or every [PSR7 compatible client](https://www.php-fig.org/psr/psr-7/) to replace the internal cURL instance. You only need to provider the client instance to the API config.

```
