PHPackages                             bishopm/connexion - 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. [Admin Panels](/categories/admin)
4. /
5. bishopm/connexion

ActiveLibrary[Admin Panels](/categories/admin)

bishopm/connexion
=================

Laravel-based church membership and website administration

3301PHP

Since Aug 23Pushed 6y ago2 watchersCompare

[ Source](https://github.com/bishopm/connexion)[ Packagist](https://packagist.org/packages/bishopm/connexion)[ RSS](/packages/bishopm-connexion/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependenciesVersions (1)Used By (0)

Connexion
=========

[](#connexion)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

Installation
------------

[](#installation)

1. Install laravel using Composer (eg: to create a project named connexion: `laravel new connexion`)
2. Change to the project folder created and fix permissions on bootstrap and storage folders:

```
sudo chmod -R 777 storage
sudo chmod -R 777 bootstrap

```

3. Check the Laravel installation is running properly before proceeding.
4. Add the connexion package to composer.json (also, note the minimum-stability setting is just until tymon/jwt-auth reaches v 1.0.0 - at the moment it is a RC:

```
"require": {
   ...
   "bishopm/connexion": "dev-master"
},
"minimum-stability": "RC",

```

5. Run *composer update* in the project folder, which will pull in the package and its dependencies
6. Add your database credentials to .env
7. Add Bishopm\\Connexion\\Providers\\ConnexionServiceProvider::class at the bottom of the list of providers in config/app.php (We're not using Laravel's package auto-discovery at the moment because it creates problems with some of the package routes)
8. In the project folder, run `php artisan connexion:install`follow the prompts to create your first admin user, and you're good to go!

###  Health Score

22

—

LowBetter than 21% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity37

Early-stage or recently created project

 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/ea0bc50646c6945dcca2ba35e4fb31723053703c3241c3c3440f9debb06bffb0?d=identicon)[bishopm](/maintainers/bishopm)

---

Top Contributors

[![bishopm](https://avatars.githubusercontent.com/u/12840721?v=4)](https://github.com/bishopm "bishopm (53 commits)")

### Embed Badge

![Health badge](/badges/bishopm-connexion/health.svg)

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

PHPackages © 2026

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