PHPackages                             vulcanphp/phprouter - 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. vulcanphp/phprouter

ActiveLibrary[API Development](/categories/api)

vulcanphp/phprouter
===================

PHP Router is a powerful, secure, simple, and quick routing system for PHP Application or REST APIs

V1.1.0(2y ago)1511MITPHPPHP &gt;=7.4

Since Dec 1Pushed 2y ago1 watchersCompare

[ Source](https://github.com/vulcanphp/phprouter)[ Packagist](https://packagist.org/packages/vulcanphp/phprouter)[ RSS](/packages/vulcanphp-phprouter/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (2)Dependencies (1)Versions (3)Used By (1)

PHP Router
==========

[](#php-router)

PHP Router is a powerful, secure, simple, and quick routing system for PHP Application or REST APIs

Installation
------------

[](#installation)

It's recommended that you use [Composer](https://getcomposer.org/) to install PHP Router

```
$ composer require vulcanphp/phprouter
```

Basic Usage
-----------

[](#basic-usage)

After Installing PHP Router initialize it in your application then you can simply use it allover on your application

```
