search
HomeBackend DevelopmentPHP TutorialPHP: 40+ development tool recommendations

PHP is a server scripting language designed for web development, but is also a general-purpose programming language. Over 240 million indexed domains use PHP, including many important websites such as Facebook, Digg, and WordPress. Web developers have many good reasons to prefer PHP over other scripting languages, such as Python and Ruby.
For PHP developers, there are many development tools available on the Internet, but finding a suitable PHP development tool is difficult and requires a lot of effort and time. Today, I will introduce 45 convenient PHP tools for developers.

Plates

Plates is a simple and easy-to-use PHP template system. Plates is designed for those who prefer to use local templates instead of compiled templates.

Laravel

Laravel is an open source framework with an elegant expression language.

Parsedown

A Parsedown wrapper for Laravel that can compile markdown into HTML. Parsedown runs fast and supports GitHub flavored markdown.

Guzzle

Guzzle is a PHP version of HTTP client, making it easy to use PHP with the HTTP/1.1 protocol and reducing the pain caused by web services.

Hoa

Hoa is a set of PHP libraries that creates a bridge between industry and research.

PHP-CPP

PHP-CPP is a PHP extension library written in C++. It provides a well-documented and easy-to-use collection of classes that can be used and extended to build native PHP extensions.

Twig

Twig is a fast, secure and stable PHP template engine.

Requests for PHP

Requests is an HTTP library written in PHP.

The Prettifier

Prettifier provides an online editing, formatting and language highlighting platform for some programming languages, such as CSS/HTMl/XML/PHP/SQL/Perl, etc.

Geocoder PHP

Geocoder is a good library for building geo applications, providing an abstraction layer for geocoding operations.

Slim Starter

Created by Xsanisty, Slim Starter is a solution for creating advanced web applications.

Mink

Mink is a PHP library that allows you to interactively test Web APP in the browser. It removes the API differences between the two browser simulators and provides you with a more accurate test. environment.

Forp

Forp is a PHP analyzer written in C. Forp is a lightweight PHP extension that provides a simple PHP array or JSON output containing the complete script call stack and CPU and memory usage. forp is non-intrusive and provides PHP annotations to get the job done.

Belt

Belt is a very useful tool for PHP developers, it provides more than 60 useful functions.

Icon Generator for PHP

Icon Generator allows you to generate Icon icons based on color background, which is similar to Gmail.

Rainloop

Rainloop is a free and open source PHP webmail application with a modern user interface and supports SMTP + IMAP.

Pattern Lab

Pattern Lab is not only a front-end framework, but also a PHP-driven static website generator, project pattern library and front-end style guide.

Composer

Composer is an independent PHP management plug-in. Create a combiner file in the root directory of your project and run a command, then all your dependencies can be downloaded and used.

Directus

Directus is a free, open source, client-friendly database GUI created with Backbone.js. It provides rich functionality for users to quickly develop and manage custom database solutions.

PHP Debug Bar

Debug can be easily integrated into any project and can display analysis data from any part of the application. It comes from PHP's built-in data collector feature and popular project.

Phalcon PHP

Phalcon PHP is a web framework extended by C, providing high performance and low resource consumption.

Pinboard

Pinboard is a MySQL storage engine that provides a read-only interface for real-time monitoring/statistics services for PHP's MYSQL usage.

Casebox

Casebox is an open source PHP/MYSQL driven web application for storing and managing records, tasks and files. It has a desktop-like interface, and we can create an unlimited-level directory to store structured things first.

Munee

Munee is an all-in-one library and open source that handles many things related to web resource optimization and operation. Munee also has a very powerful caching function that can cache resources on the server and client.

ImageWorkshop

ImageWorkshop is an open source class based on the GD library that can help you manage images with PHP. This class is very similar to image editing software such as PS and GIMP: you can add many layers or layer groups, and each layer has a background image.

Sylius

Sylius is a free and open source e-commerce solution designed for PHP (based on Symfony2), which can manage any size store and complex product categories.

Pico

Pico is an open source CMS application, there is no redundant stuff, this is the most important thing. It uses flat files as the database and is built with PHP. Simply put, this APP can run without setting anything.

PHP MyFAQ

PHP MyFAQ is a stable open source PHP F.A.Q. application that provides many functions for building a good F.A.Q. system and provides a powerful management interface to manage categories, entries, users and view statistics. A###PHP Documentor
PHP Documentor can read the structure of code, file system structures, classes, functions and everything in between, and generate documents.

CakePHP

CakePHP is an open source web application framework that follows the MVC pattern and is written in PHP. It is modeled after the concept of Ruby on Rails and is released under the MIT license.

CodeIgniter

CodeIgniter is a powerful, open source PHP framework.

Monsta FTP

Monsta FTP is a PHP cloud software and can place FTP file management in a web browser. You can drag and drop files in the browser.

XAMPP

XAMPP is a free and open source cross-platform web server solution, mainly including Apache HTTP server, MySQL database, PHP and script interpreter written in Perl.

NetBeans

NetBeans is open source and allows you to quickly develop desktop, mobile and web applications using Java, HTML5, PHP, C/C++, etc.

Aura

Aura provides an independent library package for PHP5.4+. These packages can be used individually, have consistency, or self-assemble into a complete framework.

PHPCcheckstyle

PHPCcheckstyle is an open source feature that helps PHP programmers maintain a consistent coding style. This tool checks the input PHP source code and reports any violation of the given standards.

PHP Mess Detector

