Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jeckel/eloquent-signature

Add signature check on your Eloquent models
https://github.com/jeckel/eloquent-signature

eloquent laravel security signature

Last synced: 13 days ago
JSON representation

Add signature check on your Eloquent models

Awesome Lists containing this project

README

        

# eloquent-signature

Add a signature integrity check in your Eloquent model

# Installation

To get started, install secure-eloquent via Composer:

```php
composer require jeckel/eloquent-signature
```

Next add the `HasSignature` trait and the `Signable` interface to your model

```php