NOTE: Uber discontinued the Public API. The code in this repository no longer works.
A simple web application that uses the Uber API to retrieve your rides and create a stats summary. It uses Slim Framework, Eloquent ORM and php-oauth-client.
To install it just dump schema.sql
in your database, and update the database details and your Uber API credentials in app/bootstrap.php
.
- Update stats automatically
- Implement a template engine
- Multilanguage support
- Remove any remaining logic in views
- Process stats in the background