mirror of
https://github.com/codeguy/php-the-right-way.git
synced 2025-08-30 16:50:06 +02:00
Update links in Resources section to use https, remove bad links
This commit is contained in:
@@ -19,10 +19,8 @@ Micro-frameworks are essentially a wrapper to route a HTTP request to a callback
|
||||
possible, and sometimes come with a few extra libraries to assist development such as basic database wrappers and the
|
||||
like. They are prominently used to build remote HTTP services.
|
||||
|
||||
Many frameworks add a considerable number of features on top of what is available in a micro-framework and these are
|
||||
known Full-Stack Frameworks. These often come bundled with ORMs, Authentication packages, etc.
|
||||
Many frameworks add a considerable number of features on top of what is available in a micro-framework; these are
|
||||
called Full-Stack Frameworks. These often come bundled with ORMs, Authentication packages, etc.
|
||||
|
||||
Component-based frameworks are collections of specialized and single-purpose libraries. Disparate component-based
|
||||
frameworks can be used together to make a micro- or full-stack framework.
|
||||
|
||||
* [Popular PHP Frameworks](https://github.com/codeguy/php-the-right-way/wiki/Frameworks)
|
Reference in New Issue
Block a user