jdf library for yii2

Installs: 3 022

Dependents: 10

Suggesters: 0

Security: 0

Stars: 3

Watchers: 2

Forks: 2

Open Issues: 0

Type:yii2-extension

1.0.3 2023-11-30 11:00 UTC

This package is not auto-updated.

Last update: 2024-04-18 12:42:31 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.