Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/charonlab/static-analysis
https://github.com/charonlab/static-analysis
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/charonlab/static-analysis
- Owner: charonlab
- License: mit
- Created: 2024-03-14T15:43:20.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2024-03-24T09:54:39.000Z (9 months ago)
- Last Synced: 2024-04-25T00:35:44.129Z (8 months ago)
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# charonlab/static-analysis
[![PHP Version Require](https://poser.pugx.org/charonlab/static-analysis/require/php)](https://packagist.org/packages/charonlab/static-analysis)
[![Latest Stable Version](https://poser.pugx.org/charonlab/static-analysis/v/stable)](https://packagist.org/packages/charonlab/static-analysis)
[![Total Downloads](https://poser.pugx.org/charonlab/static-analysis/downloads)](https://packagist.org/charonlab/static-analysis)
[![License](https://poser.pugx.org/charonlab/static-analysis/license.svg)](https://packagist.org/packages/charonlab/static-analysis)## Installation
Use the composer to install:
```bash
composer require --dev charonlab/static-analysis
```## Usage
#### Psalm
Create a `psalm.xml` file, below is a sample configuration.
```xml
```
## Support
- [Issues](https://github.com/charonlab/static-analysis/issues/)
## License
The MIT License (MIT). Please see [License](LICENSE) for more information.