Download the PHP package francodacosta/caparica-bundle without Composer
On this page you can find all versions of the php package francodacosta/caparica-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download francodacosta/caparica-bundle
More information about francodacosta/caparica-bundle
Files in francodacosta/caparica-bundle
Download francodacosta/caparica-bundle
More information about francodacosta/caparica-bundle
Files in francodacosta/caparica-bundle
Vendor francodacosta
Package caparica-bundle
Short Description a symfony bundle to help secure your REST api with signed requests
License MIT
Homepage https://github.com/francodacosta/caparica-bundle
Package caparica-bundle
Short Description a symfony bundle to help secure your REST api with signed requests
License MIT
Homepage https://github.com/francodacosta/caparica-bundle
Please rate this library. Is it a good library?
Informations about the package caparica-bundle
Getting started with Caparica Bundle
Instalation
1. Download CaparicaBundle using composer
2. Enable the Bundle
3. add a client
4. Configure your controller
Step1: Download CaparicaBundle using composer
Add CaparicaBundle by running the command:
Step 2: Enable the bundle
Enable the bundle in the kernel:
Step 3: Configure a client
So that the server can verify the client signature it needs to know the client/api id and secret
If using the edit the file :
add the following to your file
Step 4: Configure your controller
Make sure you controller implements the . The extends the Symfony controller and has some handy methods.
and that's it all controller actions accessed via a route will have to be signed
All versions of caparica-bundle with dependencies
PHP Build Version
Package Version
The package francodacosta/caparica-bundle contains the following files
Loading the files please wait ....