PHPackages                             hypervix/excel-date-converter - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. hypervix/excel-date-converter

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

hypervix/excel-date-converter
=============================

Excel Date Converter is a PHP utility package for handling and converting Excel-style date values as well as standard date formats.

v1.0.0(1y ago)219MITPHPPHP &gt;=7.4

Since Nov 28Pushed 1y ago1 watchersCompare

[ Source](https://github.com/logan8920/ExeclDateConverter)[ Packagist](https://packagist.org/packages/hypervix/excel-date-converter)[ RSS](/packages/hypervix-excel-date-converter/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (3)Used By (0)

Excel Date Converter
====================

[](#excel-date-converter)

Excel Date Converter is a PHP utility package for handling and converting Excel-style date values as well as standard date formats. This package supports multiple date formats, including timestamps, and provides functionality to parse, convert, and format dates easily.

Features
--------

[](#features)

- Convert Excel-style serial date values to standard UNIX timestamps.
- Support for a wide range of standard date formats.
- Format dates into custom string representations.
- Easy to use and integrate into any PHP project.

Installation
------------

[](#installation)

To use this package, you can install it via Composer:

```
composer require hypervix/excel-date-converter
```

Usage
-----

[](#usage)

```
require('vendor/autoload.php');

use Hypervix\ExeclDateConverter\ExeclDateConverter;

// Convert Excel serial date to timestamp
$dateConverter = ExeclDateConverter::date(44561);
echo $dateConverter->format('Y-m-d'); // Output: 2022-01-01

// Convert a standard date format
$dateConverter = ExeclDateConverter::date('31-12-2023');
echo $dateConverter->format('Y/m/d'); // Output: 2023/12/31

```

Supported Date Formats
----------------------

[](#supported-date-formats)

This package supports the following date formats:

- d-m-Y (e.g., 31-12-2023)
- Y-m-d (e.g., 2023-12-31)
- Y/m/d (e.g., 2023/12/31)
- d/m/Y (e.g., 31/12/2023)
- M d, Y (e.g., Dec 31, 2023)
- d F Y (e.g., 31 December 2023)
- And many more!

For the full list of supported formats, refer to the source code in the ExeclDateConverter::possible\_format() method.

Requirements
------------

[](#requirements)

- PHP &gt;= 7.4
- Composer for installation

Contributing
------------

[](#contributing)

Contributions are welcome! If you'd like to contribute to this project, please follow these steps:

- Fork the repository.
- Create a new branch for your feature or bug fix.
- Commit your changes.
- Push your branch and open a pull request.

License
-------

[](#license)

This project is licensed under the MIT License. See the LICENSE file for more details.

- **Author:** Jayanta Bhunia
- **Website:**
- **Email:**

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance40

Moderate activity, may be stable

Popularity9

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity39

Early-stage or recently created project

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

527d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/70d0bca639115257c1521a938dc75494679e64ff0a4b33f51b7361e51491f5fc?d=identicon)[logan8920](/maintainers/logan8920)

---

Top Contributors

[![logan8920](https://avatars.githubusercontent.com/u/105543638?v=4)](https://github.com/logan8920 "logan8920 (10 commits)")

### Embed Badge

![Health badge](/badges/hypervix-excel-date-converter/health.svg)

```
[![Health](https://phpackages.com/badges/hypervix-excel-date-converter/health.svg)](https://phpackages.com/packages/hypervix-excel-date-converter)
```

###  Alternatives

[astrotomic/laravel-webmentions

215.7k](/packages/astrotomic-laravel-webmentions)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
