/php-router

A simple PHP router build following John O. Paul's tutorial on Medium.

Primary LanguagePHP

PHP-ROUTER

A simple PHP router build following John O. Paul's tutorial on Medium. How to build a basic server side routing system in PHP

📝 Requirements

You'll need PHP 5 or above to run this projects.

🔧 Installation and Testing

git clone https://github.com/Wendryl/php-router.git
cd php-router
php -S localhost:8000