PHPackages                             chatvia/laravel-prompt-manager - 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. chatvia/laravel-prompt-manager

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

chatvia/laravel-prompt-manager
==============================

This is my package laravel-prompt-manager

v1.0.3(7mo ago)099[3 PRs](https://github.com/chatvia/laravel-prompt-manager/pulls)MITPHPPHP ^8.3CI passing

Since Nov 16Pushed 2mo agoCompare

[ Source](https://github.com/chatvia/laravel-prompt-manager)[ Packagist](https://packagist.org/packages/chatvia/laravel-prompt-manager)[ Docs](https://github.com/chatvia/laravel-prompt-manager)[ RSS](/packages/chatvia-laravel-prompt-manager/feed)WikiDiscussions main Synced today

READMEChangelogDependencies (13)Versions (6)Used By (0)

Laravel Prompt Manager
======================

[](#laravel-prompt-manager)

[![Latest Version on Packagist](https://camo.githubusercontent.com/f39c5eed203969474bdf09f11d9471b748cd5541062d7b9865f5db9c558c351c/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f636861747669612f6c61726176656c2d70726f6d70742d6d616e616765722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/chatvia/laravel-prompt-manager)[![GitHub Tests Action Status](https://camo.githubusercontent.com/e4a97655e30999195b2b35954d8a5d3b39ee302eff48d8302736cc8e5dea561a/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f636861747669612f6c61726176656c2d70726f6d70742d6d616e616765722f72756e2d74657374732e796d6c3f6272616e63683d6d61696e266c6162656c3d7465737473267374796c653d666c61742d737175617265)](https://github.com/chatvia/laravel-prompt-manager/actions?query=workflow%3Arun-tests+branch%3Amain)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/d9f5176554bf32965f9fb13beb9d599b7c7c523cbffc7bffce2c8e5a35ec36f8/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f636861747669612f6c61726176656c2d70726f6d70742d6d616e616765722f6669782d7068702d636f64652d7374796c652d6973737565732e796d6c3f6272616e63683d6d61696e266c6162656c3d636f64652532307374796c65267374796c653d666c61742d737175617265)](https://github.com/chatvia/laravel-prompt-manager/actions?query=workflow%3A%22Fix+PHP+code+style+issues%22+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/868e50da577ae5228e3062ca66dd4ee94df196a7b395fa7a70166b8a4d3dc00b/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f636861747669612f6c61726176656c2d70726f6d70742d6d616e616765722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/chatvia/laravel-prompt-manager)

Writing LLM prompts into your Laravel application can make your code messy. This package helps you manage your prompts in a clean and efficient way.

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

[](#installation)

```
composer require chatvia/laravel-prompt-manager

php artisan vendor:publish --tag="prompt-manager-config"
```

Usage
-----

[](#usage)

Create a new prompt:

```
php artisan make:prompt "system instructions for a chatbot"
```

```
\Chatvia\PromptManager\Facades\PromptManager::load()
```

Testing
-------

[](#testing)

```
composer test
```

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

Security Vulnerabilities
------------------------

[](#security-vulnerabilities)

Please review [our security policy](../../security/policy) on how to report security vulnerabilities.

Credits
-------

[](#credits)

- [Ahmad Mayahi](https://github.com/chatvia)
- [All Contributors](../../contributors)

License
-------

[](#license)

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

###  Health Score

39

—

LowBetter than 84% of packages

Maintenance75

Regular maintenance activity

Popularity9

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity54

Maturing project, gaining track record

 Bus Factor1

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

Unknown

Total

1

Last Release

229d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/fdd47a6fbc9b1cf5c5fb2f85520e535b73c29ce99b5c2ac640ddac3fc9a3e987?d=identicon)[ahmad.mayahi](/maintainers/ahmad.mayahi)

---

Top Contributors

[![ahmadmayahi](https://avatars.githubusercontent.com/u/1689910?v=4)](https://github.com/ahmadmayahi "ahmadmayahi (7 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (1 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (1 commits)")

---

Tags

laravelChatVia.AIlaravel-prompt-manager

###  Code Quality

TestsPest

Static AnalysisPHPStan

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/chatvia-laravel-prompt-manager/health.svg)

```
[![Health](https://phpackages.com/badges/chatvia-laravel-prompt-manager/health.svg)](https://phpackages.com/packages/chatvia-laravel-prompt-manager)
```

###  Alternatives

[spatie/laravel-pdf

Create PDFs in Laravel apps

1.0k4.8M47](/packages/spatie-laravel-pdf)[codewithdennis/filament-select-tree

The multi-level select field enables you to make single selections from a predefined list of options that are organized into multiple levels or depths.

329530.5k29](/packages/codewithdennis-filament-select-tree)[rawilk/profile-filament-plugin

Profile &amp; MFA starter kit for filament.

3914.6k](/packages/rawilk-profile-filament-plugin)[worksome/exchange

Check Exchange Rates for any currency in Laravel.

124603.0k](/packages/worksome-exchange)[tarfin-labs/event-machine

Event-driven state machines for Laravel with event sourcing, type-safe context, and full audit trail.

199.4k](/packages/tarfin-labs-event-machine)

PHPackages © 2026

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