This repository houses the PHP SDK for Optimizely Full Stack.
The Optimizely PHP SDK can be installed through Composer. Please use the following command:
php composer.phar require optimizely/optimizely-sdk
See the Optimizely Full Stack developer documentation to learn how to set up your first Full Stack project and use the SDK.
You can run all unit tests with:
./vendor/bin/phpunit
Please see CONTRIBUTING.