hooman.mirghasemi / yii2-jdf
jdf library for yii2
Package info
github.com/hooman-mirghasemi/yii2-jdf
Type:yii2-extension
pkg:composer/hooman.mirghasemi/yii2-jdf
1.0.3
2023-11-30 11:00 UTC
Requires
- yiisoft/yii2: *
This package is not auto-updated.
Last update: 2026-03-05 21:23:11 UTC
README
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.