PHP Mess Detector is easy to configure and the front-end is user-friendly. It can check for potential problems in the code, including possible errors, suboptimal code, unused parameters, etc.

Kohana

Kohana is an elegant, open source and object-oriented HMVC framework based on PHP5, maintained and developed by a group of volunteers. It aims to be fast, safe, and lightweight.

Sabberworm

A CSS file parser written in PHP. Sabberworm allows extracting CSS files into a data structure, manipulating the structure and outputting (optimized) CSS.

Nette

Nette framework is a PHP web development tool. It is designed to be as friendly and easy to use as possible. It focuses on security and performance and is definitely one of the most secure PHP development frameworks.

PHP Markdown

This is a library package that contains a PHP Markdown parser and additional functional extensions. Markdown is a text-to-html conversion tool.

Yii 2

Yii 2 is a complete rewrite of its previous version 1.1. Yii is also one of the most popular PHP development frameworks. Yii is a high-performance PHP framework best suited for developing Web 2.0 applications.

PHP Sandbox

PHP Sandbox utilizes PHPParser to prevent the sandbox from running unsafe code. It utilizes FunctionParser to decompose calls passed to the sandbox, so that PHP calls can be run in the sandbox even if they are not converted to strings.

Translation source: http://www.ido321.com/1546.html
Original English text: 40+ tools for writing better PHP

The above introduces PHP: 40+ development tool recommendations, including relevant content. I hope it will be helpful to friends who are interested in PHP tutorials.

Statement
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
php怎么把负数转为正整数php怎么把负数转为正整数Apr 19, 2022 pm 08:59 PM

php把负数转为正整数的方法:1、使用abs()函数将负数转为正数,使用intval()函数对正数取整,转为正整数,语法“intval(abs($number))”;2、利用“~”位运算符将负数取反加一,语法“~$number + 1”。

php怎么实现几秒后执行一个函数php怎么实现几秒后执行一个函数Apr 24, 2022 pm 01:12 PM

实现方法:1、使用“sleep(延迟秒数)”语句,可延迟执行函数若干秒;2、使用“time_nanosleep(延迟秒数,延迟纳秒数)”语句,可延迟执行函数若干秒和纳秒;3、使用“time_sleep_until(time()+7)”语句。

php怎么除以100保留两位小数php怎么除以100保留两位小数Apr 22, 2022 pm 06:23 PM

php除以100保留两位小数的方法:1、利用“/”运算符进行除法运算,语法“数值 / 100”;2、使用“number_format(除法结果, 2)”或“sprintf("%.2f",除法结果)”语句进行四舍五入的处理值,并保留两位小数。

php字符串有没有下标php字符串有没有下标Apr 24, 2022 am 11:49 AM

php字符串有下标。在PHP中,下标不仅可以应用于数组和对象,还可应用于字符串,利用字符串的下标和中括号“[]”可以访问指定索引位置的字符,并对该字符进行读写,语法“字符串名[下标值]”;字符串的下标值(索引值)只能是整数类型,起始值为0。

php怎么根据年月日判断是一年的第几天php怎么根据年月日判断是一年的第几天Apr 22, 2022 pm 05:02 PM

判断方法:1、使用“strtotime("年-月-日")”语句将给定的年月日转换为时间戳格式;2、用“date("z",时间戳)+1”语句计算指定时间戳是一年的第几天。date()返回的天数是从0开始计算的,因此真实天数需要在此基础上加1。

php怎么读取字符串后几个字符php怎么读取字符串后几个字符Apr 22, 2022 pm 08:31 PM

在php中,可以使用substr()函数来读取字符串后几个字符,只需要将该函数的第二个参数设置为负值,第三个参数省略即可;语法为“substr(字符串,-n)”,表示读取从字符串结尾处向前数第n个字符开始,直到字符串结尾的全部字符。

php怎么替换nbsp空格符php怎么替换nbsp空格符Apr 24, 2022 pm 02:55 PM

方法:1、用“str_replace(" ","其他字符",$str)”语句,可将nbsp符替换为其他字符;2、用“preg_replace("/(\s|\&nbsp\;||\xc2\xa0)/","其他字符",$str)”语句。

php怎么判断有没有小数点php怎么判断有没有小数点Apr 20, 2022 pm 08:12 PM

php判断有没有小数点的方法:1、使用“strpos(数字字符串,'.')”语法,如果返回小数点在字符串中第一次出现的位置,则有小数点;2、使用“strrpos(数字字符串,'.')”语句,如果返回小数点在字符串中最后一次出现的位置,则有。

See all articles

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

AI Hentai Generator

AI Hentai Generator

Generate AI Hentai for free.

Hot Tools

Dreamweaver CS6

Dreamweaver CS6

Visual web development tools

ZendStudio 13.5.1 Mac

ZendStudio 13.5.1 Mac

Powerful PHP integrated development environment

MinGW - Minimalist GNU for Windows

MinGW - Minimalist GNU for Windows

This project is in the process of being migrated to osdn.net/projects/mingw, you can continue to follow us there. MinGW: A native Windows port of the GNU Compiler Collection (GCC), freely distributable import libraries and header files for building native Windows applications; includes extensions to the MSVC runtime to support C99 functionality. All MinGW software can run on 64-bit Windows platforms.

VSCode Windows 64-bit Download

VSCode Windows 64-bit Download

A free and powerful IDE editor launched by Microsoft

Dreamweaver Mac version

Dreamweaver Mac version

Visual web development tools