2017 © Pedro Peláez
 

library laravel-transformer-maker

A Laravel 5 package to create Fractal Transformers

image

metricloop/laravel-transformer-maker

A Laravel 5 package to create Fractal Transformers

  • Tuesday, March 6, 2018
  • by patrick_guevara
  • Repository
  • 1 Watchers
  • 27 Stars
  • 773 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 3 Forks
  • 0 Open issues
  • 5 Versions
  • 9 % Grown

The README.md

A quick way to create Fractal Transformers

Latest Version Software License Build Status Total Downloads, (*1)

This package gives you a quick way to create Transformers for your Eloquent models when using Fractal., (*2)

Installation And Usage

Issue the command:, (*3)

composer require "metricloop/laravel-transformer-maker"

Then register the service provider:, (*4)

// config/app.php

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

Then just use it like any other Artisan make command:, (*5)

php artisan make:transformer Person

And get the stubbed out PersonTransformer.php in App/Transformers!, (*6)

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., (*7)

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., (*8)

License

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

The Versions

06/03 2018

dev-master

9999999-dev https://github.com/metricloop/laravel-transformer-maker

A Laravel 5 package to create Fractal Transformers

  Sources   Download

MIT

The Requires

 

The Development Requires

api fractal transformer metricloop

06/03 2018

v1.0.3

1.0.3.0 https://github.com/metricloop/laravel-transformer-maker

A Laravel 5 package to create Fractal Transformers

  Sources   Download

MIT

The Requires

 

The Development Requires

api fractal transformer metricloop

02/02 2017

v1.0.2

1.0.2.0 https://github.com/metricloop/laravel-transformer-maker

A Laravel 5 package to create Fractal Transformers

  Sources   Download

MIT

The Requires

 

The Development Requires

api fractal transformer metricloop

30/09 2016

v1.0.1

1.0.1.0 https://github.com/metricloop/laravel-transformer-maker

A Laravel 5 package to create Fractal Transformers

  Sources   Download

MIT

The Requires

 

The Development Requires

api fractal transformer metricloop

28/09 2016

v1.0

1.0.0.0 https://github.com/metricloop/laravel-transformer-maker

A Laravel 5 package to create Fractal Transformers

  Sources   Download

MIT

The Requires

 

The Development Requires

api fractal transformer metricloop