PHPackages                             evo-mark/evo-laravel-service-facades - 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. evo-mark/evo-laravel-service-facades

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

evo-mark/evo-laravel-service-facades
====================================

Support package for easily using the service/facade pattern

v1.4.7(1y ago)0364↓50%GPL-3.0-or-laterPHP

Since Sep 11Pushed 1y ago2 watchersCompare

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

READMEChangelog (10)Dependencies (2)Versions (12)Used By (0)

 [    ![evoMark company logo](https://camo.githubusercontent.com/0ee00c831e18d82e5d32990e52b0b08b13c97ff2374478eef348c17bd3485c3c/68747470733a2f2f65766f6d61726b2e636f2e756b2f77702d636f6e74656e742f75706c6f6164732f7374617469632f65766f6d61726b2d6c6f676f2d2d6c696768742e737667)  ](https://evomark.co.uk)

 [![Build status](https://camo.githubusercontent.com/3460a1e3d4cd38f47bbf0448906a8f8fb0e7ae8dbffe853ea3089f1ad75410e5/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f65766f2d6d61726b2f65766f2d6c61726176656c2d736572766963652d666163616465733f6c6f676f3d7061636b6167697374266c6f676f436f6c6f723d7768697465)](https://packagist.org/packages/evo-mark/evo-laravel-service-facades) [![Total Downloads](https://camo.githubusercontent.com/78a7b4d331a9e521a5f271f2e0febb8c2f001ba362bdf26d6501d47ac1ea7890/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f65766f2d6d61726b2f65766f2d6c61726176656c2d736572766963652d66616361646573)](https://packagist.org/packages/evo-mark/evo-laravel-service-facades) [![License](https://camo.githubusercontent.com/eda058ede8c7b99fcc0221424fde64450604095faa5afb8b719efe3bf95d47b6/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f65766f2d6d61726b2f65766f2d6c61726176656c2d736572766963652d66616361646573)](https://packagist.org/packages/evo-mark/evo-laravel-service-facadess)

Evo Laravel Service Facades
===========================

[](#evo-laravel-service-facades)

Create services with a backing facade in multiple pre-defined locations, then automatically load them into your application.

Generate PHP Doc annotations for your facades to enable type-hinting in your IDE.

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

[](#installation)

```
composer require evo-mark/evo-laravel-service-facades
```

Usage
-----

[](#usage)

```
php artisan make:service
php artisan facades:annotate
```

To keep your annotations up-to-date, you should add the following to your application's `composer.json` file:

```
 "post-autoload-dump": [
    "@php artisan facades:annotate --no-interaction"
],
```

By default, your app's Service and Facades folders will be used as the default "location". You can change this by publishing the package's config file.

```
php artisan v:p --provider="EvoMark\EvoLaravelServiceFacades\Provider"
```

If you'd prefer, you can instead add to the available locations during application boot by calling:

```
use EvoMark\EvoLaravelServiceFacades\Facades\ServiceFacades;

public function boot()
{
    ServiceFacades::registerLocation(
        name: "Custom Location",
        serviceNamespace: "App\\CustomServices",
        facadeNamespace: "App\\CustomFacades",
        servicePath: app_path('CustomServices'),
        facadePath: app_path('CustomFacades'),
        exclude = ["SomeExcludedService"]
    );
}
```

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance43

Moderate activity, may be stable

Popularity14

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity46

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 90.5% 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

Recently: every ~3 days

Total

11

Last Release

448d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/4f42ee39ec10e8f4b3552a78ea78628acef13e9772bed852baa186e97bde7748?d=identicon)[evomark](/maintainers/evomark)

---

Top Contributors

[![craigrileyuk](https://avatars.githubusercontent.com/u/68274157?v=4)](https://github.com/craigrileyuk "craigrileyuk (19 commits)")[![kennyturner](https://avatars.githubusercontent.com/u/59434835?v=4)](https://github.com/kennyturner "kennyturner (2 commits)")

### Embed Badge

![Health badge](/badges/evo-mark-evo-laravel-service-facades/health.svg)

```
[![Health](https://phpackages.com/badges/evo-mark-evo-laravel-service-facades/health.svg)](https://phpackages.com/packages/evo-mark-evo-laravel-service-facades)
```

###  Alternatives

[hirethunk/verbs

An event sourcing package that feels nice.

513162.9k6](/packages/hirethunk-verbs)[nativephp/mobile

NativePHP for Mobile

82724.0k43](/packages/nativephp-mobile)[nativephp/desktop

NativePHP for Desktop

34020.6k3](/packages/nativephp-desktop)[guava/calendar

Adds support for vkurko/calendar to Filament PHP.

298241.0k3](/packages/guava-calendar)[tonysm/rich-text-laravel

Integrates Trix content with Laravel

46577.8k1](/packages/tonysm-rich-text-laravel)[ralphjsmit/laravel-helpers

A package containing handy helpers for your Laravel-application.

13704.6k2](/packages/ralphjsmit-laravel-helpers)

PHPackages © 2026

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