Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 589 Bytes

README.md

File metadata and controls

38 lines (24 loc) · 589 Bytes

jdf

jdf library for yii2

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist hooman-mirghasemi/yii2-jdf "*"

or add

"hooman-mirghasemi/yii2-jdf": "*"

to the require section of your composer.json file.

Usage

Once the extension is installed, simply use it in your code by :

<?php 
use hoomanMirghasemi\jdf\Jdf;
?>
<?= Jdf::jdate(); ?>```


This extension built with http://jdf.scr.ir/ you can get full document there.