itsgoingd / slim-facades

"Static" interface for various Slim features
74 stars 9 forks source link

Replace Laravel Facades with Statical library #8

Closed johnstevenson closed 9 years ago

johnstevenson commented 10 years ago

I have been testing my static proxy library with a few frameworks (prior to publishing it on Packagist) and came across your excellent Slim Facades. It wired up very smoothly so I wondered if you would prefer to use it in place of your Laravel Facade implementation.

I am not trying to push my library, so feel free to bin it and close this PR. Thanks for your time.

itsgoingd commented 10 years ago

Hey, I've took a look at your project, looks like a great alternative to the Laravel Facades.

I'm not very inclined to pulling this atm though, as it is a huge API break, which doesn't bring any new features other then a slight simplification of the configuration and less dependencies. Also this package is currently "branded" as Laravel Facades for Slim, even the name slim-facades, wouldn't really make sense when you are using different naming (Statical Proxies)..

I'd suggest you create a brand new slim-statical package form this PR, I'll be happy to include a link in the readme to your package as an alternative.

johnstevenson commented 9 years ago

Hi, finally got round to it: https://github.com/johnstevenson/slim-static