wfpl
wfpl is a well factored PHP library. It is Free Software, licened under the GNU LGPL.
It's alive!
wfpl is under active development. Jason Woofenden uses wfpl for work, and usually makes several improvements/additions per week.
Read what it can do
- a form generator (as seen here: http://jasonwoof.com/metaform/)
- a template engine which can handle encodings.
- a very handy and secure database API
- a session tracker
- a system for displaying messages to the user (which can be saved accross http redirects if you want.)
- upload handling (including special handling for images that fixes extensions)
- a calendar generator
- lots of little functions to do all sorts of things.
Dependancies
As of 2007-11-28, recent versions of PHP4 are supported, although PHP4 support may be dropped soon.
The template engine requires pcre support (which is a php plugin).
Download it
The best way to get a copy of wfpl is to use the form generator: http://jasonwoof.com/metaform/ When you download the tarbal of your form, it'll come with the very latest version of wfpl.
Or you can download a tarbal from June 30th, 2007: http://jasonwoof.com/downloads/wfpl-0.3.tgz
Give feedback
Contact Jason Woofenden if you have any comments, questions, patches, recommendations, additions, etc..