PHPackages                             akrad/bridage - 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. akrad/bridage

ActiveLibrary

akrad/bridage
=============

this will linked between two projects

v24.0.0(5y ago)021MITPHP

Since Nov 22Pushed 5y ago1 watchersCompare

[ Source](https://github.com/NewAsala/task-package)[ Packagist](https://packagist.org/packages/akrad/bridage)[ RSS](/packages/akrad-bridage/feed)WikiDiscussions master Synced 4d ago

READMEChangelogDependencies (1)Versions (29)Used By (0)

Contact Us From package
=======================

[](#contact-us-from-package)

[![watchers](https://camo.githubusercontent.com/cd21d86f30c56cb9b6edece38e353b83544922e0bbf1c73016150aac45e8bc2a/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f77617463686572732f4e65774173616c612f7461736b2d7061636b6167653f7374796c653d666c61742d737175617265)](https://github.com/NewAsala/task-package/watchers)

[![GitHub stars](https://camo.githubusercontent.com/18979559448dad311d7b76e51b4272b6e9e0d49c6653d6b1cbe078052abe1a3e/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f73746172732f4e65774173616c612f7461736b2d7061636b616765)](https://github.com/NewAsala/task-package/stargazers)

this will linked between two projects
-------------------------------------

[](#this-will-linked-between-two-projects)

Steps to Installing Bridage
---------------------------

[](#steps-to-installing-bridage)

Bridage is a PHP package that linked easy with TMS\_Modules.

- The first thing, you must add TMS\_Modules to your project
- Put the Module config in app/config:

```
composer require nwidart/laravel-modules
```

```
then you must publish his provider:

```

```
php artisan vendor:publish --provider="Nwidart\Modules\LaravelModulesServiceProvider"
```

to be able use this Module in package you must add to `composer.json` :

```
"autoload": {
        "psr-4": {
            "Modules\\": "Modules/",
        }
    }
```

and save this edit in this command:

```
composer dump-autoload
```

- Make-sure the php version in your project is conform to this package, `like table migration` :

```
$table->id(); Or $table->bigIncrements('id'); Or anything like this
```

- You must publish javaScript folder from package in this command after that select `public` tag:

```
php artisan vendor:publish
```

- you must add mail config to `.env` file somthing like this:

```
MAIL_MAILER=smtp
MAIL_HOST=smtp.mailtrap.io
MAIL_PORT=2525
MAIL_USERNAME=yourUsername
MAIL_PASSWORD=yourPassword
MAIL_ENCRYPTION=tls
MAIL_FROM_ADDRESS=your email
```

- add to the kernel:

```
    protected $commands = [
        \\Akrad\\Console\\Commands\\ObserversCommand::class,
    ];
```

Installing Bridage
------------------

[](#installing-bridage)

The Package command is:

```
composer require akrad/bridage
```

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity64

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 ~2 days

Recently: every ~12 days

Total

28

Last Release

1944d ago

Major Versions

v19.0.0 → v20.0.02020-11-29

v19.1.0 → v21.0.02020-11-29

v21.0.0 → v22.0.02021-01-05

v22.0.0 → v23.0.02021-01-17

v23.0.0 → v24.0.02021-01-17

### Community

Maintainers

![](https://www.gravatar.com/avatar/2068d493f341957ea2c5eb7ec2dd390292047b2d4734e11c89299b9f50f6174f?d=identicon)[NewAsala](/maintainers/NewAsala)

---

Top Contributors

[![NewAsala](https://avatars.githubusercontent.com/u/74718174?v=4)](https://github.com/NewAsala "NewAsala (18 commits)")

### Embed Badge

![Health badge](/badges/akrad-bridage/health.svg)

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

###  Alternatives

[neuron-core/neuron-ai

The PHP Agentic Framework.

1.8k245.3k21](/packages/neuron-core-neuron-ai)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3731.2M42](/packages/tencentcloud-tencentcloud-sdk-php)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

245.2k](/packages/aedart-athenaeum)

PHPackages © 2026

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