PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Miraz Mac   Bangla String   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Bangla String
Manipulate strings in the Bengali language
Author: By
Last change:
Date: 6 years ago
Size: 694 bytes
 

Contents

Class file image Download
{ "name": "mirazmac/bangla-string", "type": "library", "description": "A wannabe all-in-all Bangla String Manupulation Library!", "keywords": ["unicode", "bijoy to avro", "avro to bijoy", "bijoy", "avro", "phonetic", "bangla", "string"], "homepage": "https://github.com/mirazmac/BanglaString", "license": "MIT", "authors": [ { "name": "Miraz Mac", "email": "mirazmac@gmail.com", "homepage": "https://mirazmac.info", "role": "Original Author" } ], "autoload": { "psr-4": { "MirazMac\\BanglaString\\": "src/" } }, "require": { "php": ">=5.4.0" } }