I started web developing some time ago but just now I've engaged some bigger size projects.
I started using bootstrap and JQuery along with JQuery Validation Plugin which makes it really easy to validate forms on the client side.
I was wondering if there's any library for PHP that validates user input given certain restrictions (on the same format as for the JQuery Validation plugin), so I could implement server side checks easily.