Jul
28
phpInputValidator
Posted by Technocrat | Posted in Technocrat | Posted on 28-07-2009
After some time working and polishing this project I have decided to release this project. Its a library that allow you to fetch and validate php input using a verity of validations and options. I think it’s pretty good project. Check it out:


Technocrat, been a long time. Been thinking about giving your phpInputValidator a try, but also looking into what the Zend Framework and other frameworks have done. Are you still actively working this project and envision continuing to do so in the future?
montego
Posted on: 24/Jan/2010@11:46 am
Actually I am. V2 is nearly complete. I am putting the finishing touches on the core functionality and adding some security features to it which were in v1. It is also more modular and flexible than v1. It also uses static classes better php 5.2.x functionality. So over all its much better. In my quick testing its about twice as fast a v1. I haven’t had the time to check against any other packages for speed. Functionality wise it can type check more than Zend. It can also better validate the types than Zend. I haven’t really looked at other packages so what they have that I don’t. But I think it’s the best system out there.
You can see it and access the SVN at: https://www.assembla.com/wiki/show/phpInputValidator Once v2 is ready for release it will have it’s own website.
The future is to continue to improve it and make it faster and more modular. However I think feature wise it’s pretty strong.
If you want to talk about it some more or have interest in working on it let me know. I can drop you an email.
Posted on: 24/Jan/2010@2:24 pm