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

https://github.com/lctrs/psalm-psr-container-plugin

Let Psalm understand better psr11 containers
https://github.com/lctrs/psalm-psr-container-plugin

container plugin psalm psr psr11

Last synced: 3 months ago
JSON representation

Let Psalm understand better psr11 containers

Awesome Lists containing this project

README

        

# psalm-psr-container-plugin

[![Integrate](https://github.com/Lctrs/psalm-psr-container-plugin/workflows/Integrate/badge.svg)](https://github.com/Lctrs/psalm-psr-container-plugin/actions)
[![Release](https://github.com/Lctrs/psalm-psr-container-plugin/workflows/Release/badge.svg)](https://github.com/Lctrs/psalm-psr-container-plugin/actions)
[![Renew](https://github.com/Lctrs/psalm-psr-container-plugin/workflows/Renew/badge.svg)](https://github.com/Lctrs/psalm-psr-container-plugin/actions)

[![Type Coverage](https://shepherd.dev/github/Lctrs/psalm-psr-container-plugin/coverage.svg)](https://shepherd.dev/github/Lctrs/psalm-psr-container-plugin)

[![Latest Stable Version](https://img.shields.io/packagist/v/Lctrs/psalm-psr-container-plugin?style=flat-square)](https://packagist.org/packages/Lctrs/psalm-psr-container-plugin)
[![Total Downloads](https://img.shields.io/packagist/dt/Lctrs/psalm-psr-container-plugin?style=flat-square)](https://packagist.org/packages/Lctrs/psalm-psr-container-plugin)

## Installation

Run

```sh
composer require --dev lctrs/psalm-psr-container-plugin
```

## Usage

Run

```
vendor/bin/psalm-plugin enable lctrs/psalm-psr-container-plugin
```

to enable the plugin.

## Changelog

Please have a look at [`CHANGELOG.md`](CHANGELOG.md).

## Contributing

Please have a look at [`CONTRIBUTING.md`](.github/CONTRIBUTING.md).

## License

This package is licensed using the MIT License.

Please have a look at [`LICENSE.md`](LICENSE.md).