PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Michael Scribellito   PHP String Functions   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP String Functions
Wrapper class to treat strings as object
Author: By
Last change: Update composer.json
Merge branch 'master' of https://github.com/mscribellito/Str
Update PHP unit dependency and test cases
Date: 4 years ago
Size: 757 bytes
 

Contents

Class file image Download
{ "name": "mscribellito/str", "type": "library", "description": "Str is an immutable PHP class that provides convenient, object-oriented operations for string handling and manipulation.", "keywords": ["string", "str"], "homepage": "https://github.com/mscribellito/Str", "license": "MIT", "authors": [{ "name": "Michael Scribellito", "email": "mscribellito@gmail.com", "homepage": "http://mscribellito.com", "role": "Developer" }], "require": { "php": ">=7.0.0" }, "require-dev": { "phpunit/phpunit": "^8.1" }, "autoload": { "files": [ "src/helper.php" ], "psr-4": { "mscribellito\\": "src/" } } }