PHPackages                             buzkall/future-letters - 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. buzkall/future-letters

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

buzkall/future-letters
======================

Create a mail that will be sent to yourself on a specific date

1.1.4(6y ago)122PHP

Since Mar 25Pushed 6y ago1 watchersCompare

[ Source](https://github.com/buzkall/future-letters)[ Packagist](https://packagist.org/packages/buzkall/future-letters)[ RSS](/packages/buzkall-future-letters/feed)WikiDiscussions master Synced 2w ago

READMEChangelog (3)DependenciesVersions (7)Used By (0)

Future Letters
==============

[](#future-letters)

Laravel package used to write letters to you future self, that will be delivered to your inbox on a selected date. To avoid spam, a verification email (only one per day) will be sent when sending as guest.

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

[](#installation)

1. Install via composer:

    ```
    composer require buzkall/future-letters

    ```
2. Publish files

    ```
    php artisan vendor:publish --provider='Buzkall\FutureLetters\FutureLettersServiceProvider'

    ```
3. After configuring your local database in the .env file, run

    ```
    php artisan make:auth
    php artisan migrate

    ```
4. Add the command call to the Kernel.php file in app/Console In function schedule add:

    ```
    $schedule->command('send:future-letters')->everyMinute();

    ```
5. Register a user, log in and navigate to /future-letters

You can seed the database with faker data running:

```
php artisan db:seed --class=Buzkall\\FutureLetters\\FutureLetterSee

```

You can modify the views which have been copied to the views directory then publishing  [![teachable_schema](https://camo.githubusercontent.com/21140fb5b8578c2f80dea2ed32d1306161f83cde17031a2583cf7b44121f7fc0/68747470733a2f2f692e696d6775722e636f6d2f616b756e654b51722e706e67)](https://camo.githubusercontent.com/21140fb5b8578c2f80dea2ed32d1306161f83cde17031a2583cf7b44121f7fc0/68747470733a2f2f692e696d6775722e636f6d2f616b756e654b51722e706e67)

Demo
----

[](#demo)

You can use the demo in

###  Health Score

28

—

LowBetter than 52% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity65

Established project with proven stability

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

Recently: every ~1 days

Total

6

Last Release

2512d ago

### Community

Maintainers

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

---

Top Contributors

[![buzkall](https://avatars.githubusercontent.com/u/5702?v=4)](https://github.com/buzkall "buzkall (23 commits)")

---

Tags

laravelphp

### Embed Badge

![Health badge](/badges/buzkall-future-letters/health.svg)

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

###  Alternatives

[mattketmo/email-checker

Throwaway email detection library

2752.1M5](/packages/mattketmo-email-checker)[sarfraznawaz2005/noty

Laravel package to incorporate noty flash notifications into laravel.

324.5k](/packages/sarfraznawaz2005-noty)

PHPackages © 2026

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