PHPackages                             anomalyce/laravel-entrypoint - 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. [Framework](/categories/framework)
4. /
5. anomalyce/laravel-entrypoint

ActiveLibrary[Framework](/categories/framework)

anomalyce/laravel-entrypoint
============================

Customise your Laravel entrypoint structure.

v1.0.2(3y ago)0143MITPHP

Since Mar 19Pushed 3y ago1 watchersCompare

[ Source](https://github.com/anomalyce/laravel-entrypoint)[ Packagist](https://packagist.org/packages/anomalyce/laravel-entrypoint)[ RSS](/packages/anomalyce-laravel-entrypoint/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (4)Used By (0)

Laravel Entrypoint
==================

[](#laravel-entrypoint)

A flexible way of structuring your Laravel applications.

### Defining the entrypoint

[](#defining-the-entrypoint)

Create an `entrypoint.php` file at the root of your application.

```
$entrypoint = new Anomalyce\LaravelEntrypoint\Entrypoint(__DIR__);

$entrypoint->loadConfigurationFrom('config');
$entrypoint->loadLocaleFrom('locale');
$entrypoint->loadRoutesFrom('routes');
$entrypoint->loadStorageFrom('storage');
$entrypoint->loadDatabaseFrom('storage/database');
$entrypoint->storeBootstrapCacheIn('storage/bootstrap');
$entrypoint->serveFrom('public');

return $entrypoint;
```

Serving HTTP Applications
-------------------------

[](#serving-http-applications)

See `stubs/http.stub` for reference.

Serving Console Applications
----------------------------

[](#serving-console-applications)

See `stubs/console.stub` for reference.

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity46

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

Every ~16 days

Total

3

Last Release

1116d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/27ae6ce669e8caec5962dd549c7d72e6a095ca9ecdc0324200d18660c5e8b345?d=identicon)[Anomalyce](/maintainers/Anomalyce)

---

Top Contributors

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

---

Tags

frameworklaravelstructureentrypoint

### Embed Badge

![Health badge](/badges/anomalyce-laravel-entrypoint/health.svg)

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

###  Alternatives

[hemp/presenter

Easy Model Presenters in Laravel

247592.6k1](/packages/hemp-presenter)[rahulalam31/laravel-abuse-ip

Block ip address of all spammer's around the world.

27431.5k](/packages/rahulalam31-laravel-abuse-ip)

PHPackages © 2026

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