Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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(); ?>```
```