flagception-sdk icon indicating copy to clipboard operation
flagception-sdk copied to clipboard

Integrate Unleash

Open c33s opened this issue 4 years ago • 3 comments

recently i stubled upon unleash which also got added to gitlab. the current referenced php client implementation is not that well maintained and also not on packagist.

it would be sooooo awesome to have it integrated in flagception. there are some libs for laravel and some old generic ones. as flagception has also a symfony bundle, it could be quite pushing for this lib to support unleash.

what do you think?

c33s avatar Jan 22 '21 20:01 c33s

In general, I think the idea of connecting Flagception with such services is pretty cool. Not directly in the core, but as extensions like https://packagist.org/packages/flagception/database-activator or https://packagist.org/packages/flagception/contentful-activator.

However, I don't currently have time to implement it. But you are free to write an adapter and offer it via Packagist ;-)

migo315 avatar Jan 26 '21 11:01 migo315

Just for information,

  • It's on packagist https://packagist.org/packages/unleash/client
  • It's quite well maintained https://github.com/Unleash/unleash-client-php https://github.com/Unleash/unleash-client-symfony with github actions, rector, php-cs-fixer, phpstan, phpunit.

diimpp avatar Oct 26 '22 16:10 diimpp

There is an official symfony bundle available. If there is still a need for an unleash activator - please create an issue here https://github.com/playox/flagception-sdk/issues

teiling88 avatar Aug 29 '23 14:08 teiling88