nabilbinbillal/phpbangladate
Composer 安装命令:
composer require nabilbinbillal/phpbangladate
包简介
PHPBanglaDate is a lightweight and accurate PHP library to convert English timestamps to Bangla date, month, and year.
README 文档
README
PHPBanglaDate is a lightweight, accurate, and user-friendly PHP library designed to convert English timestamps into Bangla dates, months, and years.
Developed by Nabil Bin Billal to provide a dependable solution for developers working with Bangla calendars.
Why I Made This Library
Finding a reliable Bangla date library for PHP was a hassle. Most existing solutions were either inaccurate, failed to handle leap years correctly, or were overly complicated. Frustrated by this, I created PHPBanglaDate to offer a free, precise, and simple-to-use library for everyone. This library ensures accuracy, including proper leap year calculations, and integrates seamlessly into any PHP project.
Features
- Converts English timestamps to Bangla date, month, and year
- Correctly handles leap years
- Customizable date change hour (default: 6 AM)
- No external dependencies
- Includes pre-built demo designs for quick integration
- Simple and intuitive API
Installation
Option 1: Via Composer (Recommended)
composer require nabilbinbillal/php-bangla-date
Option 2: Manual Installation
- Clone or download the repository:
git clone https://github.com/nabilbinbillal/PHPBanglaDate.git
- Include the library in your project:
require_once 'path/to/PHPBanglaDate.php';
Usage
Basic Example
<?php require_once 'PHPBanglaDate.php'; // Initialize with current timestamp $banglaDate = new PHPBanglaDate(time()); // Get Bangla date components list($date, $month, $year) = $banglaDate->get_date(); // Output the result echo "Today’s Bangla Date: $date $month $year"; ?>
Advanced Example
Customize the date change hour (e.g., set to midnight instead of 6 AM):
$banglaDate = new PHPBanglaDate(time(), 0); // Date change at midnight list($date, $month, $year) = $banglaDate->get_date(); echo "Bangla Date: $date $month $year";
Demo Designs
The repository includes three stylish demo designs to showcase the library’s functionality:
- Minimal Card (
demos/demo1.php): A clean, modern card layout. - Colorful Banner (
demos/demo2.php): A vibrant, eye-catching banner. - Glassmorphism UI (
demos/demo3.php): A trendy glassmorphism-inspired design.
Running the Demos
- Set up a local server (e.g., XAMPP, WAMP, or PHP’s built-in server):
php -S localhost:8000
- Navigate to the
demos/folder in your browser (e.g.,http://localhost:8000/demos/demo1.php).
File Structure
PHPBanglaDate/
│
├── PHPBanglaDate.php <-- Main library file
├── example_Usage.php <-- Simple usage example
├── demos/ <-- Folder for demo designs
│ ├── demo1.php
│ ├── demo2.php
│ └── demo3.php
├── README.md
└── LICENSE
Requirements
- PHP 7.4 or higher
- No external dependencies
License
This project is licensed under the MIT License. You are free to use, modify, and distribute this library, provided you retain credits to Nabil Bin Billal.
Contributing
We welcome contributions! To contribute:
- Fork the repository.
- Create a new branch (
git checkout -b feature/your-feature). - Commit your changes (
git commit -m 'Add your feature'). - Push to the branch (
git push origin feature/your-feature). - Open a Pull Request.
Credits
- Author: Nabil Bin Billal
- GitHub: github.com/nabilbinbillal
- Motivation: To address the lack of a reliable, free Bangla date library for PHP developers.
Thank you for using PHPBanglaDate! I hope it saves you the trouble I faced. If you find it helpful, please star the repository or share it with others!
Contact
For questions, bug reports, or suggestions, open an issue on GitHub or email me at nabilbinbillal@gmail.com.
nabilbinbillal/phpbangladate 适用场景与选型建议
nabilbinbillal/phpbangladate 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 0 次下载、GitHub Stars 达 0, 最近一次更新时间为 2025 年 09 月 13 日, 在 PHP 生态内属于活跃度较高的组件。
它主要适用于以下技术方向: 「php」 「date」 「calendar」 「datetime」 「Bangla」 「BanglaDate」 等业务场景。在实际项目中,围绕这些方向常见需要落地的问题包括:接口对接、性能调优、并发安全、与既有框架(Laravel / ThinkPHP / Yii / Webman 等)的兼容适配,以及生产环境的日志埋点与稳定性保障。
我们在过去多个企业项目中使用过 nabilbinbillal/phpbangladate 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 nabilbinbillal/phpbangladate 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
与 nabilbinbillal/phpbangladate 相关的其它包
同方向 / 同关键字的高下载量 PHP Composer 包推荐,方便对比选型:
Tools to convert between .NET and PHP date formats
A modern PHP library for generating iCalendar v2.0 events
A powerful event calendar Tool for Laravel's Nova 5.
Date component is a set of methods to help with the manipulation of dates.
Check for holidays - localeaware
Bureaux A Partager Edit - Parse, validate, manipulate, and display dates in PHP w/ i18n support. Inspired by moment.js
统计信息
- 总下载量: 0
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 24
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2025-09-13