https://github.com/optimizely/php-sdk-demo-app
PHP Full Stack demo application
https://github.com/optimizely/php-sdk-demo-app
Last synced: 10 months ago
JSON representation
PHP Full Stack demo application
- Host: GitHub
- URL: https://github.com/optimizely/php-sdk-demo-app
- Owner: optimizely
- License: other
- Archived: true
- Created: 2017-06-13T23:35:00.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-12-12T16:32:05.000Z (about 7 years ago)
- Last Synced: 2025-03-01T12:17:17.829Z (about 1 year ago)
- Language: PHP
- Homepage: http://bit.ly/2sq1SZB
- Size: 605 KB
- Stars: 1
- Watchers: 89
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PHP SDK Demo App
This demo uses the PHP SDK, a part of Optimizely's Full Stack solution. Check out the [live demo](http://ec2-52-36-13-152.us-west-2.compute.amazonaws.com/).
## 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](https://www.optimizely.com/statistics/).
* View the [PHP Getting Started Guide](http://developers.optimizely.com/server/getting-started/index.html?language=php)
* View the reference [documentation](http://developers.optimizely.com/server/reference/index.html?language=php).
* Latest [PHP SDK](https://github.com/optimizely/php-sdk)
## 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.