dev-master
9999999-devPHP library that renders markups
MIT
The Requires
The Development Requires
dev-scrutinizer-patch-1
dev-scrutinizer-patch-1PHP library that renders markups
MIT
The Requires
The Development Requires
Wallogit.com
2017 © Pedro Peláez
PHP library that renders markups
PHP Markup renders files written with a markup language., (*2)
Install PHP Markup through composer, (*3)
$> composer require benjam1/php-markup
$markups = new BenjaM1\Markup();
$markups->addMarkup(new BenjaM1\Markdown());
$markups->addMarkup(new BenjaM1\Rest2Html());
$markups->render('foo/bar.rst');
$markups->render('foo/baz.md');
$> composer install --dev $> ./vendor/bin/phpspec run
PHP library that renders markups
MIT
PHP library that renders markups
MIT