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.
- Host: GitHub
- URL: https://github.com/pushkar-anand/easy-router
- Owner: pushkar-anand
- License: mit
- Created: 2018-06-14T15:39:58.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2024-05-24T13:52:05.000Z (about 1 year ago)
- Last Synced: 2025-02-23T15:17:29.414Z (3 months ago)
- Topics: easy-to-use, fast, php7, router
- Language: PHP
- Size: 13.7 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# easy-router
[](https://packagist.org/packages/pushkar/easy-router)
[](https://travis-ci.org/pushkar-anand/easy-router)
[](https://packagist.org/packages/pushkar/easy-router)
[](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.