webpatser/laravel-sanitize 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

webpatser/laravel-sanitize

最新稳定版本:1.0

Composer 安装命令:

composer require webpatser/laravel-sanitize

包简介

Laravel package to sanatize a string for use as URL's. It uses the PHP Normalizer class and fills whitespace with dashes.

README 文档

README

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.

统计信息

  • 总下载量: 37.59k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 8
  • 点击次数: 1
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 7
  • Watchers: 1
  • Forks: 2
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2013-11-01