Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Latest commit

 

History

21 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pieter Colpaert's collected PHP tools

This is a folder which I use to bootstrap my projects in combination with the HTML5 boilerplate you can find at http://html5boilerplate.com/.

It is a simple micro framework which adds some missing things to PHP 5.3: decent caching, simple 1 line data fetcher, a router (glue), error logging...

How to use

This is a basic LAMP thing. (Linux, apache, mysql, php 5.3)

You can plugin your own cache, get file contents, and so on.

Getting started

The Router does all the magic. Include your regex and map it to a class name. Include that class and implement the functions you need: public function GET($matches){ $matches; //matches your regex }

Linux:

  • make files /var/log/jaxl.log and /var/run/jaxl.lib
  • give www-data permissions to these files (or chmod 777)

License

Code written by myself in this repository can be used under the BeerPL revision 42. This means if you see me in person and you make use of this repository, you'have to buy me a beer.

© 2012 Pieter Colpaert - Almost no rights reserved

About

Control a lot of FlatTurtle infoscreens by connecting to this RESTful API

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors