Summary of PHP class libraries commonly used in PHP programming. The following describes some PHP class libraries frequently used in PHP programming. I. the class libraries below the chart Library allow you to easily create complex charts and images. Of course, they need to be described below in the GD Library
PHPSome PHP class libraries frequently used in programming
I. 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.
1. pChart
A database that allows you to create statistical charts.
2. Libchart
This is also a simple statistics Image Library.
3. JpGraph
An object-oriented image creation class.
4. Open Flash Chart
This is a statistical chart based on Flash.
II. RSS analysis
1. MagpieRSS
The open-source PHP version RSS parser is said to be powerful and not verified.
2. SimplePie
This is a fast and easy-to-use RSS and Atom parser library.
III. generating thumbnails
1. phpThumb
The function is very powerful. let's take a look at how powerful it is.
4. payment
1. PHP Payment Library
Support for Paypal, Authorize.net, and 2 Checkout (2CO)
5. 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/
6. data is abstracted/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.
VII. PDF generator
FPDF
This is a pure PHP class library that allows you to generate PDF files.
8. Excel problems
- Php-excel-this is a very simple Excel file generation class.
- PHP Excel Reader-parses and reads data in the XLS file.
9. email problems
- Swift Mailer-free PHP email library with super-function features.
- PHPMailer-powerful Mail sending class.
10. 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.
Some PHP class libraries that are frequently used in PHP programming in PHP. I. the class libraries under the chart Library allow you to easily create complex charts and images. Of course, they need the GD library...