PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Lars Moelleken   PHP URLify   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP URLify
Transliterate non-ASCII characters
Author: By
Last change: [+]: update "portable ascii" v2
[+]: update dependencies
[+]: update "portable-utf8"
[+]: update "portable ascii"
[+]: optimize performance v2.1

+ add phpstan
[+]: update "Portable ASDCII" from v1.2 -> v1.3 v2
[+]: update "Portable ASDCII" from v1.2 -> v1.3
[+]: use "Portable ASCII" for much better performance
Date: 10 days ago
Size: 1,061 bytes
 

 

Contents

Class file image Download
{ "name": "voku/urlify", "type": "library", "description": "PHP port of URLify.js from the Django project. Transliterates non-ascii characters for use in URLs.", "keywords": [ "urlify", "transliterate", "translit", "transliteration", "url", "encode", "slug", "link", "iconv" ], "homepage": "https://github.com/voku/urlify", "license": "BSD-3-Clause", "authors": [ { "name": "Johnny Broadway", "email": "[email protected]", "homepage": "http://www.johnnybroadway.com/" }, { "name": "Lars Moelleken", "email": "[email protected]", "homepage": "https://moelleken.org/" } ], "require": { "php": ">=7.0.0", "voku/portable-utf8": "~6.0", "voku/stop-words": "~2.0", "voku/portable-ascii": "~2.0" }, "require-dev": { "phpunit/phpunit": "~6.0 || ~7.0 || ~9.0" }, "autoload": { "psr-4": { "voku\\helper\\": "src/voku/helper/" } }, "autoload-dev": { "psr-4": { "voku\\tests\\": "tests/" } } }