s9e / repdoc
Read-Eval-Print your doc.
Installs: 229
Dependents: 3
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
pkg:composer/s9e/repdoc
Requires
- php: ^8.1
- composer-runtime-api: *
- symfony/console: ^6.3
Requires (Dev)
- mikey179/vfsstream: ^1.6
- phpunit/phpunit: ^10.3
- symfony/process: ^6.3
Suggests
- symfony/process: Enables process isolation
This package is auto-updated.
Last update: 2025-09-29 03:07:18 UTC
README
REPdoc is a command line that brings Read-Eval-Print to your docs.
Supported markup
Markdown
File extension: md
.
Markup format: one fenced code block marked as php
immediately followed by one fenced code block, set to any language or none.
```php echo str_rot13('Bhgchg vf cevagrq urer.'); ``` ```plain Output is printed here. ```