pyrello/laravel-xml

Adds missing XML features to Laravel

1.0 2014-09-11 21:50 UTC

This package is not auto-updated.

Last update: 2024-04-23 00:36:21 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