Skip to content

hooman-mirghasemi/yii2-jdf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

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.