Welcome to the Flagship PHP SDK documentation!
The following article will guide you through the steps to get Flagship up and running on your PHP scripts using our library with preconfigured methods to implement the Decision API.
Wants to have a look at the GitHub repo? Link here.
Feel free to contact us if you have any questions regarding this documentation.
Release notes
Added
- bucketingUrl property accessors in Flagship\Config\BucketingConfig
- slug property accessors in Flagship\Flag\FlagMetadata
- Managing visitor cache
Changed
- Bucketing mode
- BucketingConfig constructor signature
- FlagshipConfig::bucketing signature
Removed
- bucketingDirectoryPath property accessors from Flagship\Config\BucketingConfig
Improved
- Hits are now sent in the background
Added
- fetchFlags method in Visitor instance
- getFlag method in Visitor instance
- Flagship\Flag\FlagMetadata class
- Flagship\Flag\Flag class
Deprecated
- synchronizeModification method
- getModification method
- getModificationInfo method
- activateModification method
Added
- Bucketing mode.
- SDK Status / Status changed callback.
- Experience Continuity : visitor authentication / unauthentication.
- Visitor consent.
- Predefined context.
Changed
- FlagshipConfig implemented by
Flagship\Config\DecisionApiConfig
orFlagship\Config\BucketingConfig
- Visitor namespace
- Flagship::newVisitor is now a fluent interface builder.
Updated about 1 month ago
Did this page help you?