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.*
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
This package is not auto-updated.
Last update: 2026-09-08 11:50:42 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