Download the PHP package webpatser/laravel-sanitize without Composer
On this page you can find all versions of the php package webpatser/laravel-sanitize. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download webpatser/laravel-sanitize
More information about webpatser/laravel-sanitize
Files in webpatser/laravel-sanitize
Download webpatser/laravel-sanitize
More information about webpatser/laravel-sanitize
Files in webpatser/laravel-sanitize
Vendor webpatser
Package laravel-sanitize
Short Description Laravel package to sanatize a string for use as URL's. It uses the PHP Normalizer class and fills whitespace with dashes.
License MIT
Homepage https://github.com/webpatser/laravel-sanitize
Package laravel-sanitize
Short Description Laravel package to sanatize a string for use as URL's. It uses the PHP Normalizer class and fills whitespace with dashes.
License MIT
Homepage https://github.com/webpatser/laravel-sanitize
Keywords laravel sanitize URL
Please rate this library. Is it a good library?
Informations about the package laravel-sanitize
Laravel Sanitize
Laravel package to sanitize a string for use in URL's
Installation
Add webpatser/laravel-sanitize
to composer.json
.
"webpatser/laravel-sanitize": "dev-master"
Run composer update
to get the latest version of Sanitize.
Edit app/config/app.php
and add the alias
'aliases' => array(
'Sanitize' => 'Webpatser\Sanitize\Sanitize',
)
Usage
Sanitize::string('Sanitize me please!'); // sanitize-me-please
Notes
It uses the PHP Normalizer class and does some extra magic, and wraps it in the Laravel 4 grand scheme of things.
All versions of laravel-sanitize with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.3.0
The package webpatser/laravel-sanitize contains the following files
Loading the files please wait ....