pyrello / laravel-xml
Adds missing XML features to Laravel
1.0
2014-09-11 21:50 UTC
Requires
- php: >=5.4.0
- illuminate/http: 4.2.*
- illuminate/support: 4.2.*
This package is not auto-updated.
Last update: 2024-11-19 03:20:33 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