Create RESTful APIs using Slim framework PHP MySQL video tutorial series.
The Playlist is about creating RESTful APIs using PHP SLIM Framework, MySQL. You will learn
- Building RESTful API using PHP MySQL Slim Framework
- Testing APIs & performance test
- Integrating APIs with Android/Web
Installing Composer & Slim Framework - slim3 skeleton GitHub https://www.youtube.com/watch?v=uS9iaAIvDLE
RESTful APIs : Develop APIs using PHP, Slim Framework and MySQL for Android/IOS/Web https://www.youtube.com/watch?v=5qr9X1G57Qs
To install slim, you must have composer
installed. Official page : link
Here are the steps to download composer : link
Once you have downloaded composer
, create a project directory and navigate to the same
mkdir <dir-name> && cd <dir-name>
And then install slim, official page : link
use this command
composer require slim/slim "^3.0"