PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Miraz Mac   PHP Unicode to Bijoy Converter   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Unicode to Bijoy Converter
Convert Bijoy ANSI text from Unicode Bengali
Author: By
Last change:
Date: 7 years ago
Size: 623 bytes
 

Contents

Class file image Download
{ "name": "mirazmac/unicode2bijoy", "type": "library", "description": "PHP class to convert unicode to Bijoy ANSI.", "keywords": ["text","text processing","unicode","bijoy","bijoy ansi"], "homepage": "https://github.com/mirazmac/Unicode2Bijoy", "license": "MIT", "authors": [ { "name": "Miraz Mac", "email": "mirazmac@gmail.com", "homepage": "https://mirazmac.info", "role": "Developer" } ], "require": { "php": ">=5.4.0" }, "autoload": { "psr-4": { "mirazmac\\": "src" } } }