Skip to content

Commit 7606297

Browse files
authored
Update README.md
1 parent 10f227d commit 7606297

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

README.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
A parser that can parse the composer.json file of installed PHP packages.
44

5+
<p align="left">
6+
<a href="https://github.com/xdevor/composer-parser/actions"><img src="https://github.com/xdevor/composer-parser/actions/workflows/tests.yml/badge.svg" alt="Test Status"></a>
7+
<a href="https://packagist.org/packages/xdevor/composer-parser"><img src="https://poser.pugx.org/xdevor/composer-parser/d/total.svg" alt="Total Downloads"></a>
8+
<a href="https://packagist.org/packages/xdevor/composer-parser"><img src="https://poser.pugx.org/xdevor/composer-parser/v/stable.svg" alt="Latest Stable Version"></a>
9+
<a href="https://packagist.org/packages/xdevor/composer-parser"><img src="https://poser.pugx.org/xdevor/composer-parser/license.svg" alt="License"></a>
10+
</p>
11+
512
## Installation
613
Require this package with composer:
714
```bash
@@ -20,6 +27,18 @@ use Xdevor\ComposerParser\Parser;
2027
(new Parser())->parse('the/package', 'authors.0.name'); // return the first author name
2128
```
2229

30+
## Contributing
31+
32+
Please see [CONTRIBUTING](CONTRIBUTING.md) for details.
33+
34+
## Code of Conduct
35+
36+
In order to ensure that the Laravel community is welcoming to all, please review and abide by the [Code of Conduct](CODE_OF_CONDUCT.md).
37+
38+
## Security Vulnerabilities
39+
40+
Please review [our security policy](SECURITY.md) on how to report security vulnerabilities.
41+
2342
## License
2443

2544
ComposerParser is open-sourced software licensed under the [MIT license](LICENSE.md).

0 commit comments

Comments
 (0)