PHPackages                             prodevel/laravel-simple-approvals - 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. prodevel/laravel-simple-approvals

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

prodevel/laravel-simple-approvals
=================================

Approval workflows for a laravel application.

0.2.1(5y ago)023MITPHPPHP ^7.3|^8.0

Since Mar 13Pushed 5y ago1 watchersCompare

[ Source](https://github.com/prodeveluk/laravel-simple-approvals)[ Packagist](https://packagist.org/packages/prodevel/laravel-simple-approvals)[ RSS](/packages/prodevel-laravel-simple-approvals/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependencies (7)Versions (3)Used By (0)

About this package
------------------

[](#about-this-package)

This is a simple package built on Symfony workflow Laravel implementation by brexis. It allows you to have simple approval workflows that can be recorded in the database.

Use this to approve things like:

- Transfers
- Data changes
- Or anything that you want to attach an approval to.

It is flexible and agnostic and can be used with any Eloquent model.

Usage
-----

[](#usage)

From your model, implement `Approvable` contract for example

```
