Skip to content

Releases: kamranahmedse/laraformer

First release

04 Mar 15:11
Compare
Choose a tag to compare

The first release of the package. Has the support for:

  • Automatic transformation of the models. Also support for manual transformation
  • Lets you transform almost any kind of data i.e. arrays, objects, collections, paginated data etc
  • Not only you can transform models but also any dataset
  • Supports both Eloquent and Moloquent
  • Ease of use; for automatic transformation, you just need a transform function in your models and for manual, there is a single function call. More to it in a moment.
  • Lets you keep your transformation logic separate
  • Lets you make sure of the fact that any changes in schema doesn't affect the output