06 PHP Framworks 06 Php Framework

06 PHP Framworks 06 Php Framework

What is a Framework?

Frameworks are platforms in which you are able to code with libraries. These libraries contain commonly used functions that you are able to use without having to rewrite the functions yourself. Using frameworks allows for you to cut down on the amount of time you spend coding repetative functions and allows you to focus on your goals.

PHP Framework 1

Larvel is promoted as the "PHP Framework for Artisans". This framework has multiple different authentication featuers baked in such as email verification, encryption, and hashing. Larvel also has a "Artisan Console" which allows coders to cread the skeleton code of the web page faster.

PHP Framework 2

Symfony is a PHP framework dedicated to building websites. Symfony is modular which allows it to be used for apps and websites that need to be scalable. This framework also allows for interactablility with more databases.

PHP Framework 3

Fat-Free is a framework known as a micro-framework. It prioritizes a balance between simplicity and useful features. This framework is modular and allows for small portions of it to be implemented in projects without breaking the framework.