PHPackages                             da/api-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. da/api-client-bundle

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

da/api-client-bundle
====================

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

v1.3.1(8y ago)397.1k↑25%31MITPHPPHP &gt;=5.5

Since Apr 29Pushed 6y ago4 watchersCompare

[ Source](https://github.com/Gnuckorg/DaApiClientBundle)[ Packagist](https://packagist.org/packages/da/api-client-bundle)[ Docs](https://github.com/Gnuckorg/DaApiClientBundle)[ RSS](/packages/da-api-client-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (7)Dependencies (4)Versions (22)Used By (1)

DaApiClientBundle
=================

[](#daapiclientbundle)

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

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

[](#installation)

Add dependencies in your `composer.json` file:

```
"require": {
    ...
    "doctrine/doctrine-cache-bundle": "~1.0",
    "da/api-client-bundle": "dev-master"
},
```

Install these new dependencies of your application:

```
$ php composer.phar update
```

Enable bundles in your application kernel:

```
