PHPackages                             reb/babel - 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. reb/babel

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

reb/babel
=========

PHP Babel

v1.0.0(8y ago)111MITPHPPHP &gt;=7.0.0

Since Feb 28Pushed 8y ago1 watchersCompare

[ Source](https://github.com/reb2020/babel_transpiler)[ Packagist](https://packagist.org/packages/reb/babel)[ Docs](https://github.com/reb2020/babel_transpiler)[ RSS](/packages/reb-babel/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependenciesVersions (2)Used By (0)

It's simple Babel Transpiler for PHP.

PHP Code:

```
$Babel = new \Babel\Transpiler\Core();
echo $Babel->execute("class REBUS {}");

```

Result:

```
"use strict";

function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }

var REBUS = function REBUS() {
  _classCallCheck(this, REBUS);
};

```

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity58

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

3045d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/432348?v=4)[reb](/maintainers/reb)[@reb](https://github.com/reb)

---

Top Contributors

[![reb2020](https://avatars.githubusercontent.com/u/19814526?v=4)](https://github.com/reb2020 "reb2020 (2 commits)")

---

Tags

webJStranspiler

### Embed Badge

![Health badge](/badges/reb-babel/health.svg)

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

###  Alternatives

[nnnick/chartjs

Simple HTML5 charts using the canvas element.

67.5k1.2M16](/packages/nnnick-chartjs)[matthiasmullie/minify

CSS &amp; JavaScript minifier, in PHP. Removes whitespace, strips comments, combines files (incl. @import statements and small assets in CSS files), and optimizes/shortens a few common programming patterns.

2.0k33.1M433](/packages/matthiasmullie-minify)[onokumus/metismenu

A jQuery menu plugin

2.0k268.5k5](/packages/onokumus-metismenu)[yajra/laravel-datatables-html

Laravel DataTables HTML builder plugin

29110.4M49](/packages/yajra-laravel-datatables-html)[yajra/laravel-datatables-editor

Laravel DataTables Editor plugin for Laravel 5.5+.

1196.4M2](/packages/yajra-laravel-datatables-editor)[stolz/assets

An ultra-simple-to-use assets management library

296531.9k8](/packages/stolz-assets)

PHPackages © 2026

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