PHPackages                             ensphere/ensphere - 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. ensphere/ensphere

ActiveProject

ensphere/ensphere
=================

21073[1 PRs](https://github.com/ensphere/ensphere/pulls)PHP

Since Oct 3Pushed 7y ago2 watchersCompare

[ Source](https://github.com/ensphere/ensphere)[ Packagist](https://packagist.org/packages/ensphere/ensphere)[ RSS](/packages/ensphere-ensphere/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Ensphere
========

[](#ensphere)

I've writen this to build a process for creating modular based applications. It is basically Laravel 5.2 with a few commands and wrappers to sync everything automatically without having to manually add middleware, service providers or aliases and to manage frontend dependencies better without duplication libraries.

Test case preperation:
----------------------

[](#test-case-preperation)

Firstly make sure you have bower installed, run `bower` to check.

```
npm install -g bower

```

and also make sure node is installed (), run `npm` in terminal to check.

Create a local database called `l5` with credentials `root` `root` (make sure it's empty).

Open up `~/.bash_profile` and add the following function and then restart terminal : (for those with hidden files not visible and using sublimetext2 run `/Applications/SublimeText2.app/Contents/SharedSupport/bin/subl ~/.bash_profile` in terminal)

\[running `source ~/.bash_profile` from terminal will refresh without having to restart it\]

```
alias composer="php ~/composer.phar"
alias artisan="php artisan"
function _ensphere {
	composer create-project ensphere/ensphere --repository-url=http://pmcom.packagist.wden.co.uk/ --stability=dev "$1"
}
alias ensphere=_ensphere

```

if you haven't got composer installed globally, go to `https://getcomposer.org/composer.phar` and save it in `~/composer.phar`

Test case
---------

[](#test-case)

Navigate to your documents folder

```
cd ~/Documents/

```

Create a testcase folder

```
mkdir testcase

```

and then cd into it

```
cd testcase

```

Create a default application or module by running

```
ensphere baseapp

```

This will run the standard `composer create` command along with some extra installation.

Hopefully this has all installed correctly so cd into baseapp and start a server up:

```
cd baseapp

```

```
artisan serve

```

(if you already have the default port in operation use `artisan serve --port=8888`)

Navigate to `http://localhost:8000/admin/login` in your browser and you should receive an error (404 Exception).

Now back to terminal and create a new tab in terminal (command + t) and then require the authentication module.

```
composer require ensphere/authentication:dev-master

```

Once installed, go back to your browser and hit refresh, boom!

### The MIT License (MIT)

[](#the-mit-license-mit)

Copyright (c) 2016 ensphere

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity39

Early-stage or recently created project

 Bus Factor1

Top contributor holds 80% 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/c801c93b9b0facb530b49aebc66ebc2660292fa041147a54d86d52c1cf7026eb?d=identicon)[lukesnowden](/maintainers/lukesnowden)

---

Top Contributors

[![lukesnowden](https://avatars.githubusercontent.com/u/8149079?v=4)](https://github.com/lukesnowden "lukesnowden (4 commits)")[![DanielWatsonPM](https://avatars.githubusercontent.com/u/30498839?v=4)](https://github.com/DanielWatsonPM "DanielWatsonPM (1 commits)")

### Embed Badge

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

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

PHPackages © 2026

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