Maravel REST Wizard Decorator
Home » Maravel REST Wizard Decorator
Decorator lib for Maravel REST Wizard

Key Features

Recommended for projects that expose data via API to front end (JS).

  • CSV streamed downloads
  • On Demand Field Retrieval
  • Prevent XSS Attacks
Learn More

With an average speed of 15 minutes per table and another 15 for decorated tables from their relations, you can expose your database via API with built-in auto filters and aggregations faster than ever.

  1. Download as csv via stream without saving the file on server,
  2. Renames/maps the column names for the resource and its relations,
  3. Can also compose additional columns from the resource columns and from its relations' columns,
  4. Can restrict the number of columns returned to the requested ones, including in the csv download as stream,
  5. Flattens the resource with its relations into a single table,
  6. Eases the filtering on the relations' columns by transforming them into filters by the resource's column in regards to the url query string,
  7. Offers resource AND relations' column aggregations
  8. Can update the one to one relations on resource update
  9. All json string values are parsed by htmlspecialchars function on decoration