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
Requires
- php: >=5.4.0
- illuminate/http: 4.2.*
- illuminate/support: 4.2.*
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