All Projects → metricloop → laravel-transformer-maker

metricloop / laravel-transformer-maker

Licence: MIT license
Quick way to create Fractal Transformers.

Programming Languages

PHP
23972 projects - #3 most used programming language

Projects that are alternatives of or similar to laravel-transformer-maker

Api Restful Con Laravel Guia Definitiva
Repositorio para el código base del curso "API RESTful con Laravel - Guía Definitiva"
Stars: ✭ 95 (+227.59%)
Mutual labels:  fractal
Lumen Api Starter
Lumen 8 基础上扩展出的API 启动项目,精心设计的目录结构,规范统一的响应数据格式,Repository 模式架构的最佳实践。
Stars: ✭ 197 (+579.31%)
Mutual labels:  fractal
fractal-twig-drupal-adapter
Twig template adapter for Fractal with Drupal 8 directives.
Stars: ✭ 13 (-55.17%)
Mutual labels:  fractal
Lindenmayer
Feature complete classic L-System library (branching, context sensitive, parametric) & multi-purpose modern L-System/LSystem implementation that can take javascript functions as productions. It is not opinionated about how you do visualisations.
Stars: ✭ 125 (+331.03%)
Mutual labels:  fractal
Fractal
Matrix.org gtk+ client
Stars: ✭ 156 (+437.93%)
Mutual labels:  fractal
Xaos
Real-time interactive fractal zoomer
Stars: ✭ 239 (+724.14%)
Mutual labels:  fractal
Cl Aristid
Draw Lindenmayer Systems with Common LISP!
Stars: ✭ 74 (+155.17%)
Mutual labels:  fractal
Mandelbrot-set-explorer
An interactive Mandelbrot set, made with Python3 and Tkinter
Stars: ✭ 31 (+6.9%)
Mutual labels:  fractal
Restful Api With Laravel Definitive Guide
Repository with the base code for the course "RESTful API with Laravel - Definitive-Guide"
Stars: ✭ 156 (+437.93%)
Mutual labels:  fractal
randomFractal
Random fractal or the secret behind my tree
Stars: ✭ 87 (+200%)
Mutual labels:  fractal
Laravel Fractal
An easy to use Fractal wrapper built for Laravel and Lumen applications
Stars: ✭ 1,748 (+5927.59%)
Mutual labels:  fractal
Hilbertcurve
maps between 1-D space filling hilbert curve and N-D coordinates
Stars: ✭ 148 (+410.34%)
Mutual labels:  fractal
Fractal-Inferno
An Online Fractal Flame Generator.
Stars: ✭ 41 (+41.38%)
Mutual labels:  fractal
Bitmap
C++ Bitmap Library
Stars: ✭ 125 (+331.03%)
Mutual labels:  fractal
haxe-shaderfun
lyapunov fat fractals haxe prodecure
Stars: ✭ 14 (-51.72%)
Mutual labels:  fractal
Fractal
Mandelbrot fractal generator - js web app, uses zero libraries
Stars: ✭ 87 (+200%)
Mutual labels:  fractal
Julia Set Playground
A Swift playground that generates beautiful Julia set fractal images.
Stars: ✭ 236 (+713.79%)
Mutual labels:  fractal
styleguide-starterkit
A starterkit to create styleguides with Fractal and Webpack.
Stars: ✭ 35 (+20.69%)
Mutual labels:  fractal
innoq-styleguide
INNOQ Styleguide and Component Library
Stars: ✭ 24 (-17.24%)
Mutual labels:  fractal
bbmandelbrotGo
generate images of a mandelbrot fractal
Stars: ✭ 19 (-34.48%)
Mutual labels:  fractal

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].