Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PSR-16 Compatibility #28

Open
HeathNaylor opened this issue Jan 28, 2019 · 0 comments
Open

PSR-16 Compatibility #28

HeathNaylor opened this issue Jan 28, 2019 · 0 comments

Comments

@HeathNaylor
Copy link

I am working on creating a general wrapper for various feature flag libraries to act as an abstraction point. Currently this proves somewhat difficult to do due to the lack of PSR extension in the interfaces of Rollout. An example of this can be found in the StorageInterface. If the interface was removed and instead all storage classes extended the SimpleCache PSR interface (https://github.com/php-fig/simple-cache/blob/master/src/CacheInterface.php), we would have all the same functionality and then some.

Is Rollout intended to only be a clone of the Ruby version, or is the room for bringing in more modern PSR interfaces?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant