A silly Silex application to track hhamon's flight status.
$ composer.phar install
The src/
directory includes a config.php.dist
file, which should be copied
to config.php
and populated with your Twitter API credentials.
Additional options, such as cache directories and TTL options, can also be customized.
By default, the application will use hhamon-flying/
within the system's
temporary directory. This path, which must be writable, may be customized via
the http_cache.cache_dir
and twig.cache_dir
configuration options.
The application can be started using:
$ php -S localhost:8080 -t web web/index.php
Instructions for other web server configurations are outlined in the Silex documentation.