Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hooman-mirghasemi/yii2-jdf

yii2 extention for jdf -- jDate liberary
https://github.com/hooman-mirghasemi/yii2-jdf

jdf php php7 yii2-extension

Last synced: about 1 month ago
JSON representation

yii2 extention for jdf -- jDate liberary

Awesome Lists containing this project

README

        

jdf
===
jdf library for yii2

Installation
------------

The preferred way to install this extension is through [composer](http://getcomposer.org/download/).

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

= Jdf::jdate(); ?>```

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