PHPackages                             sfynx-project/rest-client-bundle - 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. [API Development](/categories/api)
4. /
5. sfynx-project/rest-client-bundle

ActiveSymfony-bundle[API Development](/categories/api)

sfynx-project/rest-client-bundle
================================

SfynxRestClientBundle is a Symfony's bundle allowing to discuss in a simple and secure way with an API.

v2.8.6(7y ago)153212MITPHPPHP ^7.2

Since Jan 13Pushed 7y ago6 watchersCompare

[ Source](https://github.com/pigroupe/SfynxRestClientBundle)[ Packagist](https://packagist.org/packages/sfynx-project/rest-client-bundle)[ Docs](https://github.com/pigroupe/SfynxRestClientBundle)[ RSS](/packages/sfynx-project-rest-client-bundle/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependencies (5)Versions (9)Used By (2)

RestClient SFYNX Bundle
=======================

[](#restclient-sfynx-bundle)

Symfony3/4's Sfynx RestClient Bundle allow to discuss in a simple and secure way with an API.

Documentation
-------------

[](#documentation)

The source of the documentation is stored in the `Resources/doc/` folder in this bundle :

- [Read the Documentation for master](https://github.com/pigroupe/SfynxRestClientBundle/blob/master/Resources/doc/index.md)
- [Read the Documentation](Resources/doc/index.md)

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

[](#installation)

> a) Prerequisites

This version of the bundle requires `PHP 7.2+` with `cUrl extension` enabled.

> b) Configuration

Add dependencies in your `composer.json` file:

```
"require": {
    ...
    "sfynx-project/rest-client-bundle": "dev-master"
},
```

Install these new dependencies of your application:

```
$ composer update --no-interaction --with-dependencies
```

Enable bundles in your application kernel:

```
