File tree Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change 22
33A 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
613Require 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
2544ComposerParser is open-sourced software licensed under the [ MIT license] ( LICENSE.md ) .
You can’t perform that action at this time.
0 commit comments