2017 © Pedro Peláez
 

library image-faker

Fake image generator using the PHP GD library. Accessible through a Laravel route.

image

waynestate/image-faker

Fake image generator using the PHP GD library. Accessible through a Laravel route.

  • Wednesday, February 7, 2018
  • by robertvrabel
  • Repository
  • 3 Watchers
  • 1 Stars
  • 1,499 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 56 % Grown

The README.md

image-faker

A simple fake image generator using the PHP GD library. Generates images on the fly by referencing a route., (*1)

Installation

You can install the package via composer:, (*2)

composer require waynestate/image-faker

The package will automatically register itself if you are using laravel., (*3)

Requirements

  • GD library
  • FreeType library (optional, will fall back to using imagestring over imagettftext)

Demo

<img src="/styleguide/image/100x100" alt="100 x 100">
<img src="/styleguide/image/1600x500?text=Hero%20Image" alt="Hero Image">

Publishing the config

php artisan vendor:publish --tag=image-faker

Not using laravel?

Refer to the src/ImageFakeController.php to see an example of how to interact with the image-faker API., (*4)

The Versions

07/02 2018

dev-develop

dev-develop

Fake image generator using the PHP GD library. Accessible through a Laravel route.

  Sources   Download

MIT

The Requires

  • php >=7.0

 

The Development Requires

by Web Communications

07/02 2018

dev-master

9999999-dev

Fake image generator using the PHP GD library. Accessible through a Laravel route.

  Sources   Download

MIT

The Requires

  • php >=7.0

 

The Development Requires

by Web Communications

07/02 2018

1.0.0

1.0.0.0

Fake image generator using the PHP GD library. Accessible through a Laravel route.

  Sources   Download

MIT

The Requires

  • php >=7.0

 

The Development Requires

by Web Communications