Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bocmah/psalm-reactphp-mysql-plugin
A Psalm plugin for ReactPHP MySQL package.
https://github.com/bocmah/psalm-reactphp-mysql-plugin
mysql psalm reactphp
Last synced: about 1 month ago
JSON representation
A Psalm plugin for ReactPHP MySQL package.
- Host: GitHub
- URL: https://github.com/bocmah/psalm-reactphp-mysql-plugin
- Owner: Bocmah
- License: mit
- Created: 2021-01-27T18:47:09.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-01-27T21:03:00.000Z (almost 4 years ago)
- Last Synced: 2024-12-15T17:27:03.714Z (about 1 month ago)
- Topics: mysql, psalm, reactphp
- Language: PHP
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Psalm plugin for ReactPHP Promise package
A [Psalm](https://github.com/vimeo/psalm) plugin for [friends-of-reactphp/mysql](https://github.com/friends-of-reactphp/mysql).
## Overview
This package so far only adds stubs for template parameters recognition in `ConnectionInterface`.## Prerequisites
You should have [Psalm](https://github.com/vimeo/psalm) and [ReactPHP Promise psalm plugin](https://github.com/Bocmah/psalm-reactphp-promise-plugin) installed.## Installation
Install plugin as a dev dependency via composer:`composer require --dev bocmah/psalm-reactphp-mysql-plugin`
Then enable the plugin:
`./vendor/bin/psalm-plugin enable bocmah/psalm-reactphp-mysql-plugin`