hooman.mirghasemi / yii2-jdf
jdf library for yii2
Installs: 3 200
Dependents: 10
Suggesters: 0
Security: 0
Stars: 3
Watchers: 2
Forks: 2
Open Issues: 0
Type:yii2-extension
Requires
- yiisoft/yii2: *
This package is not auto-updated.
Last update: 2024-11-14 15:24:42 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.