PHPackages                             lorenzo-d-alipio/basicrouter - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. lorenzo-d-alipio/basicrouter

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

lorenzo-d-alipio/basicrouter
============================

Simple router forked from simonham with simple modifications

191PHP

Since Aug 31Pushed 8y ago1 watchersCompare

[ Source](https://github.com/Lorenzo-D-Alipio/basicrouter)[ Packagist](https://packagist.org/packages/lorenzo-d-alipio/basicrouter)[ RSS](/packages/lorenzo-d-alipio-basicrouter/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

basicrouter
===========

[](#basicrouter)

This router is based on simonhamp/routes of which I forked months ago. There is nothing wrong about the original router. However, I decided to add another method to extract the controller and the controller method from the route() shown in the original class.

### Installation

[](#installation)

This can be installed using composer. ```
```

{
"require":{
              "basicrouter": "dev-master"

	},
   "repositories": [

{
"type": "vcs",
"url": "https://github.com/Bryan-D-Lee/basicrouter"
}
]
}

```
```

If you install it via composer, make sure to add namespace on top of the Router class.

```
