Difference between revisions of "PHP"

From Wiki @ Karl Jones dot com
Jump to: navigation, search
(alex)
(gajotres)
Line 21: Line 21:
 
* [http://davss.com/tech/php-rest-api-frameworks/ PHP REST API Frameworks] by David Sadowski
 
* [http://davss.com/tech/php-rest-api-frameworks/ PHP REST API Frameworks] by David Sadowski
 
* [http://codecondo.com/minimal-web-frameworks-for-php/ 18 Minimal Web Frameworks for PHP] by Alex
 
* [http://codecondo.com/minimal-web-frameworks-for-php/ 18 Minimal Web Frameworks for PHP] by Alex
 +
* [http://www.gajotres.net/best-available-php-restful-micro-frameworks/ Best available PHP RESTful Micro Frameworks] by Gajotres
 
* [https://xybu.me/a-comparison-of-php-micro-frameworks/ Comparison of PHP Micro-frameworks] by Xiangyu
 
* [https://xybu.me/a-comparison-of-php-micro-frameworks/ Comparison of PHP Micro-frameworks] by Xiangyu
 
* [https://en.wikipedia.org/wiki/Comparison_of_web_application_frameworks#PHP Comparison of web application frameworks]
 
* [https://en.wikipedia.org/wiki/Comparison_of_web_application_frameworks#PHP Comparison of web application frameworks]

Revision as of 05:47, 9 June 2015

PHP is a server-side scripting language designed for web development.

PHP code can be simply mixed with HTML code, or it can be used in combination with various templating engines and web application frameworks.

PHP is not limited to web development: it can also be used as a general-purpose programming language.

Frameworks

Many frameworks are available for PHP. Some which interest me include:

See:

External links