PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of jasonlam604x   Stringizer   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: src
Class: Stringizer
Manipulate multibyte text strings as objects
Author: By
Last change: Update cocur/slugify
Date: 3 years ago
Size: 767 bytes
 

Contents

Class file image Download
{ "name": "jasonlam604/stringizer", "type": "library", "description": "Stringizer is a PHP string manipulation library with support for method chaining and multibyte handling", "keywords": ["laravel","library","toolkit","string","manipulation","chaining","multibyte","php","transformer","stringizer"], "license": "MIT", "homepage": "http://jasonlam604.github.io/Stringizer/", "authors": [ { "name": "Jason Lam", "email": "jasonlam604@gmail.com" } ], "require": { "php": ">=5.6.0", "cocur/slugify" : "3.2.*" }, "require-dev": { "phpunit/phpunit": "5.3.*" }, "autoload": { "psr-4": { "Stringizer\\": "src" } } }