DEV Community

Aman Kumar
Aman Kumar

Posted on

Can anybody tell me PHP Roadmap?

Please anyone guide in which order should i learn php so i can get a job? I know its syntax and MySql, I know how to create, read, update, delete database from PHP. What should i learn after?

Top comments (2)

Collapse
 
aarone4 profile image
Aaron Reese

I would say convert POST forms to JSON and JSON to mySQL datasets, and mySQL datasets to JSON. This at least allows you to create API end points.
I would look at Laravel framework. Personally not a fan but there is a large user base and plenty of work in it.
Learn OOP PHP. It is a good into to OOP in general and will help if you want to switch to C# or Java.

Collapse
 
rajoyish profile image
Rajesh Budhathoki