Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/hooman-mirghasemi/yii2-jdf
- Owner: hooman-mirghasemi
- Created: 2015-05-01T08:26:41.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2023-11-30T11:01:37.000Z (12 months ago)
- Last Synced: 2024-10-01T00:24:06.864Z (about 2 months ago)
- Topics: jdf, php, php7, yii2-extension
- Language: PHP
- Size: 13.7 KB
- Stars: 3
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
jdf
===
jdf library for yii2Installation
------------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.