<?xml version="1.0"?>
<rss version="2.0">
  <channel>
    <title>PHPDeveloper.org</title>
    <link>http://www.phpdeveloper.org</link>
    <description>Up-to-the Minute PHP News, views and community</description>
    <language>en-us</language>
    <pubDate>Sat, 25 May 2013 10:29:33 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[Vance Lucas: Valitron: The Simple Validation Library That Doesn't Suck]]></title>
      <guid>http://www.phpdeveloper.org/news/19272</guid>
      <link>http://www.phpdeveloper.org/news/19272</link>
      <description><![CDATA[<p>
<i>Vance Lucas</i> has created a "<a href="http://www.vancelucas.com/blog/valitron-the-simple-validation-library-that-doesnt-suck/">validation library that dosen't suck</a>" and posted about it to his site - his <a href="https://github.com/vlucas/valitron">Valitron</a> library.
</p>
<blockquote>
<a href="https://github.com/vlucas/valitron">Valitron</a> is a simple, minimal and elegant stand-alone PHP validation library with NO dependencies. Valitron uses simple, straightforward validation methods with a focus on readable and concise syntax.
</blockquote>
<p>
He created the library because of frustration with other tools that had (sometimes major) dependencies on other packages. All he wanted was something lightweight and easy to use that was flexible about how it handled its validation rules. <a href="https://github.com/vlucas/valitron">Valitron</a> lets you apply a validation (like "required") against multiple fields in the provided data and includes checks for things like length, valid IP, active URL, alpha-numeric, date format and regular expression match. You can also add custom validation rules via a callback/closure.
</p>]]></description>
      <pubDate>Tue, 05 Mar 2013 11:43:24 -0600</pubDate>
    </item>
  </channel>
</rss>
