Chart Gallery
The following class library allows you to create complex diagrams and pictures. Of course, they need the support of the GD library.
- Pchart-a library in which you can create statistical charts.
- Libchart-This is also a simple statistical gallery.
- jpgraph– an object-oriented image creation class.
- Open Flash Chart-This is a statistical map based on Flash.
RSS parsing
- Magpierss-Open Source PHP version of the RSS parser, is said to be powerful, not validated.
- simplepie– This is a very fast, and Easy-to-use RSS and Atom Parsing library.
thumbnail Generation
- Phpthumb-The function is very strong, how strong or oneself to experience it.
Pay
- PHP Payment library– support PayPal, Authorize.Net and 2Checkout (2CO)
OpenID
- Php-openid-a PHP library that supports OpenID. OpenID is a solution that helps you log on to different sites using the same username and password. If you are not familiar with OpenID, you can come here to see: http://openid.net.cn/
data for abstract/Object Relational mapping ORM
- ADODB-Database Abstraction
- Doctrine-Object Relational mapping Object Relational Mapper (ORM), requires a PHP 5.2.3+ version, a very powerful database abstraction layer (DBAL).
- propel– Object Relational Mapping framework-PHP5
- Outlet-is also a tool for mapping object relationships.
Note: Object-relational mapping (relational Mapping, or ORM) is a technique for solving the mismatch between object-oriented and relational databases. In short, ORM is the automatic persistence of objects in a program to a relational database by using metadata that describes the mapping between the object and the database. The essence is to transform the data from one form to another. This also implies additional execution overhead; However, if ORM is implemented as a middleware, there are many opportunities for optimizations that do not exist in the persistence layer of handwriting. More importantly, the metadata that is used to control the transformation needs to be provided and managed, but again, these costs are less than those that maintain handwriting, and even the object database that adheres to the ODMG specification still requires class-level metadata.
PDF Builder
- fpdf– a pure PHP class library that allows you to generate PDFs.
Excel Related
- php-excel– This is a very simple Excel file generation class.
- PHP Excel reader– can parse and read the data in the XLS file.
e-Mail related
- Swift mailer– a free, super-versatile PHP Mail library.
- phpmailer– Super Powerful message sending class.
Unit Test
If you are using a test-driven approach to developing your program, the following class libraries and frameworks will never help you develop.
- SimpleTest-The framework of a PHP unit test and a Web test.
- phpunit– from the Xunit family, provides a framework that allows you to easily conduct unit test case development. It is also easy to analyze its test results.