2017 © Pedro Peláez
 

library tile

Endroid Tile

image

endroid/tile

Endroid Tile

  • Monday, April 16, 2018
  • by endroid
  • Repository
  • 1 Watchers
  • 1 Stars
  • 3,081 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 19 Versions
  • 2 % Grown

The README.md

Tile

By endroid, (*1)

Latest Stable Version Build Status Total Downloads Monthly Downloads License, (*2)

This library helps you generate images containing a typically Delft blue tile with a saying., (*3)

Installation

Use Composer to install the library., (*4)

``` bash $ composer require endroid/tile, (*5)


## Usage ```php use Endroid\Tile\Tile; $tile = new Tile(); $this->setBackground(Tile::BACKGROUND_C); $tile->setText("Life is too short to be generating tiles"); $tile->setSize(300); $tile->render();

Tile, (*6)

Symfony integration

Register the Symfony bundle in the kernel., (*7)

// app/AppKernel.php

public function registerBundles()
{
    $bundles = [
        // ...
        new Endroid\Tile\Bundle\TileBundle\EndroidTileBundle(),
    ];
}

Add the following section to your routing to be able to reach the tile controller., (*8)

``` yml EndroidTileBundle: resource: "@EndroidTileBundle/Controller/" type: annotation prefix: /tile, (*9)


Now tiles can be generated by appending the tile text to the url as mounted, followed by the file extension, like /tile/Life_is_too_short_to_be_generating_tiles.png. ## Twig extension The bundle also provides a Twig extension for quickly generating tile urls. ``` twig <img src="{{ tile_url(message) }}" />

Versioning

Version numbers follow the MAJOR.MINOR.PATCH scheme. Backwards compatibility breaking changes will be kept to a minimum but be aware that these can occur. Lock your dependencies for production and test your code when upgrading., (*10)

License

This bundle is under the MIT license. For the full copyright and license information please view the LICENSE file that was distributed with this source code., (*11)

The Versions

16/04 2018

dev-master

9999999-dev https://github.com/endroid/tile

Endroid Tile

  Sources   Download

MIT

The Requires

 

The Development Requires

php bundle symfony endroid blue tile delft

14/04 2018

2.0.1

2.0.1.0 https://github.com/endroid/tile

Endroid Tile

  Sources   Download

MIT

The Requires

 

The Development Requires

php endroid blue tile delft

14/04 2018

2.0.0

2.0.0.0 https://github.com/endroid/tile

Endroid Tile

  Sources   Download

MIT

The Requires

 

The Development Requires

php endroid blue tile delft

01/01 2016

1.2.9

1.2.9.0 https://github.com/endroid/Tile

Endroid Tile

  Sources   Download

MIT

The Requires

 

endroid tile

01/01 2016

1.2.8

1.2.8.0 https://github.com/endroid/Tile

Endroid Tile

  Sources   Download

MIT

The Requires

 

The Development Requires

endroid tile

04/07 2015
25/06 2015
12/04 2015

1.2.5

1.2.5.0 https://github.com/endroid/Tile

Endroid Tile

  Sources   Download

MIT

The Requires

 

endroid tile

26/01 2015

dev-develop

dev-develop https://github.com/endroid/Tile

Endroid Tile

  Sources   Download

MIT

The Requires

 

endroid tile

29/08 2014

1.2.4

1.2.4.0 https://github.com/endroid/Tile

Endroid Tile

  Sources   Download

MIT

The Requires

 

endroid tile

29/08 2014

1.1.4

1.1.4.0 https://github.com/endroid/Tile

Endroid Tile

  Sources   Download

MIT

The Requires

 

endroid tile

18/12 2013

1.1.3

1.1.3.0 https://github.com/endroid/Tile

Endroid Tile

  Sources   Download

MIT

The Requires

 

endroid tile

12/10 2013

1.1.2

1.1.2.0 https://github.com/endroid/Tile

Endroid Tile

  Sources   Download

MIT

The Requires

 

endroid tile

23/06 2013

1.1.1

1.1.1.0 https://github.com/endroid/Tile

Endroid Tile

  Sources   Download

MIT

The Requires

 

endroid tile

06/09 2012

1.1.0

1.1.0.0 https://github.com/endroid/tile

Endroid Tile

  Sources   Download

MIT

The Requires

 

endroid tile

29/07 2012

1.0.0

1.0.0.0 https://github.com/endroid/tile

Endroid Tile

  Sources   Download

MIT

The Requires

 

endroid tile