PHPackages                             agrandesr/agile-router - 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. agrandesr/agile-router

ActiveLibrary[API Development](/categories/api)

agrandesr/agile-router
======================

Agile router is a composer library designed to create APIs in PHP in a fast and efficient way. It is an agile and great router.

v1.0.2(3y ago)537MITPHP

Since May 26Pushed 2y ago1 watchersCompare

[ Source](https://github.com/AGrandesR/agile-router)[ Packagist](https://packagist.org/packages/agrandesr/agile-router)[ RSS](/packages/agrandesr-agile-router/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (7)Dependencies (3)Versions (9)Used By (0)

Agile router
============

[](#agile-router)

Agile router is a composer library designed to create APIs in PHP in a fast and efficient way. It is an agile and great router. The main ideas is to make the creation of apis:

1. Agile: You can create first apis concept very quickly and improve with time.
2. Easy: The idea is that the router make all the boring work of check parameters and the developer could start to work to fun parts of the project XD

How to start 🚀
==============

[](#how-to-start-)

Follow the next steps to start to working with this php router. If you found anything wrong or bad explained don't doubt to contact with us (correctly *me*... but *us*, sounds better 😅).

Prerequisites 📋
---------------

[](#prerequisites-)

You will need to have installed php and composer in your computer.

Installation 🔧
--------------

[](#installation-)

You need to require the package to your project.

```
composer require agrandesr/agile-router
```

Next, you can use in your code. We encourage to use in the root file *index.php*. It is important to write under the autoload require.

```
