Download the PHP package pasoonate/pasoonate-php without Composer
On this page you can find all versions of the php package pasoonate/pasoonate-php. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package pasoonate-php
📅 PHP & Laravel Calendar - Pasoonate
Pasoonate is a powerful library that provides advanced date-time methods and supports multiple calendars! 🚀
🛠 Running Tests
📥 Installation (via Composer)
🎯 Usage
🌍 Supported Calendars
- 📅 Gregorian
- 🇮🇷 Jalali
- 🕌 Islamic
- ⚫ Shia
📌 Commonly Used Date Functions in Projects
✅ Get Today's Date
🔄 Convert Jalali to Gregorian
🔁 Convert Gregorian to Jalali
⏳ Get Start and End of the Month
🕰️ Get Start and End of the Year
📆 Check Leap Year
🗓️ Get Day of the Week
📅 Get Week Number of the Year
🔑 Basic Methods
getTimestamp()
🕰️getTimezoneOffset()
🌎getDatetime()
⏳getDate()
📆getTime()
⏰getYear()
🎯getMonth()
📅getDay()
🏷️getHour()
⏳getMinute()
⏲️getSecond()
🕐setTimestamp($timestampAsSeconds)
🔄setTimezoneOffset($offsetAsMinutes)
🏝️setDatetime($year, $month, $day, $hour, $minute, $second)
🏗️setDate($year, $month, $day)
setTime($hour, $minute, $second)
setYear($year)
setMonth($month)
setDay($day)
setHour($hour)
setMinute($minute)
setSecond($second)
setUTCDatetime($year, $month, $day, $hour, $minute, $second)
setUTCDate($year, $month, $day)
setUTCTime($hour, $minute, $second)
setUTCYear($year)
setUTCMonth($month)
setUTCDay($day)
setUTCHour($hour)
setUTCMinute($minute)
setUTCSecond($second)
dayOfWeek()
(from 0 for Saturday to 6 for Friday)dayOfYear()
weekOfMonth()
weekOfYear()
➕ Addition & ➖ Subtraction Methods
📅 Add Year
📆 Add Month
📅 Add Day
⏳ Add Hour
⏲️ Add Minute
⏰ Add Second
📅 Subtract Year
📆 Subtract Month
🗓️ Subtract Day
... (and many more!)
🚀 Pasoonate makes date handling in PHP and Laravel super easy! 🔥
💡 Give it a ⭐ on GitHub if you find it useful! 🌟
All versions of pasoonate-php with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.2
ext-mbstring Version *
ext-mbstring Version *
The package pasoonate/pasoonate-php contains the following files
Loading the files please wait ....