PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Saeed Hubaishan   PHP Hijri Calendar   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Hijri Calendar
Convert dates between Hijri and other calendars
Author: By
Last change:
Date: 2 years ago
Size: 578 bytes
 

Contents

Class file image Download
{ "name": "hubaishan/phphijri", "version": "0.1.0", "type": "library", "description": "phpHijri is a PHP library for working with Hijri Calendar dates.", "keywords": ["Calendar", "Hijri", "UmAlQura", "Islamic", "Lunar", "Arabic", "DateTime"], "homepage": "http://www.salafitech.net", "license": "LGPL-2.1-or-later", "authors": [ { "name": "Saeed Hubaishan", "homepage": "http://www.salafitech.net", "role": "Developer" } ], "require": { "php": ">=5.3.0" }, "autoload": { "psr-4": { "phpHijri\\": "lib" } } }