ilya/exo

Save your time writing documentation.

1.0.1 2014-05-18 16:08 UTC

This package is not auto-updated.

Last update: 2024-04-13 13:51:54 UTC


README

Save your time writing documentation.

Steps

Create examples.php in your project folder

<?php

$foo = new Foo(new Bar);
$baz = $foo->getBaz(47, 54);
$baz->doSomething();

Build a document

Run vendor/bin/exo build examples.php -o examples.md and get a nice looking Markdown document.