PHPackages                             adamgaskins/deployed - 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. [Mail &amp; Notifications](/categories/mail)
4. /
5. adamgaskins/deployed

ActiveLibrary[Mail &amp; Notifications](/categories/mail)

adamgaskins/deployed
====================

A package for Laravel apps to send beautiful deployment notifications on Slack.

v1.1.0(4y ago)01.5kMITPHPPHP ^7.4|^8.0

Since Sep 11Pushed 4y ago1 watchersCompare

[ Source](https://github.com/AdamGaskins/deployed)[ Packagist](https://packagist.org/packages/adamgaskins/deployed)[ Docs](https://github.com/adamgaskins/deployed)[ GitHub Sponsors](https://github.com/AdamGaskins)[ RSS](/packages/adamgaskins-deployed/feed)WikiDiscussions main Synced 3w ago

READMEChangelog (1)Dependencies (12)Versions (3)Used By (0)

[![](.github/screenshot.png)](https://github.com/AdamGaskins/deployed)

An opinionated deployment notification generator for Laravel applications.

 [![](https://camo.githubusercontent.com/383a4ca6d7e23586e81a903761b09ea9c7f07ee00192e72381005ef00830165d/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6164616d6761736b696e732f6465706c6f7965642e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/adamgaskins/deployed) [![](https://camo.githubusercontent.com/a91b2f38b3a572f87e932ad543fa5c283b6f323bdd949f39b3bc4fcb8c73e5f2/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f7068702d762f6164616d6761736b696e732f6465706c6f7965642e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/adamgaskins/deployed) [![](https://camo.githubusercontent.com/8cd294450c9bfe89c96cad0414311f097ffcf67f07ff77ccbb3aba20dae61597/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f6164616d6761736b696e732f6465706c6f7965642f72756e2d74657374733f7374796c653d666c61742d737175617265266c6162656c3d7465737473)](https://github.com/adamgaskins/deployed/actions?query=workflow%3ATests+branch%3Amain) [![GitHub license](https://camo.githubusercontent.com/85ea301e8f5003501f311811915049f3b4a3b9231bd770b407aee15bc622d0ac/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f4164616d4761736b696e732f6465706c6f7965643f7374796c653d666c61742d737175617265)](https://github.com/AdamGaskins/deployed/blob/main/LICENSE.md)

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

[](#installation)

You can install the package via composer:

```
composer require adamgaskins/deployed
```

You should publish the config file so you can customize the buttons sent with the notification:

```
php artisan vendor:publish --provider="AdamGaskins\Deployed\DeployedServiceProvider" --tag="deployed-config"
```

Below are the contents of the published config file. You'll want to at least update `vendor/app` in the Changelog path to point to your app, and make sure you have a white, transparent logo PNG uploaded.

```
return [
    'links' => [
        'Changelog' => 'https://github.com/vendor/app/blob/v{appVersion}/CHANGELOG.md',
        'Visit Site' => '{appUrl}',
    ],

    'logo' => public_path('img/logo.png'),

    'slack' => [
        'webhook' => env('DEPLOYED_SLACK_WEBHOOK')
    ],

    'default_emoji' => '✨',

    'emojis' => [
        'feature' => '✨',
        'bug' => '🐛',
        'docs' => '📝',
        'tests' => '✅'
    ]
];
```

You'll also want to add a `version` field to your `config/app.php` file. This is how Deployed obtains the version number.

```
[
    'name' => env('APP_NAME'),

    'version' => '1.0.0'
]
```

Finally, add the slack webhook to your `.env` file

```
DEPLOYED_SLACK_WEBHOOK=https://hooks.slack.com/services/xxx/xxx/xxx
```

Usage
-----

[](#usage)

Run this command after a successful deploy to send a beautiful slack notification with a changelog.

```
php artisan deployed --notify
```

Deployed will parse the `CHANGELOG.md` in the root of your application. Each version is expected to begin with a heading and contain a list of changes. For each change in the list, put the type (feature/bug/etc.) in bold at the beginning of the line. Here is an example of a changelog entry that generates the notification at the top of this readme:

```
### Version 10.3.23
> Released 09/10/2021

- **FEATURE:** Added **Duplicate** button to product editor.
- **BUG:** Deleting a product with no image but with image dimensions specified causes an error.
- **DOCS:** Updated `README.md` to document new deployment steps.
- **TESTS:** Added tests for new **Duplicate** button.

...
```

Testing
-------

[](#testing)

```
composer test
```

License
-------

[](#license)

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

###  Health Score

28

—

LowBetter than 52% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity57

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

Total

2

Last Release

1476d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/63884672ecd65deace8ca6f9247e039c8d1149c46d1b81e840d201313e032252?d=identicon)[AdamGaskins](/maintainers/AdamGaskins)

---

Top Contributors

[![AdamGaskins](https://avatars.githubusercontent.com/u/1180782?v=4)](https://github.com/AdamGaskins "AdamGaskins (18 commits)")

---

Tags

laraveldeployedadamgaskins

###  Code Quality

TestsPHPUnit

Static AnalysisPsalm

Type Coverage Yes

### Embed Badge

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

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

###  Alternatives

[spatie/laravel-health

Monitor the health of a Laravel application

87411.3M152](/packages/spatie-laravel-health)[spatie/laravel-pdf

Create PDFs in Laravel apps

1.0k4.3M42](/packages/spatie-laravel-pdf)[tempest/framework

The PHP framework that gets out of your way.

2.2k31.1k12](/packages/tempest-framework)[vormkracht10/laravel-mails

Laravel Mails can collect everything you might want to track about the mails that has been sent by your Laravel app.

24855.3k](/packages/vormkracht10-laravel-mails)[simplestats-io/laravel-client

Analytics for Laravel. Track visitors, registrations, and payments. Discover which channels actually drive revenue, not just traffic. Server-side, GDPR compliant, ad-blocker proof.

5019.3k](/packages/simplestats-io-laravel-client)[rawilk/profile-filament-plugin

Profile &amp; MFA starter kit for filament.

3913.7k](/packages/rawilk-profile-filament-plugin)

PHPackages © 2026

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