PHPackages                             jfm/simple-mvc-route-attributes-package - 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. [Framework](/categories/framework)
4. /
5. jfm/simple-mvc-route-attributes-package

ActiveLibrary[Framework](/categories/framework)

jfm/simple-mvc-route-attributes-package
=======================================

A little package for the pedagogical PHP MVC framework owned by Wild Code School. Used for educational purpose only

v1.0.1(1y ago)06MITPHP

Since Oct 17Pushed 1y ago1 watchersCompare

[ Source](https://github.com/jfm-wcs/simple-mvc-route-attributes-package)[ Packagist](https://packagist.org/packages/jfm/simple-mvc-route-attributes-package)[ RSS](/packages/jfm-simple-mvc-route-attributes-package/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (1)Versions (3)Used By (0)

Simple MVC Route Attibutes
==========================

[](#simple-mvc-route-attibutes)

Description
-----------

[](#description)

This package is for the Wild Code School Simple MVC project. It allows to add attributes on all the Controller methods to define the route.

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

[](#installation)

```
composer require jfm/simple-mvc-route-attributes
```

After the installation, you need to replace the all content of the `src/routing.php` file with the following:

```
