Skip to content

Commit 856d50d

Browse files
authored
Update README.md
1 parent bc5d4e2 commit 856d50d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# ComposerParser
22

3-
A parser that can parse all the installed PHP packages composer.json file.
3+
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.
4+
5+
With ComposerParser, you can easily extract information from all of the composer.json files in your project.
46

57
<p align="left">
68
<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>

0 commit comments

Comments
 (0)