jmathai / epiphany

A micro PHP framework that's fast, easy, clean and RESTful. The framework does not do a lot of magic under the hood. It is, by design, very simple and very powerful.
https://github.com/jmathai/epiphany
Other
686 stars 139 forks source link

Added load function to load APIs from ini file. #81

Open wzedi opened 10 years ago

wzedi commented 10 years ago

I've added the EpiApi::load function to read API's from an ini file. It's basically a copy of EpiRoute::load with an added 'visibility' parameter. I hope that is more or less what would have been expected.