Skip to content
This repository has been archived by the owner on Sep 22, 2023. It is now read-only.

optimizely/php-sdk-demo-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PHP SDK Demo App

This demo uses the PHP SDK, a part of Optimizely's Full Stack solution. Check out the live demo.

Optimizely Full Stack Overview

Optimizely Full Stack allows developers to run experiments anywhere in their code! The PHP SDK provides the core components to run a full stack experiment with Optimizely. It handles aspects like bucketing, which is used to designate users to a specific experiment variation, conversion tracking, and reporting via Optimizely’s Stats Engine.

Demo App

This example app simulates an online retailer testing the effects of sorting products by price vs category.

Using the instructions below, you can run the app locally and mimic bucketing website visitors by entering unique user IDs into the search bar. For example, the user ID “Matt” would simulate a unique visitor and select a specific variation for that unique visitor. The variation that is given to a specific unique visitor, such as Matt, will be deterministic. This means as long as the experiment conditions remain the same, Matt will always get the same variation.

Releases

No releases published

Packages

No packages published