You must search for 20 useful PHP class libraries.
This article provides 20 useful PHP class libraries. These 20 PHP class libraries include the icon library, RSS resolution, thumbnail generation, payment, OpenID, database abstraction, PDF generator, and other functions.
The following are some very useful PHP class libraries. I believe they will certainly provide a better and faster way for your WEB development.
Chart Library
The following class library allows you to easily create complex charts and images. Of course, they need the support of the GD library.
PChart-a database that allows you to create statistical charts.
Libchart-this is also a simple statistical image library.
JpGraph-an object-oriented image creation class.
Open Flash Chart-this is a Flash-based Statistical Chart.
RSS resolution
Interpreting RSS is monotonous, but fortunately you have the following class library to help you easily read RSS feeds.
MagpieRSS-open-source PHP version RSS parser, said to be powerful, not verified.
SimplePie-this is a fast and easy-to-use RSS and Atom parser library.
Thumbnail generation
PhpThumb-powerful functions. Feel free to know how powerful it is.
Payment
Does your website need to handle payment? What is the procedure for connecting to the payment gateway? The following program can help you.
PHP Payment Library-Support for Paypal, Authorize.net, and 2 Checkout (2CO)
OpenID
PHP-OpenID-a PHP library supporting OpenID. OpenID is a solution that helps you log on to different websites with the same user name and password. If you are not familiar with OpenID, you can look here: http://openid.net.cn/
Data is abstract/object link ing ORM
ADOdb-database abstraction
Doctrine-Object relational ing Object relational mapper (ORM) requires PHP 5.2.3 +, a very powerful database relational action layer (DBAL ).
Propel-object relationship ing framework-PHP5
Outlet-is also a tool for object link ing.
Note: Object Relational ing (ORM) is a technology designed to solve the mismatch between objects and Relational databases. To put it simply, ORM automatically persists the objects in the program to the relational database by using metadata that describes the ing between objects and databases. In essence, data is converted from one form to another. This also implies additional execution overhead. However, if ORM is implemented as a middleware, there will be many opportunities for optimization, which do not exist in the handwritten persistence layer. More importantly, the metadata used to control the conversion needs to be provided and managed; however, these costs are less than the manual maintenance solution; in addition, even object databases that comply with the ODMG specifications still need class-level metadata.
PDF Generator
FPDF-this is a pure PHP class library that allows you to generate PDF files.
Excel Problems
Do you need to generate an Excel file for your site? No problem. The following two class libraries allow you to easily achieve this.
Php-excel-this is a very simple Excel file generation class.
PHP Excel Reader-parses and reads data in the XLS file.
E-mail Problems
Do not like PHP mail functions? Do you think it is not powerful enough? The following PHP email-related libraries will never disappoint you.
Swift Mailer-free PHP email library with super-function features.
PHPMailer-powerful mail sending class.
Unit Test
If you are developing your program using the test-driven method, the following class libraries and frameworks will definitely help you develop your program.
SimpleTest-a PHP unit test and Web Testing Framework.
PHPUnit-from the xUnit family, provides a framework for you to easily perform unit test case development. The test results can be easily analyzed.