DEV Community

Discussion on: Can anybody tell me PHP Roadmap?

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.