PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Nanang F. Rozi   Id Date Formatter   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Id Date Formatter
Format dates for Bahasa Indonesia
Author: By
Last change:
Date: 6 years ago
Size: 667 bytes
 

Contents

Class file image Download
{ "name": "frosya-labs/id-date-formatter", "type": "library", "description": "Date formatter for Bahasa Indonesia", "keywords": ["date", "formatter", "bahasa", "indonesia"], "homepage": "https://github.com/frosya-labs/id-date-formatter", "license": "MIT", "version": "1.0.0", "authors": [ { "name": "Nanang Fakhrur Rozi", "email": "nfrozy@gmail.com", "homepage": "https://nfrozi.blogspot.com", "role": "Developer" } ], "require": { "php": ">=5.6.0" }, "autoload": { "psr-4": { "FrosyaLabs\\": "src/FrosyaLabs" } } }