PHPackages                             xurudragon/api-versioning-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. xurudragon/api-versioning-bundle

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

xurudragon/api-versioning-bundle
================================

Symfony APIVersioningBundle

1.0.0(7y ago)013MITPHPPHP &gt;=5.5.9

Since Aug 29Pushed 7y agoCompare

[ Source](https://github.com/XuruDragon/ApiVersioningBundle)[ Packagist](https://packagist.org/packages/xurudragon/api-versioning-bundle)[ Docs](https://github.com/XuruDragon/ApiVersioningBundle)[ RSS](/packages/xurudragon-api-versioning-bundle/feed)WikiDiscussions master Synced 6d ago

READMEChangelog (2)Dependencies (4)Versions (4)Used By (0)

ApiVersioningBundle
===================

[](#apiversioningbundle)

Informations
============

[](#informations)

[![Build Status](https://camo.githubusercontent.com/815386cc600283794cd45f654401be61387b6aa2587ad4f9df9fbc2df1ca54b3/68747470733a2f2f7472617669732d63692e6f72672f58757275447261676f6e2f41706956657273696f6e696e6742756e646c652e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/XuruDragon/ApiVersioningBundle) - master

This bundle provide you a way to handle multiple version of your api. See `Usage` section to know how ise this bundle

Installation
============

[](#installation)

Step 1: Download the Bundle
---------------------------

[](#step-1-download-the-bundle)

Open a command console, enter your project directory and execute the following command to download the latest stable version of this bundle:

```
$ composer require xurudragon/api-versioning-bundle
```

This command requires you to have Composer installed globally, as explained in the [installation chapter](https://getcomposer.org/doc/00-intro.md)of the Composer documentation.

Step 2: Enable the Bundle
-------------------------

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

Then, enable the bundle by adding it to the list of registered bundles If you are on `Symfony 3.*` look in the `app/AppKernel.php` file of your project:

```
