What are some very useful class libraries or tool libraries for PHP?

WBOY
Release: 2016-07-06 13:51:59
Original
1232 people have browsed it

What are some very useful class libraries or tool libraries for PHP?

Reply content:

What are some very useful class libraries or tool libraries for PHP?

to packagist.org There are a lot of them~~ You can find whatever you want. Of course, you first need composer as a package manager.

Additional instructions:

Since composer is already a standard configuration of PHPer, packagist completely covers all the current excellent packages (some are not excellent), but packagist is in English, and many excellent packages are also in English, so you need to learn Query the required packages by using English semantics.

Of course, you can also use a search engine to quickly find the package name of the required package, and reverse the search on packagist.

For example, I now need a third-party package that simulates HTTP requests. After searching online, I found a guzzlehttp/guzzle library. You only need composer require guzzlehttp/guzzle to quickly install it into your existing project~~

There are many others, such as the commonly used WeChat official account third-party library (package). You only need to configure a few parameters to develop WeChat official accounts elegantly, without having to go to great lengths to hand-write a lot of code.

Discover slowly.

It depends on what you want it to be used for. There are various aspects, but it is recommended to use a ready-made framework to improve development speed and efficiency.

When you download a full version of thinkphp3.2, there are many class libraries in the org folder

Related labels:
php
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template