Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 943 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 943 Bytes

PHP with Slim

PHP is one of the widely popular language of the web. This project was made with the Slim Framework, a super simple library to handle http routing.

Requirements

This project requires the latest stable versions of:

  • Composer
  • PHP

Getting Started

Run composer install to install dependencies. You will only need to install this once cloning this project. You will see that it generates a folder called vendor where you dependencies are resided locally. You can then start modifying the routes in the public/index.php file and launch the server with composer start.

Add dependencies to your project

If you want to require more dependencies into your project, visit the packagist website to discover more packages!

Tips

When reading the docs of the slim framework, make sure you're on version 3.