Conteúdo principal

Essential tools for a PHP web developer

 

Browser Extensions

 

ColorZila

Tool that helps get the color in a pixel on a webpage

 

Wappalyzer

It reveals which technologies exist on a particular page or website.

 

Development Environments

AMPPS

PHP development environment. They come with Mysql, PHP and Perl, besides coming all configured to work.

 

XAMPP

PHP development environment. They come with Mysql, PHP and Perl, besides coming all configured to work.

 

Code editor

Visual Studio Code

Simplified code editor with support for development operations such as debugging, task execution and version control. It is intended to provide just the tools a developer needs for a fast code-build debug cycle and leaves more complex workflows for full-featured IDEs like the Visual Studio IDE.

 

Sublime Text

Cross-platform source code editor

 

Frameworks

LARAVEL

Open-source framework for the development of web systems that use the MVC standard that automates a lot of programming through its libraries

 

Symfony

Open-source fullstack framework for web application development, with the PHP language in the MVC pattern, which automates a lot of programming through its libraries

 

Zend

Open-source framework for web application development, with the PHP language in the MVC pattern, which automates a lot of programming through its libraries

 

Content Management System (CMS)

 

Drupal

Framework/CMS for creating portals and websites

 

Wordpress

CMS used to create simple websites and blog in an easy way

 

Section: