Download the PHP package mmkargar/jalali without Composer
On this page you can find all versions of the php package mmkargar/jalali. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download mmkargar/jalali
More information about mmkargar/jalali
Files in mmkargar/jalali
Download mmkargar/jalali
More information about mmkargar/jalali
Files in mmkargar/jalali
Vendor mmkargar
Package jalali
Short Description This Package helps developers to easily work with Jalali (Shamsi or Iranian) dates in Laravel 4 applications, based on Jalali (Shamsi) DateTime class. This Package is based on a Laravel 3 bundle sallar/laravel-jdate by Sallar Kaboli.
License MIT
Package jalali
Short Description This Package helps developers to easily work with Jalali (Shamsi or Iranian) dates in Laravel 4 applications, based on Jalali (Shamsi) DateTime class. This Package is based on a Laravel 3 bundle sallar/laravel-jdate by Sallar Kaboli.
License MIT
Please rate this library. Is it a good library?
Informations about the package jalali
mmkargar/jalali
- This package compatible with Laravel 5
Installation
Run the Composer update comand
$ composer require mmkargar/jalali
In your config/app.php
add 'MmKargar\Jalali\JalaliServiceProvider'
to the end of the $providers
array
Basic Usage
Examples
Some Examples (based on examples provided by Sallar)
Formatting
For help in building your formats, checkout the PHP strftime() docs.
Notes
The class relies on strtotime()
to make sense of your strings, and strftime()
to make the format changes. Just always check the time()
output to see if you get false timestamps... which means the class couldn't understand what you were telling it.
License
- This bundle is created based on Laravel-Date by Scott Travis (MIT Licensed).
- Jalali (Shamsi) DateTime class included in the package is created by Sallar Kaboli and is released under the MIT License.
- This package was created by Milad Rey and is released under the MIT License.
All versions of jalali with dependencies
PHP Build Version
Package Version
The package mmkargar/jalali contains the following files
Loading the files please wait ....