Simple server and website for "Where is the Fox data aggregator", based on Frameworkless micro-framework
- nikic/fast-route
- Popular routing library used by frameworks like Slim.
- filp/whoops
- Stunning error handler, it makes errors sting a bit less.
- symfony/http-foundation
- Simplifies request & reponse handling.
- league/container
- Dependency injection container, for sharing common resources (like a database connection).
- twig/twig
- The rock solid templating engine used by Symfony and many others.
- vlucas/phpdotenv
- Please don't push your database credentials to GitHub.
- cloudinary/cloudinary_php
- PHP extension for Cloudinary cloud service.
- cmfcmf/openweathermap-php-api
- A PHP API to parse weather data and weather history from OpenWeatherMap.org.
git clone
this repositorycd
into the cloned repositorycomposer install
cp misc/.env.example .env
vagrant up
From here, you should be able to access http://localhost:8080/. This website is served using NGINX & PHP 7.