xusifob / router
A simple router to use for a quick web app
Installs: 381
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 1
pkg:composer/xusifob/router
Requires
- php: >=7.1
- ext-json: *
- symfony/http-foundation: ^4.2
- symfony/http-kernel: ^4.2
This package is auto-updated.
Last update: 2025-12-06 23:46:14 UTC
README
A simple router you can use to create fastly a PHP application
Getting Started
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
Prerequisites
To install this project, you will need composer installed as well as an apache 2 server
Installing
To install this project, just run the following command
composer require xusifob/router
Once it's done, you can set up your project. There is a functioning example in the example folder