DEV Community

Inani El Houssain
Inani El Houssain

Posted on

How to easily validate your PHP inputs data

Hello Guys, so a year ago I've published my #PHP framework that I've been working on it in the last 2 years(https://github.com/akiyamaSM/chibi). And one of the components I've enjoyed working on was the validation.It was sad for me not to be able to use it in further projects because it was coupled to the framework itself.
That's why I decided to rewrite it as a standalone php package, That I'll be happy to see you guys using it or at least give it a try.

It still lacks to many rules, that we will be gradually adding them. but the good thing is that it is fully customizable.

Here is the link of the github repository where you can find the instructions on the installation and its usage.

https://github.com/akiyamaSM/PHPValidate

Looking forward for your stars and PR!

Top comments (0)