PHPackages                             francodacosta/caparica-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. [HTTP &amp; Networking](/categories/http)
4. /
5. francodacosta/caparica-bundle

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

francodacosta/caparica-bundle
=============================

a symfony bundle to help secure your REST api with signed requests

1.0(11y ago)12.2kMITPHPPHP &gt;=5.3.0

Since Dec 13Pushed 11y ago1 watchersCompare

[ Source](https://github.com/francodacosta/caparica-bundle)[ Packagist](https://packagist.org/packages/francodacosta/caparica-bundle)[ Docs](https://github.com/francodacosta/caparica-bundle)[ RSS](/packages/francodacosta-caparica-bundle/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (2)Versions (16)Used By (0)

[![Build Status](https://camo.githubusercontent.com/fb2f4e53a76c3523b7cf634f0de9f991fd0b6faddb1c7c54289a972e9ece2b0b/68747470733a2f2f7472617669732d63692e6f72672f6672616e636f6461636f7374612f63617061726963612e706e673f6272616e63683d6d6173746572)](https://travis-ci.org/francodacosta/caparica) [![Total Downloads](https://camo.githubusercontent.com/80a7ae7485604cf7c42d09b853f22bd09db5e4b3cd8901df05437380386358ee/68747470733a2f2f706f7365722e707567782e6f72672f6672616e636f6461636f7374612f63617061726963612d62756e646c652f646f776e6c6f6164732e737667)](https://packagist.org/packages/francodacosta/caparica-bundle) [![Latest Stable Version](https://camo.githubusercontent.com/32ade273891977aa6acaf450413e515a43f709585970e40a316da1d438a7d5d4/68747470733a2f2f706f7365722e707567782e6f72672f6672616e636f6461636f7374612f63617061726963612d62756e646c652f762f737461626c652e737667)](https://packagist.org/packages/francodacosta/caparica-bundle)

Getting started with Caparica Bundle
====================================

[](#getting-started-with-caparica-bundle)

Instalation
-----------

[](#instalation)

```
1. Download CaparicaBundle using composer
2. Enable the Bundle
3. add a client
4. Configure your controller

```

### Step1: Download CaparicaBundle using composer

[](#step1-download-caparicabundle-using-composer)

Add CaparicaBundle by running the command:

```
$ php composer.phar require francodacosta/caparica-bundle '~1.0'
```

### Step 2: Enable the bundle

[](#step-2-enable-the-bundle)

Enable the bundle in the kernel:

```
