PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of afshin akhgar   PHP Slug Generator   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Slug Generator
Create a slug text for a URL from another text
Author: By
Last change: Update composer.json
Update composer.json
Date: 6 years ago
Size: 331 bytes
 

Contents

Class file image Download
{ "name": "afshinpersian/phpslugger", "description": "generate php slug from text", "type": "class", "license": "MIT", "authors": [ { "name": "Afshin Akhgar", "email": "afshin.akhgar@gmail.com" } ], "autoload": { "psr-4": {"PhpSlugger\\": "src/"} } }