PHP Frameworks

in HiveDevs2 years ago (edited)

If you do, then the best language to learn would be php.
Php was originally created by Danish, a Canadian programmer called Rasmus Lerdorf in 1994 and it first appeared June 8, 1995; 27 years ago.

php1.png

Source

Nowadays, php is used in almost every site that has to do with backend servers, it is the most recommended when working with backed servers that have to do with transfer of code from servers to web pages or vise-versa.

Some examples of php frame works are:

Laravel


Source

Laravel is a free and open-source PHP web framework used in the back-end area of websites, created by Taylor Otwell and intended for the development of web applications following the model-view-controller architectural pattern and based on a system called Symfony.

Symfony


Source
Symfony is used for developing large-scale enterprise projects under web development. It is easy to install and configure on most platforms. One of its key features is that, unlike other frameworks, it is long term based that is, minimal updates.

Codeigniter

Source

CodeIgniter is a lightweight and straightforward PHP framework that is hassle-free to install, unlike other frameworks, Because it has a simple setup process, it is used in building dynamic web sites with PHP.

In my next post I shall be taking each of this 3 php frame work and making some practical code with each

See you in my next class.