PHPackages                             starshums/jdejulianconverter - 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. starshums/jdejulianconverter

ActiveLibrary

starshums/jdejulianconverter
============================

A Laravel library that converts a given Oracle JD Edwards Julian date to the standard Gregorian date.

v1.0(5y ago)11.8k↓77.8%MITPHPPHP &gt;=5.6.4

Since Jun 19Pushed 5y ago1 watchersCompare

[ Source](https://github.com/starshums/jdejulianconverter)[ Packagist](https://packagist.org/packages/starshums/jdejulianconverter)[ RSS](/packages/starshums-jdejulianconverter/feed)WikiDiscussions master Synced 1w ago

READMEChangelog (1)DependenciesVersions (2)Used By (0)

📋 Oracle JD Edwards Julian date converter for Laravel 5
=======================================================

[](#clipboard--oracle-jd-edwards-julian-date-converter-for-laravel-5)

A Laravel library that converts a given Oracle JD Edwards Julian date to the standard Gregorian date.
Date fields in JD Edwards are stored in the Julian format where the date format is CYYDDD
For more information on this format please visit this [page](https://docs.oracle.com/cd/E26228_01/doc.93/e21961/julian_date_conv.htm)

❔ Installation
--------------

[](#grey_question-installation)

Require this package in your composer.json and update composer.

```
composer require starshums/jdejulianconverter
```

and then update composer :

```
composer update
```

After updating composer, add the ServiceProvider to the providers array in config/app.php

```
starshums\jdejulianconverter\JDEJulianConverterServiceProvider::class,
```

You also need to add the alias. Add this to your aliases:

```
'JJC' => starshums\jdejulianconverter\JDEJulianConverter::class,
```

📖 Usage
-------

[](#open_book-usage)

```
$converter = new \JJC;
$date = $converter->Convert(110123); // expected result : 2010-05-03
```

🤝 Contributing
--------------

[](#handshake-contributing)

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

📃 License
---------

[](#page_with_curl-license)

[MIT](https://opensource.org/licenses/MIT)

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity20

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity50

Maturing project, gaining track record

 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

2160d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/20762e6fa4216a6f35b3d91382a49f172c48bcac89005db20b371a4276a65b21?d=identicon)[starshums](/maintainers/starshums)

---

Top Contributors

[![starshums](https://avatars.githubusercontent.com/u/10258102?v=4)](https://github.com/starshums "starshums (16 commits)")

---

Tags

laravelconverterjulian

### Embed Badge

![Health badge](/badges/starshums-jdejulianconverter/health.svg)

```
[![Health](https://phpackages.com/badges/starshums-jdejulianconverter/health.svg)](https://phpackages.com/packages/starshums-jdejulianconverter)
```

###  Alternatives

[anam/phantommagick

PhantomMagick provides a simple API to ease the process of converting HTML to PDF or images

161456.4k2](/packages/anam-phantommagick)[hnhdigital-os/laravel-number-converter

Number to word, roman, ordinal converter

20163.3k2](/packages/hnhdigital-os-laravel-number-converter)[sbsaga/toon

🧠 TOON for Laravel — a compact, human-readable, and token-efficient data format for AI prompts &amp; LLM contexts. Perfect for ChatGPT, Gemini, Claude, Mistral, and OpenAI integrations (JSON ⇄ TOON).

6115.6k](/packages/sbsaga-toon)[laravel-shift/curl-converter

A command line tool to convert curl requests to Laravel HTTP requests.

935.3k](/packages/laravel-shift-curl-converter)[folour/flavy

FFmpeg layer for Laravel 5.2-5.4, this is a fork of rafasamp/sonus package

279.6k](/packages/folour-flavy)[mohamedsabil83/laravel-hijrian

Hijri-Gregorian date converter for Laravel

1220.0k](/packages/mohamedsabil83-laravel-hijrian)

PHPackages © 2026

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