Parser icon indicating copy to clipboard operation
Parser copied to clipboard

Simple PHP Parser Library for API Development

Results 13 Parser issues
Sort by recently updated
recently updated
newest added

Bumps [guzzlehttp/psr7](https://github.com/guzzle/psr7) from 1.6.1 to 1.9.1. Release notes Sourced from guzzlehttp/psr7's releases. 1.9.1 See change log for changes. 1.9.0 See change log for changes. 1.8.5 See change log for changes....

dependencies

Bumps [guzzlehttp/guzzle](https://github.com/guzzle/guzzle) from 6.5.2 to 6.5.8. Release notes Sourced from guzzlehttp/guzzle's releases. Release 6.5.8 See change log for changes. Release 6.5.7 See change log for changes. Release 6.5.6 See change...

dependencies

Tests pass, no changes in how laravel 8 handles facades or service providers.

Any plans for supporting Laravel 8?

Have you the right version for install in laravel/framework v5.4.36 ??? i tried every version without success.

Good morning, I am not sure whether this is a bug or a feature or if I am using Parser in a wrong way. Take the following XML: ``` XML...

Hi, First of all great package! I want to edit de method render() in ParserException.php. But if i do it probably be overwritten when a new version of this package...

Is it possible to just get a complete example of parsing XML for a specific key using the Facade? Currently I'm able to convert the whole XML structure into an...

I'm writing an API that calls an external API. The external API returns data as XML, and my API needs to return data as JSON. I have the following code...