ilya/exo

Save your time writing documentation.

Maintainers

Package info

github.com/ilya-dev/exo

pkg:composer/ilya/exo

Statistics

Installs: 37

Dependents: 1

Suggesters: 0

Stars: 1

Open Issues: 0

1.0.1 2014-05-18 16:08 UTC

This package is not auto-updated.

Last update: 2026-02-28 23:33:21 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.