Popularity
3.5
Growing
Activity
0.0
Declining
159
19
35

Programming language: PHP
License: MIT License
Latest version: v2.3.1

Aura.Filter alternatives and similar libraries

Based on the "Filtering and Validation" category.
Alternatively, view Aura.Filter alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of Aura.Filter or a related project?

Add another 'Filtering and Validation' Library

README

Aura.Filter

This package provides tools to validate and sanitize objects and arrays.

Foreword

Installation

This library requires PHP 5.4 or later; we recommend using the latest available version of PHP as a matter of principle. It has no userland dependencies.

It is installable and autoloadable via Composer as aura/filter.

Alternatively, download a release or clone this repository, then require or include its autoload.php file.

Quality

Scrutinizer Code Quality Code Coverage Build Status

To run the unit tests at the command line, issue composer install and then ./vendor/bin/phpunit at the package root. This requires Composer to be available as composer.

This library attempts to comply with PSR-1, PSR-2, and PSR-4. If you notice compliance oversights, please send a patch via pull request.

Community

To ask questions, provide feedback, or otherwise communicate with the Aura community, please join our Google Group, follow @auraphp on Twitter, or chat with us on #auraphp on Freenode.

Documentation

This package is fully documented [here](./docs/index.md).