PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Juan Camacho   Andaluh PHP   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Andaluh PHP
Transliterate espaņol text (Spanish) to Andaluz
Author: By
Last change:
Date: 11 months ago
Size: 1,067 bytes
 

Contents

Class file image Download
{ "name": "andalugeeks/andaluh", "description": "Transliterate espaņol (spanish) spelling to andaluz proposals using PHP", "keywords": [ "transliterate", "andaluz", "andaluh", "sdk" ], "type": "library", "license": "Apache-2.0", "homepage": "https://github.com/LeonAlvarez/andaluh-php", "authors": [ { "name": "LeonAlvarez", "homepage": "https://github.com/LeonAlvarez" }, { "name": "gongalf", "homepage": "https://github.com/gongalf" }, { "name": "kuasarx", "homepage": "https://github.com/kuasarx" } ], "require-dev": { "phpunit/phpunit": "^8.4" }, "autoload": { "psr-4": { "Andaluh\\": "lib/Andaluh" } }, "autoload-dev": { "psr-4": { "Tests\\": "tests/" } }, "scripts": { "test": "phpunit --testsuite unit", "test --debug": "phpunit --debug --testsuite unit" } }