PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Moamen Eltouny   Laravel PHP Human Readable Number   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Laravel PHP Human Readable Number
Format numbers, dates, times to be human readable
Author: By
Last change:
Date: 4 years ago
Size: 1,056 bytes
 

Contents

Class file image Download
{ "name": "raggitech/laravel-readable", "description": "Laravel - Readable Number (Integer|decimal) & DateTime & Time Length & File Size.", "keywords": [ "php", "laravel", "human readable", "readable", "raggitech" ], "license": "MIT", "authors": [ { "name": "Moamen Eltouny", "email": "support@raggitech.com", "homepage": "https://raggitech.com" } ], "require": { "php": ">=7.2", "laravel/framework": ">=6.0" }, "autoload": { "psr-4": { "RaggiTech\\Laravel\\Readable\\": "src" }, "files": [ "src/Helpers.php" ] }, "extra": { "laravel": { "providers": [ "RaggiTech\\Laravel\\Readable\\ReadableServiceProvider" ], "aliases": { "Readable": "RaggiTech\\Laravel\\Readable\\Readable" } } }, "minimum-stability": "dev", "prefer-stable": true }