phattarachai/thaidate

A Laravel, PHP package for thaidate() function
45,941 12
Install
composer require phattarachai/thaidate
Latest Version:v13.0.0
PHP:^8.3
License:MIT
Last Updated:Sep 14, 2026
Links: GitHub  ·  Packagist
Maintainer: phatchai

Thaidate

Latest Version on Packagist Tests Code Style PHP Version Laravel Version Total Downloads

Display dates in Thai — as a thaidate() helper and a Carbon ->thaidate() macro, with Buddhist-era years and Thai month/day names.

Installation

composer require phattarachai/thaidate

thaidate() function

Display date in Thai using the same PHP built-in date() function attributes. The date format is as same as PHP Datetime Format.

Default Format j F Y:

echo thaidate();    
// 25 กุมภาพันธ์ 2564

With PHP Date Format:

echo thaidate('วันlที่ j F พ.ศ.Y เวลา H:i:s');
// results: วันพฤหัสบดีที่ 25 กุมภาพันธ์ พ.ศ.2564 เวลา 23:55:29

Laravel Carbon Usage

You can also use thaidate() function directly from Laravel carbon instance. It uses Laravel macro feature to add the functionality as a carbon method.

use Illuminate\Support\Carbon;

Carbon::parse('2021-02-25')->thaidate();
// 25 กุมภาพันธ์ 2564

Carbon::parse('2021-02-25')->thaidate('D j M y');
// พฤ. 25 ก.พ. 64

This means you can use thaidate() directly from an Eloquent model attributes that is a date attribute as well.

$user->created_at->thaidate();
// 25 กุมภาพันธ์ 2564 

Static analysis

The ->thaidate() macro is registered at runtime, which PHPStan can't see on its own. This package ships the PHPStan support to fix that — ->thaidate() resolves with no "undefined method" errors and no per-project baseline entries. It activates automatically in any project using phpstan/extension-installer:

composer require --dev phpstan/extension-installer

ผู้พัฒนา

🙋‍♂️ สวัสดีครับ ผมอ๊อฟนะครับ เป็น Full Stack Web Developer รับ Implement งาน Project ทางด้าน Web Application สำหรับองค์กร ธุรกิจ SME ส่วนงานราชการและบริษัทขนาดใหญ่ครับ
https://phattarachai.dev

line: phat-chai

License

The MIT License (MIT)

Related Packages

gabrieloliverio/laravel5-generators

Database metadata-based generators for Laravel 5

1
erirk/paypalpayment

laravel-paypalpayment is simple package help you process direct credit card paym...

0
doctrine/dbal

Powerful PHP database abstraction layer (DBAL) with many features for database s...

631,580,251 9,707
laravel/framework

The Laravel Framework.

580,311,802 34,925
laravel/tinker

Powerful REPL for the Laravel framework.

489,754,436 7,444