Download the PHP package adamnbowen/sanitize without Composer
On this page you can find all versions of the php package adamnbowen/sanitize. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download adamnbowen/sanitize
More information about adamnbowen/sanitize
Files in adamnbowen/sanitize
Download adamnbowen/sanitize
More information about adamnbowen/sanitize
Files in adamnbowen/sanitize
Vendor adamnbowen
Package sanitize
Short Description Sanitizes arbitrary objects and arrays.
License dbad
Homepage https://github.com/adamnbowen/sanitize
Package sanitize
Short Description Sanitizes arbitrary objects and arrays.
License dbad
Homepage https://github.com/adamnbowen/sanitize
Please rate this library. Is it a good library?
Informations about the package sanitize
Sanitize
Sanitizes arbitrary objects and arrays, and provides an object interface for accessing the sanitized objects and arrays.
Usage
Installation
Install via Composer, by first adding the following in your composer.json
file:
Then run php composer.phar install
in your terminal to download and install Sanitize. Make sure to require the vendor/autoload.php
generated by Composer, and you should be good to go.
Coding Standards
Use the following coding standards in order:
- PSR-0 Autoloading Standard
- PSR-1 Basic Coding Standard
- PSR-2 Coding Style Guide
- Zend Framework Coding Standard for PHP
- PEAR Coding Standards
TODO
- Test injection of objects into Sanitize
- Test __PHP_Incomplete_Class fix
Changelog
- Sanitize::Clean() is now Sanitize::clean()
- Filtered has been renamed to Proxy()
- Proxy is now iterable, so you can foreach over sanitized objects/arrays
- !empty() is no longer called on values—Sanitized objects will retain values of
false
,0
, etc.
All versions of sanitize with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.3.0
The package adamnbowen/sanitize contains the following files
Loading the files please wait ....