PHPackages                             edram/laravel-package - 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. edram/laravel-package

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

edram/laravel-package
=====================

Laravel package template

1.0.0(1mo ago)05MITPHPPHP ^8.3CI passing

Since Jul 10Pushed 1mo agoCompare

[ Source](https://github.com/edram/laravel-package)[ Packagist](https://packagist.org/packages/edram/laravel-package)[ Docs](https://github.com/edram/laravel-package)[ RSS](/packages/edram-laravel-package/feed)WikiDiscussions main Synced 1w ago

READMEChangelog (4)Dependencies (8)Versions (11)Used By (0)

Laravel Package
===============

[](#laravel-package)

[![Latest Version on Packagist](https://camo.githubusercontent.com/9b698e51a53b5a75a20cf3ee7743a2c1616cef0b8be5881f8a5305549fe9815a/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f656472616d2f6c61726176656c2d7061636b6167652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/edram/laravel-package)[![Tests](https://github.com/edram/laravel-package/actions/workflows/run-tests.yml/badge.svg)](https://github.com/edram/laravel-package/actions/workflows/run-tests.yml)[![Total Downloads](https://camo.githubusercontent.com/f0d1c6db340caf8e5b2804ab3d4cb03a6b1f97776181b050170a5ea60ea87ca5/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f656472616d2f6c61726176656c2d7061636b6167652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/edram/laravel-package)

A reusable Laravel package foundation for building Edram Laravel extensions.

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

[](#installation)

Install the package via Composer:

```
composer require edram/laravel-package
```

Publish the configuration file:

```
php artisan vendor:publish --tag="laravel-package-config"
```

Publish the migrations:

```
php artisan vendor:publish --tag="laravel-package-migrations"
php artisan migrate
```

Usage
-----

[](#usage)

Resolve the package from the container:

```
use Edram\LaravelPackage\LaravelPackage;

$laravelPackage = app(LaravelPackage::class);

echo $laravelPackage->echoPhrase('Hello, Laravel!');
```

Use the facade:

```
use Edram\LaravelPackage\Facades\LaravelPackage;

echo LaravelPackage::echoPhrase('Hello, Laravel!');
```

Run the package command:

```
php artisan laravel-package
```

Development
-----------

[](#development)

Run the test suite:

```
composer test
```

Run static analysis:

```
composer analyse
```

Format the code:

```
composer format
```

License
-------

[](#license)

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

###  Health Score

41

—

FairBetter than 87% of packages

Maintenance90

Actively maintained with recent releases

Popularity4

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity55

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

Total

6

Last Release

47d ago

Major Versions

0.x-dev → 1.0.02026-07-11

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/14024542?v=4)[edram](/maintainers/edram)[@edram](https://github.com/edram)

---

Top Contributors

[![edram](https://avatars.githubusercontent.com/u/14024542?v=4)](https://github.com/edram "edram (12 commits)")

---

Tags

laravellaravel-package

###  Code Quality

TestsPest

Static AnalysisPHPStan

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/edram-laravel-package/health.svg)

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

###  Alternatives

[psalm/plugin-laravel

Psalm plugin for Laravel

3345.4M354](/packages/psalm-plugin-laravel)[laravel/ai

The official AI SDK for Laravel.

1.1k4.6M342](/packages/laravel-ai)[api-platform/laravel

API Platform support for Laravel

58190.1k21](/packages/api-platform-laravel)[pressbooks/pressbooks

Pressbooks is an open source book publishing tool built on a WordPress multisite platform. Pressbooks outputs books in multiple formats, including PDF, EPUB, web, and a variety of XML flavours, using a theming/templating system, driven by CSS.

45844.8k1](/packages/pressbooks-pressbooks)[simplestats-io/laravel-client

Server-side analytics for Laravel that follows the full funnel from visit to registration to payment, attributed to the channel that drove it. Revenue, MRR, churn and ad-spend profit (ROAS/CAC) per channel. GDPR compliant, ad-blocker proof.

5226.7k](/packages/simplestats-io-laravel-client)[aedart/athenaeum

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

265.2k](/packages/aedart-athenaeum)

PHPackages © 2026

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