Skip to content

Commit a9e44ab

Browse files
author
Leborn Bot
committed
Add Leborn fork notice (LeFuel)
This commit adds Leborn-specific files to mark this repository as a Leborn fork: - LEBORN.md: project overview and revival roadmap - NOTICE: upstream attribution - CONTRIBUTING.md: contribution guidelines - CODE_OF_CONDUCT.md: Contributor Covenant 2.1 - README banner: signal that this is a Leborn fork Original upstream: https://github.com/fuel/fuel License retained: MIT See LEBORN.md for full context.
1 parent f354979 commit a9e44ab

5 files changed

Lines changed: 102 additions & 0 deletions

File tree

CODE_OF_CONDUCT.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
# Code of Conduct
2+
3+
## Our Pledge
4+
5+
We as members, contributors, and leaders pledge to make participation in our community a harassment-free experience for everyone, regardless of age, body size, visible or invisible disability, ethnicity, sex characteristics, gender identity and expression, level of experience, education, socio-economic status, nationality, personal appearance, race, religion, or sexual identity and orientation.
6+
7+
We pledge to act and interact in ways that contribute to an open, welcoming, diverse, inclusive, and healthy community.
8+
9+
## Our Standards
10+
11+
Examples of behavior that contributes to a positive environment:
12+
13+
- Demonstrating empathy and kindness toward other people
14+
- Being respectful of differing opinions, viewpoints, and experiences
15+
- Giving and gracefully accepting constructive feedback
16+
- Accepting responsibility and apologizing to those affected by our mistakes, and learning from the experience
17+
- Focusing on what is best not just for us as individuals, but for the overall community
18+
19+
Examples of unacceptable behavior:
20+
21+
- The use of sexualized language or imagery, and sexual attention or advances of any kind
22+
- Trolling, insulting or derogatory comments, and personal or political attacks
23+
- Public or private harassment
24+
- Publishing others' private information, such as a physical or email address, without their explicit permission
25+
- Other conduct which could reasonably be considered inappropriate in a professional setting
26+
27+
## Enforcement
28+
29+
Instances of abusive, harassing, or otherwise unacceptable behavior may be reported to the Leborn team. All complaints will be reviewed and investigated promptly and fairly.
30+
31+
## Attribution
32+
33+
This Code of Conduct is adapted from the [Contributor Covenant](https://www.contributor-covenant.org), version 2.1.

CONTRIBUTING.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
11
Please read the project contibuting guidelines before creating an issue of sending in a pull request:
22

33
https://github.com/fuel/fuel/wiki/Contributing
4+
5+
6+
---
7+
8+
## Leborn fork notice
9+
10+
This project is now part of the [Leborn](https://github.com/leborn-dev) initiative. The general Leborn contribution guidelines also apply. See [`LEBORN.md`](./LEBORN.md).

LEBORN.md

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
# About this fork
2+
3+
`LeFuel` is a [Leborn](https://github.com/leborn-dev) fork of [FuelPHP](https://github.com/fuel/fuel).
4+
5+
## Why this fork exists
6+
7+
FuelPHP development effectively halted in 2018, yet several Japanese companies (including Makuake) still rely on it in production. We provide LTS support and a clear migration path to Laravel.
8+
9+
## What we are doing
10+
11+
This fork goes through 5 phases:
12+
13+
- **Phase A: Setup and Analysis** - Docker dev environment, codebase overview, dependency status, compatibility issues
14+
- **Phase B: PHP 8.x compatibility** - Make the codebase run on PHP 8.x
15+
- **Phase C: Modernize core dependencies** - Update EOL dependencies to current versions
16+
- **Phase D: Tests and CI** - Test coverage and matrix CI on GitHub Actions
17+
- **Phase E: AI-native rebirth and v0.1.0 release** - AI-assisted FuelPHP -> Laravel migration assistant. Run lefuel migrate and let AI propose code-level migration patches.
18+
19+
## Status
20+
21+
This is an **early-stage** fork. The repository was initialized on 2026-05-02 with a full mirror of the upstream codebase. Modernization and Leborn-specific features are tracked in [Issues](../../issues).
22+
23+
Estimated duration to v0.1.0: **1 to 2 weeks** (with Claude Code-augmented development).
24+
25+
## Original project
26+
27+
- Name: FuelPHP
28+
- Repository: https://github.com/fuel/fuel
29+
- License: MIT
30+
31+
This fork retains all upstream commit history (see `git log`). Original maintainers and contributors are credited in commit metadata. See `NOTICE` for the formal attribution.
32+
33+
## About Leborn
34+
35+
[Leborn](https://github.com/leborn-dev) is an initiative to revive popular but stalled open-source projects with AI-native enhancements designed for the 2026 era of software. Leborn is sponsored and operated by [LLL Sdn Bhd](https://lll.dev) (Malaysia).
36+
37+
The name "Leborn" is from "Reborn" with the R replaced by L (for LLL).
38+
39+
## License
40+
41+
This fork retains the original MIT license. See `LICENSE`.

NOTICE

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
NOTICE
2+
3+
This product is a derivative work based on FuelPHP.
4+
5+
Source: https://github.com/fuel/fuel
6+
License: MIT
7+
8+
Original work Copyright (c) FuelPHP Development Team.
9+
All upstream contributions are preserved in the git commit history of this repository.
10+
11+
----
12+
13+
Modifications and additions in this fork:
14+
Copyright (c) 2026 LLL Sdn Bhd / Leborn (https://github.com/leborn-dev)
15+
Released under the same MIT license as the original work.
16+
17+
This fork is part of the Leborn initiative. See LEBORN.md for details.

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
> **Notice:** This is **LeFuel**, a [Leborn](https://github.com/leborn-dev) fork of FuelPHP. We are reviving this project for the AI era. See [`LEBORN.md`](./LEBORN.md) and [`NOTICE`](./NOTICE) for details.
2+
3+
---
4+
15
# FuelPHP
26

37
* Version: 1.8.2

0 commit comments

Comments
 (0)