An open API service indexing awesome lists of open source software.

https://github.com/pushkar-anand/easy-router

Easiest way to add route to your php application.
https://github.com/pushkar-anand/easy-router

easy-to-use fast php7 router

Last synced: 2 months ago
JSON representation

Easiest way to add route to your php application.

Awesome Lists containing this project

README

        

# easy-router

[![Latest Stable Version](https://poser.pugx.org/pushkar/easy-router/v/stable)](https://packagist.org/packages/pushkar/easy-router)
[![Build Status](https://travis-ci.org/pushkar-anand/easy-router.svg?branch=master)](https://travis-ci.org/pushkar-anand/easy-router)
[![Total Downloads](https://poser.pugx.org/pushkar/easy-router/downloads)](https://packagist.org/packages/pushkar/easy-router)
[![License](https://poser.pugx.org/pushkar/easy-router/license)](https://packagist.org/packages/pushkar/easy-router)

Easiest way to add route to your php application.

- [Install](#install)
- [Usage](#usage)
- [License](#license)

## Install

With composer:
```bash
composer require pushkar/easy-router
```

## Usage

```
require_once "../../path/to/vendor/autoload.php";

use EasyRoute\Route;

```

## License

Copyright (c) 2018 [Pushkar Anand](https://pushkaranand.me/). Under MIT License.