Skip to content

Commit ff3a097

Browse files
committed
Update README
1 parent 4b8923a commit ff3a097

File tree

2 files changed

+25
-12
lines changed

2 files changed

+25
-12
lines changed

README.md

Lines changed: 25 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,32 @@
1-
# Laravel Blockchain
1+
<p align="center">
2+
<img src="https://raw.githubusercontent.com/ronald-ph/laravel-blockchain/main/laravel-blockchain.png" alt="Laravel Blockchain Banner" width="100%" />
3+
</p>
24

3-
A Laravel package for implementing blockchain ledger functionality with digital signatures for data integrity and audit trails.
5+
# Laravel Blockchain
46

5-
## Features
7+
> A Laravel package for implementing **blockchain ledger functionality** with **digital signatures** to ensure data integrity and provide an immutable **audit trail**.
68
7-
- ✅ Create immutable blockchain records for any model
8-
- ✅ Digital signature verification using RSA keys
9-
- ✅ Chain integrity verification
10-
- ✅ Data tampering detection
11-
- ✅ Complete audit trail history
12-
- ✅ Artisan commands for key generation and verification
13-
- ✅ Configurable hash algorithms
14-
- ✅ Support for custom cryptographic keys
9+
![Packagist Version](https://img.shields.io/packagist/v/ronald-ph/laravel-blockchain?color=ff2d20&logo=laravel)
10+
![License](https://img.shields.io/badge/license-MIT-blue.svg)
11+
![PHP](https://img.shields.io/badge/PHP-%5E8.1-blue?logo=php)
12+
![Laravel](https://img.shields.io/badge/Laravel-%5E10.0-ff2d20?logo=laravel)
13+
![Build](https://img.shields.io/github/actions/workflow/status/ronald-ph/laravel-blockchain/tests.yml?label=tests)
1514

16-
## Installation
15+
---
16+
17+
## 🚀 Features
18+
19+
- ✅ Immutable blockchain records for any model
20+
- ✅ RSA-based **digital signature verification**
21+
- ✅ Chain integrity and data tamper detection
22+
- ✅ Full audit trail of data changes
23+
- ✅ Artisan commands for key generation and chain verification
24+
- ✅ Configurable **hash algorithms** (SHA-256, SHA-512, etc.)
25+
- ✅ Support for **custom cryptographic keys**
26+
27+
---
28+
29+
## 📦 Installation
1730

1831
Install the package via Composer:
1932

laravel-blockchain.png

1.52 MB
Loading

0 commit comments

Comments
 (0)