Skip to content

Commit 043e82b

Browse files
committed
Add Packagist badges and links to README
1 parent 20c254a commit 043e82b

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# CryptNote PHP Library
22

3+
[![Latest Version on Packagist](https://img.shields.io/packagist/v/dolutech/cryptnote-php.svg)](https://packagist.org/packages/dolutech/cryptnote-php)
4+
[![PHP Version](https://img.shields.io/packagist/php-v/dolutech/cryptnote-php.svg)](https://packagist.org/packages/dolutech/cryptnote-php)
5+
[![License](https://img.shields.io/packagist/l/dolutech/cryptnote-php.svg)](https://packagist.org/packages/dolutech/cryptnote-php)
6+
37
A standalone PHP library for creating encrypted, self-destructing messages with view limits and optional password protection. Based on the [CryptNote.pro](https://cryptnote.pro) encryption system.
48

59
## Features
@@ -347,6 +351,12 @@ MIT License - see [LICENSE](LICENSE) file for details.
347351

348352
Contributions are welcome! Please feel free to submit a Pull Request.
349353

354+
## Links
355+
356+
- **Packagist**: [packagist.org/packages/dolutech/cryptnote-php](https://packagist.org/packages/dolutech/cryptnote-php)
357+
- **GitHub**: [github.com/dolutech/cryptnote-php](https://github.com/dolutech/cryptnote-php)
358+
- **CryptNote.pro**: [cryptnote.pro](https://cryptnote.pro)
359+
350360
## Credits
351361

352362
Developed by [Dolutech](https://dolutech.com) - Based on [CryptNote.pro](https://cryptnote.pro) encryption system.

0 commit comments

Comments
 (0)