PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Moamen Eltouny   PHP Hijri   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Hijri
Format the date and time in the Hirji calendar
Author: By
Last change:
Date: 3 years ago
Size: 634 bytes
 

Contents

Class file image Download
{ "name": "pharaonic/php-hijri", "description": "PHP - Hijri DateTime (Islamic).", "keywords": [ "hijri", "islamic", "php hijri", "php islamic" ], "license": "MIT", "authors": [ { "name": "Moamen Eltouny", "email": "support@raggitech.com" } ], "require": { "php": ">=7.2", "nesbot/carbon": ">=1.29.0" }, "config": { "sort-packages": true }, "autoload": { "psr-4": { "Pharaonic\\Hijri\\": "src" } }, "minimum-stability": "dev", "prefer-stable": true }