Projects

Some of the things I've dabbled on.

Dispatcher

Schedule artisan commands within code

  2014


Dispatcher is a library I designed while working with Indatus that allows Laravel's artisan commands to be scheduled within source code. Among many other benefits, this allows developers to avoid touching the crontab when deploying applications.

Check out Dispatcher on GitHub

SimpleUPS

Fetch rates, track packages and more

  2013


SimpleUPS began when I was working on a project in late 2012 that required me to get rates from the UPS API. Googling around I quickly determined the available solutions at the time made me question their reliability and decided to roll my own. This project was open sourced in mid 2014.

Check out SimpleUPS on GitHub