Skip to content

CodeBrauer/PlaceIt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PlaceIt - a simple placeholding service app

Code Climate

bildschirmfoto 2016-11-16 um 14 46 47

Installation

  1. git clone https://github.com/CodeBrauer/PlaceIt.git
  2. cd PlaceIt && git checkout 1.0
  3. composer install
  4. Ready to go!

Note: On nginx you need to define something like this

Usage

As seen on the screenshot there are multiple routes you can call so the script renders you the image you requested.

You can also edit the config/config.php, where the constans and comments should explain itself.

Powered by:

  • Slim by Josh Lockhart (codeguy)
  • Slim-Views by Josh Lockhart (codeguy)
  • Twig by the Twig Team