webino / webino-i18n-sanitize-lib
Internationalization Sanitize Filter for Zend Framework 2
Installs: 8 203
Dependents: 1
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 0
Open Issues: 0
Requires
- php: >=7.1
- zendframework/zend-filter: 2.*
Requires (Dev)
- webino/webino-dev: dev-develop
This package is auto-updated.
Last update: 2024-11-04 23:47:05 UTC
README
Based on Martin Hujer's Components
Features
- Sanitize international string
Setup
Run: php composer.phar require webino/webino-i18n-sanitize-lib:dev-develop
QuickStart
$sanitize = new \WebinoI18nSanitizeLib\Sanitize;
$sanitize->filter('šľžťýá'); // returns slztya
Addendum
Please, if you are interested in this Webino™ library, report any issues and don't hesitate to contribute. We will appreciate any contributions on development of this library.