定制 nabilbinbillal/phpbangladate 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

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

  1. Clone or download the repository:
    git clone https://github.com/nabilbinbillal/PHPBanglaDate.git
  2. 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:

  1. Minimal Card (demos/demo1.php): A clean, modern card layout.
  2. Colorful Banner (demos/demo2.php): A vibrant, eye-catching banner.
  3. Glassmorphism UI (demos/demo3.php): A trendy glassmorphism-inspired design.

Running the Demos

  1. Set up a local server (e.g., XAMPP, WAMP, or PHP’s built-in server):
    php -S localhost:8000
  2. 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:

  1. Fork the repository.
  2. Create a new branch (git checkout -b feature/your-feature).
  3. Commit your changes (git commit -m 'Add your feature').
  4. Push to the branch (git push origin feature/your-feature).
  5. 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 我们能提供哪些服务?
定制开发 / 二次开发

基于 nabilbinbillal/phpbangladate 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。

BUG 修复 & 性能优化

线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。

项目外包 & 长期维护

承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。

yvsm@zunyunkeji.com QQ:316430983 微信:yvsm316 西安尊云信息科技 · 专注 PHP / Go / 分布式系统研发

统计信息

  • 总下载量: 0
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 24
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 0
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2025-09-13