PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Zacchaeus Bolaji   PHP Word to Number   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Word to Number
Convert a string with amount in words to a number
Author: By
Last change:
Date: 4 years ago
Size: 829 bytes
 

Contents

Class file image Download
{ "name": "djunehor/word-to-number", "description": "Transform words to numbers", "keywords": [ "word", "number", "word-to-number", "php", "djunehor", "laravel", "laravel-package" ], "type": "library", "license": "MIT", "authors": [ { "name": "Zacchaeus Bolaji", "email": "djunehor@gmail.com" } ], "minimum-stability": "dev", "require": { "php": "^7.1" }, "require-dev": { "phpunit/phpunit": "^6.0", "kwn/number-to-words": "dev-master" }, "autoload": { "psr-4": { "Djunehor\\Number\\": "src/" }, "files": [ "src/Helpers/helpers.php" ] }, "autoload-dev": { "psr-4": { "Djunehor\\Number\\Test\\": "tests" } }, "scripts": { "test": "vendor/bin/phpunit tests" } }