Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
crynobone authored Jan 10, 2024
1 parent a72852d commit 03148dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ XML Document Parser PHP

Parser Component is a framework agnostic package that provide a simple way to parse XML to array without having to write a complex logic.

[![tests](https://github.com/laravie/parser/workflows/tests/badge.svg?branch=master)](https://github.com/laravie/parser/actions?query=workflow%3Atests+branch%3Amaster)
[![tests](https://github.com/laravie/parser/workflows/tests/badge.svg?branch=2.x)](https://github.com/laravie/parser/actions?query=workflow%3Atests+branch%3A2.x)
[![Latest Stable Version](https://poser.pugx.org/laravie/parser/version)](https://packagist.org/packages/laravie/parser)
[![Total Downloads](https://poser.pugx.org/laravie/parser/downloads)](https://packagist.org/packages/laravie/parser)
[![Latest Unstable Version](https://poser.pugx.org/laravie/parser/v/unstable)](//packagist.org/packages/laravie/parser)
[![License](https://poser.pugx.org/laravie/parser/license)](https://packagist.org/packages/laravie/parser)
[![Coverage Status](https://coveralls.io/repos/github/laravie/parser/badge.svg?branch=master)](https://coveralls.io/github/laravie/parser?branch=master)
[![Coverage Status](https://coveralls.io/repos/github/laravie/parser/badge.svg?branch=2.x)](https://coveralls.io/github/laravie/parser?branch=2.x)

Imagine if you can parse

Expand Down

0 comments on commit 03148dd

Please sign in to comment.