An open API service indexing awesome lists of open source software.

https://github.com/rorkh/docblock

Simple docblock reading library
https://github.com/rorkh/docblock

Last synced: 2 months ago
JSON representation

Simple docblock reading library

Awesome Lists containing this project

README

        


forthebadge | Fuck it. Ship it.
forthebadge | Gluten free.

# Docblock
Simple PHP docblock reading library
# Reasoning
Because I found no lightweight libraries that can read a summary of docblock from reflection (without AST parsing).

So if you want to get some summary/tags/description from docblock without big libraries usage you can use this library I guess. It's also should be faster.
# Install
```bash
composer require zeantar/docblock
```
# Links
[Documentation](https://rorkh.github.io/docblock/ "Documentation")