Skip to content

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

License

Notifications You must be signed in to change notification settings

Gnuckorg/DaApiClientBundle

Repository files navigation

DaApiClientBundle

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

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:

<?php
// app/AppKernel.php

public function registerBundles()
{
    $bundles = array(
        // ...
        new Doctrine\Bundle\DoctrineCacheBundle\DoctrineCacheBundle(),
        new Da\ApiClientBundle\DaApiClientBundle(),
    );
}

Documentation

Read the Documentation

Tests

Install bundle dependencies:

$ php composer.phar update

To execute unit tests:

$ phpunit --coverage-text

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published