pyrello/laravel-xml

Adds missing XML features to Laravel

Installs: 51

Dependents: 1

Suggesters: 0

Security: 0

Stars: 6

Watchers: 2

Forks: 3

Open Issues: 0

pkg:composer/pyrello/laravel-xml

1.0 2014-09-11 21:50 UTC

This package is not auto-updated.

Last update: 2025-10-07 07:37:50 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