02-09-2021, 07:09 AM
In this topic we'll be learning how to build a PHP application without a framework, and then learning how to build your first MVC Framework with PHP.
Learning how to build your own PHP applications without a PHP framework can be very similar to building with a framework, without the specific framework requirements and opinionated design.
Building an MVC Framework with PHP is a great way to learn how to build a PHP application from scratch with more focus on the structure and architecture.
In both cases you will depend on libraries and organising your code to make it more reusable with less duplication.
Learning how to isolate errors and separate your code is one of the most important factors for building future proof, maintainable applications.
read_more
First learn to build a PHP application without a framework :
Patrick Louys :
https://github.com/PatrickLouys/no-framework-tutorial
Kevin Smith :
https://kevinsmith.io/modern-php-without-a-framework
https://github.com/kevinsmith/no-framework
How To Code on PHP7 Without using a Framework :
https://hackernoon.com/how-to-code-on-ph...k-df173t2q
--
A more comprehensive example made by Bruno Škvorc
A no-framework application skeleton
https://github.com/Swader/nofw
--
Now let's learn how to build an MVC framework with PHP :
--
Laconia | Tania Rascia :
https://github.com/taniarascia/laconia
https://www.taniarascia.com/tags/php/
Use PHP to Create an MVC Framework - [ FreeCodeCamp ][ Codeholic ]
https://www.youtube.com/watch?v=6ERdu4k62wI
https://www.youtube.com/thecodeholic
https://github.com/thecodeholic/php-mvc-framework
Complete MVC Framework In OOP | How To Create A MVC Framework in PHP | Code With Dary
https://www.youtube.com/watch?v=n2yeK6LwSII
The Principles of the MVC Design Pattern :
https://github.com/gjerokrsteski/easy-php-mvc
Building a framework with Symfony components :
https://www.sitepoint.com/build-php-fram...omponents/
--
Fitzgerald PHP
A good example of a small framework is Fitzgerald :
https://github.com/gregmolnar/fitzgerald
https://gregmolnar.github.io/fitzgerald/
Fitzgerald : a Sinatra clone in PHP ( Ruby on rails framework ):
http://autonomousmachine.com/posts/2008/...one-in-php
http://autonomousmachine.com/2009/2/3/fi...nddownload
--
Now use PHP to build whatever you want with or without a framework => $$
Learning how to build your own PHP applications without a PHP framework can be very similar to building with a framework, without the specific framework requirements and opinionated design.
Building an MVC Framework with PHP is a great way to learn how to build a PHP application from scratch with more focus on the structure and architecture.
In both cases you will depend on libraries and organising your code to make it more reusable with less duplication.
Learning how to isolate errors and separate your code is one of the most important factors for building future proof, maintainable applications.
read_more
First learn to build a PHP application without a framework :
Patrick Louys :
https://github.com/PatrickLouys/no-framework-tutorial
Kevin Smith :
https://kevinsmith.io/modern-php-without-a-framework
https://github.com/kevinsmith/no-framework
How To Code on PHP7 Without using a Framework :
https://hackernoon.com/how-to-code-on-ph...k-df173t2q
--
A more comprehensive example made by Bruno Škvorc
A no-framework application skeleton
https://github.com/Swader/nofw
--
Now let's learn how to build an MVC framework with PHP :
--
Laconia | Tania Rascia :
https://github.com/taniarascia/laconia
https://www.taniarascia.com/tags/php/
Use PHP to Create an MVC Framework - [ FreeCodeCamp ][ Codeholic ]
https://www.youtube.com/watch?v=6ERdu4k62wI
https://www.youtube.com/thecodeholic
https://github.com/thecodeholic/php-mvc-framework
Complete MVC Framework In OOP | How To Create A MVC Framework in PHP | Code With Dary
https://www.youtube.com/watch?v=n2yeK6LwSII
The Principles of the MVC Design Pattern :
https://github.com/gjerokrsteski/easy-php-mvc
Building a framework with Symfony components :
https://www.sitepoint.com/build-php-fram...omponents/
--
Fitzgerald PHP
A good example of a small framework is Fitzgerald :
https://github.com/gregmolnar/fitzgerald
https://gregmolnar.github.io/fitzgerald/
Fitzgerald : a Sinatra clone in PHP ( Ruby on rails framework ):
http://autonomousmachine.com/posts/2008/...one-in-php
http://autonomousmachine.com/2009/2/3/fi...nddownload
--
Now use PHP to build whatever you want with or without a framework => $$
[ Ninja Admins Community Manager ]
