romeoz / rock-markdown
Markdown parser for PHP
0.11.0
2015-11-09 07:38 UTC
Requires
- php: >=5.4.0
- cebe/markdown: 1.1.*
- romeoz/rock-base: 0.12.*
Requires (Dev)
- phpunit/phpunit: ^4.7.0
- romeoz/rock-image: 0.11.*
Suggests
- romeoz/rock-image: required by Rock Image
This package is not auto-updated.
Last update: 2024-10-26 18:11:50 UTC
README
Abstraction over the cebe/markdown.
Features
- Deny tags
- Video tag + dummy:
- youtube
- vimeo
- rutube
- VK
- ivi
- dailymotion
- sapo
- Cropping image
- Standalone module/component for Rock Framework
Installation
From the Command Line:
composer require romeoz/rock-markdown
In your composer.json:
{ "require": { "romeoz/rock-markdown": "*" } }
Requirements
- PHP 5.4+
- For cropping image required Rock Image:
composer require romeoz/rock-image
All unbolded dependencies is optional.
License
Markdown parser is open-sourced software licensed under the MIT license.