Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/flagsmith/flagsmith-php-client
PHP Client for Flagsmith. Ship features with confidence using feature flags and remote config. Host yourself or use our hosted version at https://www.flagsmith.com/
https://github.com/flagsmith/flagsmith-php-client
cd ci continous-deployment continuous-integration feature-flag feature-flaggers feature-flagging feature-flags feature-toggle feature-toggles
Last synced: about 1 month ago
JSON representation
PHP Client for Flagsmith. Ship features with confidence using feature flags and remote config. Host yourself or use our hosted version at https://www.flagsmith.com/
- Host: GitHub
- URL: https://github.com/flagsmith/flagsmith-php-client
- Owner: Flagsmith
- License: bsd-3-clause
- Created: 2020-07-21T12:22:08.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-04-19T15:44:16.000Z (8 months ago)
- Last Synced: 2024-05-21T00:07:04.813Z (7 months ago)
- Topics: cd, ci, continous-deployment, continuous-integration, feature-flag, feature-flaggers, feature-flagging, feature-flags, feature-toggle, feature-toggles
- Language: PHP
- Homepage: https://www.flagsmith.com/
- Size: 158 KB
- Stars: 17
- Watchers: 9
- Forks: 10
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[![Packagist Version](https://img.shields.io/packagist/v/flagsmith/flagsmith-php-client)](https://packagist.org/packages/flagsmith/flagsmith-php-client)
[![Packagist Downloads](https://img.shields.io/packagist/dm/flagsmith/flagsmith-php-client)](https://packagist.org/packages/flagsmith/flagsmith-php-client)# Flagsmith PHP SDK
> Flagsmith allows you to manage feature flags and remote config across multiple projects, environments and organisations.
The SDK for PHP applications for [https://www.flagsmith.com/](https://www.flagsmith.com/).
## Requirements
The Flagsmith PHP SDK requires the following PHP extensions to be enabled. These are essentials for the library to function properly.
- bc-math
- gmpPlease view the documentation here to install the extensions, if you haven't already. For [BC-Math](https://www.php.net/manual/en/bc.installation.php) and [GMP](https://www.php.net/manual/en/gmp.installation.php).
## Local Evaluation
Since PHP requests are separate, there is little benefit to use local evaluation without caching. To enable local evaluation, please set the environmentTtl value (>0) and using PSR simple cache implementation.
## Adding to your project
For full documentation visit [https://docs.flagsmith.com/clients/server-side](https://docs.flagsmith.com/clients/server-side).
## Contributing
Please read [CONTRIBUTING.md](https://gist.github.com/kyle-ssg/c36a03aebe492e45cbd3eefb21cb0486) for details on our code of conduct, and the process for submitting pull requests
## Getting Help
If you encounter a bug or feature request we would like to hear about it. Before you submit an issue please search existing issues in order to prevent duplicates.
## Get in touch
If you have any questions about our projects you can email [email protected].
## Useful links
[Website](https://www.flagsmith.com/)
[Documentation](https://docs.flagsmith.com/)