pyrello/laravel-xml

Adds missing XML features to Laravel

Maintainers

Package info

github.com/pyrello/laravel-xml

pkg:composer/pyrello/laravel-xml

Statistics

Installs: 51

Dependents: 1

Suggesters: 0

Stars: 6

Open Issues: 0

1.0 2014-09-11 21:50 UTC

This package is not auto-updated.

Last update: 2026-03-10 09:29:45 UTC


README

Adds some missing XML features to Laravel.

  • Response::xml() for providing XML response output.
  • Encode and decode XML

Much of the code for this is adapted from https://github.com/laravelbook/framework