From 3e9bc6660aae9d3bc9277750c8a0ef237624de51 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miros=C5=82aw=20Filip?= Date: Mon, 11 Apr 2016 22:54:33 +0200 Subject: [PATCH 1/2] Add beberlei/assert to Filtering and Validation --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5f36263..d564a12 100644 --- a/README.md +++ b/README.md @@ -649,6 +649,7 @@ Libraries to help manage database schemas and migrations. * [Upload](https://github.com/brandonsavage/Upload) - A library for handling file uploads and validation. * [Valitron](https://github.com/vlucas/valitron) - Another validation library. * [Volan](https://github.com/serkin/Volan) - Another simplified validation library. +* [Assert](https://github.com/beberlei/assert) - A validation library with a rich set of assertions. Supports assertion chaining and lazy assertions. ## API *Libraries and web tools for developing APIs.* From 0da6260d2c836e258ad9e5d8534979a835b44d05 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miros=C5=82aw=20Filip?= Date: Tue, 12 Apr 2016 00:16:15 +0200 Subject: [PATCH 2/2] Push assert library up the list to maintain alphabetical sorting --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d564a12..00d27c2 100644 --- a/README.md +++ b/README.md @@ -640,6 +640,7 @@ Libraries to help manage database schemas and migrations. ## Filtering and Validation *Libraries for filtering and validating data.* +* [Assert](https://github.com/beberlei/assert) - A validation library with a rich set of assertions. Supports assertion chaining and lazy assertions. * [Cake Validation](https://github.com/cakephp/validation) - Another validation library (CP). * [DMS Filter](https://github.com/rdohms/DMS-Filter) - An annotation filtering library. * [Filterus](https://github.com/ircmaxell/filterus) - A simple PHP filtering library. @@ -649,7 +650,6 @@ Libraries to help manage database schemas and migrations. * [Upload](https://github.com/brandonsavage/Upload) - A library for handling file uploads and validation. * [Valitron](https://github.com/vlucas/valitron) - Another validation library. * [Volan](https://github.com/serkin/Volan) - Another simplified validation library. -* [Assert](https://github.com/beberlei/assert) - A validation library with a rich set of assertions. Supports assertion chaining and lazy assertions. ## API *Libraries and web tools for developing APIs.*