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
- Host: GitHub
- URL: https://github.com/rorkh/docblock
- Owner: Rorkh
- License: mit
- Created: 2024-01-08T10:25:05.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-08T14:11:35.000Z (over 1 year ago)
- Last Synced: 2025-02-12T21:36:42.667Z (4 months ago)
- Language: PHP
- Size: 82 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![]()
![]()
# 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")