What is B-Forms?

B-Forms is an object-oriented PHP library that generates and processes submitted HTML forms. I started developing this library in 2000 to fill my own web-programming needs. It had undergone 2 major and one minor revisions, when I realized that it may be useful for other people and released it to public as version 1.0.

The current stable version is 1.2.

Despite its seeming simplicity, the library allows to create and handle very complex forms. This makes it suitable for development of web-based applications. Its main benefits are:

You can find out more about the architecture of the library by looking at the design factors that have driven its development or by looking at the manual.