Projects

These are some projects I have been working on lately. Some of them are personal projects while others are projects I have built for clients or for fun.


Laravel Updater

A very simple tool that helps me to get the latest version of Laravel and update the dependencies.

Simple CSV (PHP Package)

Simple CSV is (yet another) PHP package that provides a simple and efficient way to read CSV files (from Google Sheets) and transform them into useful data structures. In the beginning this was just a playground to tinker with PHP generators.