Download the PHP package xdevor/composer-parser without Composer
On this page you can find all versions of the php package xdevor/composer-parser. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download xdevor/composer-parser
More information about xdevor/composer-parser
Files in xdevor/composer-parser
Package composer-parser
Short Description A parser that can parse all the installed PHP packages composer.json file.
License MIT
Homepage https://github.com/xdevor/composer-parser
Informations about the package composer-parser
ComposerParser
ComposerParser is a PHP package that allows you to parse all the installed PHP packages composer.json file. If you have ever worked with PHP packages, you know how important composer.json is. It describes the package's dependencies, version constraints, and other metadata like providers of laravel app. However, parsing all of the composer.json files in a project can be a tedious and time-consuming task, especially if you are working with multiple packages.
With ComposerParser, you can easily extract information from all of the composer.json files in your project.
Installation
Require this package with composer:
Features
- Supports parsing all installed PHP packages' composer.json files in your project
- Can easily extract specific information of nested composer.json files in your project
Usage
-
parse specific installed package by key
- parse all installed package by key
Contributing
Please see CONTRIBUTING for details.
Code of Conduct
In order to ensure that the php community is welcoming to all, please review and abide by the Code of Conduct.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
License
ComposerParser is open-sourced software licensed under the MIT license.