Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/johnsnook/yii2-cryptobook
Ever wanted to write a book where the chapter titles and contents are entirely encrypted? Probably not, but I did, so I wrote this.
https://github.com/johnsnook/yii2-cryptobook
Last synced: about 2 months ago
JSON representation
Ever wanted to write a book where the chapter titles and contents are entirely encrypted? Probably not, but I did, so I wrote this.
- Host: GitHub
- URL: https://github.com/johnsnook/yii2-cryptobook
- Owner: johnsnook
- Created: 2018-09-20T18:20:59.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-09-23T22:46:55.000Z (over 6 years ago)
- Last Synced: 2023-09-25T01:46:52.729Z (over 1 year ago)
- Language: PHP
- Size: 30.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Yii2 Encrypted Book
===================
Ever wanted to write a book where the chapter titles and contents are entirely encrypted? Probably not, but I did, so I wrote this.Installation
------------The preferred way to install this extension is through [composer](http://getcomposer.org/download/).
Either run
```
php composer.phar require --prefer-dist johnsnook/yii2-cryptobook "*"
```or add
```
"johnsnook/yii2-cryptobook": "*"
```to the require section of your `composer.json` file.
Usage
-----Once the extension is installed, simply use it in your code by :
```php
= \johnsnook\cryptobook\AutoloadExample::widget(); ?>```
```