Hi guys!
I love using FuelPHP with it's REST controller to create API's, but the thing I always seem to miss is a way do define explicit definitions of my resources, basically views for data in a totally incorrect way.
So I whipped up a little package that makes you able to do this. Code is heavily borrowed from the View class, but stripped from all unnecessities and changed to return data, sort of like the Config class does.
Find it on Github here: https://github.com/JaapRood/fuel-representation
Please let me know what you think!