Download the PHP package andyvanee/miniroute without Composer
On this page you can find all versions of the php package andyvanee/miniroute. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package miniroute
MiniRoute
A minimal router/application framework for PHP. This code is pre-alpha and is therefore subject to change in very substantial ways!
Install
composer require andyvanee/miniroute
Usage
There are a million ways that you could set up your application, but the recommended structure is something like the following:
- src/MyApp/Controller
- HomeController.php
- public
- index.php
- configuration.php
- routes.php
src/MyApp/Controller/HomeController.php
public/index.php
public/configuration.php
public/routes.php
If you want to have more control over application-wide behaviour and
functionality, you can either subclass MiniRoute
, or create a base
class such as AppController
that all of your controllers will inherit from.
Run Tests
cd andyvanee/miniroute && composer run test
All versions of miniroute with dependencies
PHP Build Version
Package Version
No informations.
The package andyvanee/miniroute contains the following files
Loading the files please wait ....