From c429e0325d5733e72297d7e8c603d97fa5134c8a Mon Sep 17 00:00:00 2001 From: Jamie York Date: Thu, 14 Mar 2013 14:24:04 +0000 Subject: [PATCH] --- awesome-php.md | 1 + 1 file changed, 1 insertion(+) diff --git a/awesome-php.md b/awesome-php.md index 46289dd..dd511d1 100644 --- a/awesome-php.md +++ b/awesome-php.md @@ -95,6 +95,7 @@ A list of amazingly awesome PHP libraries that you should consider using (and so * [Poser](https://github.com/FrenkyNet/Poser) - A Composer class aliasing library. * [Version](https://github.com/kherge/Version) - A parsing and comparison library for semantic versioning. * [Respect Validate](https://github.com/Respect/Validation) - A simple validation library. +* [Valitron](https://github.com/vlucas/valitron) - Another validation library. * [BCrypt](https://github.com/kherge/Bcrypt) - A BCrypt password hashing library. * [ShellWrap](https://github.com/MrRio/shellwrap) - A simple command line wrapper library. * [Streamer](https://github.com/fzaninotto/Streamer) - A simple object-orientated stream wrapper library.