Skip to content

Commit

Permalink
chore: write library purpose (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ferror authored Jan 29, 2024
1 parent 2d0ab10 commit d29a77f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Async API Symfony Bundle

The library was inspired by [nelmio/api-doc-bundle](https://github.com/nelmio/NelmioApiDocBundle); To create a code-first experience
for PHP and Symfony engineers. This piece of software enables you to document events and messages via PHP built-in Attributes.

Features
* Code-first async messages documentation
* Built-in ability to present code powered by [Async API React Component](https://github.com/asyncapi/asyncapi-react)
* Automated documentation powered by PHP Reflection

## Installation

```bash
Expand Down

0 comments on commit d29a77f

Please sign in to comment.