phpjim / parse-ficbook
Parse content of site
dev-master
2014-12-16 09:38 UTC
Requires
- yiisoft/yii2: *
This package is not auto-updated.
Last update: 2024-12-31 04:11:34 UTC
README
Parse content of site
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist phpjim/parse-ficbook "*"
or add
"phpjim/parse-ficbook": "*"
to the require section of your composer.json
file.
Usage
Once the extension is installed, simply use it in your code by :
<?= \phpjim\parsers\ficbook\AutoloadExample::widget(); ?>```