exsyst/api-bundle

Provides several helpers to build API's

Installs: 19

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 4

Forks: 0

Open Issues: 0

Type:symfony-bundle

v0.3.0 2015-11-29 11:34 UTC

This package is auto-updated.

Last update: 2024-04-17 21:48:45 UTC


README

This bundle provides several tools to help build API's & symfony applications.

This bundle includes:

  • A custom route loader to rapidly generate url's for the different http methods.
  • A parameter validation listener to check the request parameters.
  • A version listener to determine from the request which version of the API to use.

Build Status Scrutinizer Code Quality Code Coverage Total Downloads Latest Stable Version

Documentation

Read the Documentation

Please see the UPGRADING.md for any relevant instructions when upgrading to a newer version.

Installation

All the installation instructions are located in the documentation.