PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Marcin Sztolcman   String Formatter   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: String Formatter
Template engine to format text strings
Author: By
Last change: added php-cs-fixer for dev dependencies
fixed typo in description
fixed license tag in composer.json
Date: 7 years ago
Size: 963 bytes
 

Contents

Class file image Download
{ "name": "m36/stringformatter", "description": "Simple but powerful string formatting", "keywords": ["string", "formatting", "format", "template", "string formatter", "string formatting", "sprintf", "vsprintf", "placeholders"], "homepage": "https://github.com/36monkeys/php-stringformatter", "version": "0.6.0", "type": "library", "license": "MIT", "authors": [ { "name": "Marcin Sztolcman", "email": "m.sztolcman@36monkeys.com", "homepage": "https://36monkeys.com" } ], "support": { "issues": "https://github.com/36monkeys/php-stringformatter/issues" }, "autoload": { "psr-4": { "m36\\StringFormatter\\": "src/" }, "files": ["src/Functional.php"] }, "autoload-dev": { "psr-4": { "m36\\StringFormatter\\Tests\\": "tests/" } }, "require": { "php": ">=5.3.0 || >7.0.0" }, "require-dev": { "phpunit/phpunit": "^4.8", "fabpot/php-cs-fixer": "^2.2" } }