Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/patchlevel/event-sourcing-psalm-plugin
psalm plugin for patchlevel/event-sourcing
https://github.com/patchlevel/event-sourcing-psalm-plugin
Last synced: about 1 month ago
JSON representation
psalm plugin for patchlevel/event-sourcing
- Host: GitHub
- URL: https://github.com/patchlevel/event-sourcing-psalm-plugin
- Owner: patchlevel
- License: mit
- Created: 2021-12-03T22:25:46.000Z (about 3 years ago)
- Default Branch: 3.1.x
- Last Pushed: 2024-10-30T05:09:47.000Z (about 2 months ago)
- Last Synced: 2024-10-30T08:32:25.255Z (about 2 months ago)
- Language: PHP
- Size: 634 KB
- Stars: 5
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![Latest Stable Version](https://poser.pugx.org/patchlevel/event-sourcing-psalm-plugin/v)](//packagist.org/packages/patchlevel/event-sourcing-psalm-plugin)
[![License](https://poser.pugx.org/patchlevel/event-sourcing-psalm-plugin/license)](//packagist.org/packages/patchlevel/event-sourcing-psalm-plugin)# event-sourcing-psalm-plugin
psalm plugin for [event-sourcing](https://github.com/patchlevel/event-sourcing) library.
## installation
```
composer require --dev patchlevel/event-sourcing-psalm-plugin
vendor/bin/psalm-plugin enable Patchlevel\\EventSourcingPsalmPlugin\\Plugin
```