PHPackages                             amaury/skrivmarkup - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Parsing &amp; Serialization](/categories/parsing)
4. /
5. amaury/skrivmarkup

ActiveLibrary[Parsing &amp; Serialization](/categories/parsing)

amaury/skrivmarkup
==================

Interpreter of the Skriv Markup Language. PHP implementation.

272.5k↓50%3[3 issues](https://github.com/Amaury/SkrivMarkup/issues)[1 PRs](https://github.com/Amaury/SkrivMarkup/pulls)1PHP

Since Sep 8Pushed 12y ago2 watchersCompare

[ Source](https://github.com/Amaury/SkrivMarkup)[ Packagist](https://packagist.org/packages/amaury/skrivmarkup)[ RSS](/packages/amaury-skrivmarkup/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (1)

SkrivMarkup
===========

[](#skrivmarkup)

Interpreter of the Skriv Markup Language. PHP implementation.

Install
-------

[](#install)

SkrivMarkup can be installed using [Composer](http://getcomposer.org).

In your project directory, create a composer.json file:

```
{
    "require": {
        "amaury/wikirenderer": "dev-master",
        "amaury/skrivmarkup": "dev-master"
    }
}
```

Then, use Composer to fetch packages: php composer.phar install

How to use it
-------------

[](#how-to-use-it)

Once you have installed the needed packages with Composer, you can use SkrivMarkup.

```
