Laravel Transformer Maker Save Abandoned

Quick way to create Fractal Transformers.

Project README

A quick way to create Fractal Transformers

Latest Version Software License Build Status Total Downloads

This package gives you a quick way to create Transformers for your Eloquent models when using Fractal.

Installation And Usage

Issue the command:

composer require "metricloop/laravel-transformer-maker"

Then register the service provider:

// config/app.php

'providers' => [
    // ...
    MetricLoop\TransformerMaker\TransformerMakerServiceProvider::class,
];

Then just use it like any other Artisan make command:

php artisan make:transformer Person

And get the stubbed out PersonTransformer.php in App/Transformers!

Shout Out

To Phil Sturgeon and the team at the PHP League for Fractal. And if you haven't already, go check out Phil's book about building APIs: Build APIs You Won't Hate.

About Metric Loop

Metric Loop is an Austin based technology company that strives to create value by helping its clients reduce overhead, simplify their hardware procurement, and run their businesses more efficiently.

License

The MIT License (MIT). Please see License File for more information.

Open Source Agenda is not affiliated with "Laravel Transformer Maker" Project. README Source: metricloop/laravel-transformer-maker
Stars
29
Open Issues
0
Last Commit
5 years ago
License
MIT

Open Source Agenda Badge

Open Source Agenda Rating