PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Julio Vergara   PHP Sanitize Filename String   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Sanitize Filename String
Change file name to use only ASCII characters
Author: By
Last change: Updating composer.json file
Date: 3 years ago
Size: 586 bytes
 

Contents

Class file image Download
{ "name": "vgd/sanitize_string", "description": "Sometimes you may want to clean a filename or string from foreign languages characters; with this class you can do both", "type": "package", "license": "MIT", "keywords": ["sanitize","clean","foreign","grammar", "replace"], "homepage": "https://github.com/Claw-Hammer/sanitize_string", "version": "1.3", "authors": [ { "name": "Julio Vergara", "email": "jvca2005@gmail.com" } ], "minimum-stability": "stable", "require": { "php": ">=5.6" } }