PHPackages                             jsdecena/bridge - 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. jsdecena/bridge

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

jsdecena/bridge
===============

A bridge package for legacy system to your new system

1.0.2(9y ago)022MITHTMLPHP &gt;=7.0

Since Sep 28Pushed 9y ago1 watchersCompare

[ Source](https://github.com/jsdecena/bridge)[ Packagist](https://packagist.org/packages/jsdecena/bridge)[ RSS](/packages/jsdecena-bridge/feed)WikiDiscussions master Synced 4w ago

READMEChangelogDependenciesVersions (4)Used By (0)

Bridge for legacy systems
-------------------------

[](#bridge-for-legacy-systems)

### This aims to migrate your legacy system to any new system

[](#this-aims-to-migrate-your-legacy-system-to-any-new-system)

### Installation

[](#installation)

- Step1: Add this to your `composer.json` file

```
	"require": {
	    "jsdecena/bridge": "1.0.*"
	}
```

- Step2: Add this to your `config/app.php` in `providers` array

```
	'providers' => [
	    Jsdecena\Bridge\BridgeServiceProvider::class,
	]
```

- Set in your `.env` file the **LEGACY\_AUTH\_ENDPOINT**
- Run this in your terminal `php artisan vendor:publish --tag=migrations`
- Run this in your terminal `php artisan vendor:publish --tag=config`
- Check the login key if you are using `username` or `email`. Use it accordingly.
- Do not forget to set up your database credentials in `config/database.php` and run `php artisan migrate` to migrate your database schema.

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity60

Established project with proven stability

 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

Every ~0 days

Total

3

Last Release

3562d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/2285625?v=4)[Jeff Decena](/maintainers/jsdecena)[@jsdecena](https://github.com/jsdecena)

---

Top Contributors

[![jsdecena](https://avatars.githubusercontent.com/u/2285625?v=4)](https://github.com/jsdecena "jsdecena (3 commits)")

### Embed Badge

![Health badge](/badges/jsdecena-bridge/health.svg)

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

###  Alternatives

[tkachikov/chronos

Settings commands for Laravel Scheduling

183.9k](/packages/tkachikov-chronos)

PHPackages © 2026

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