Download the PHP package widerfunnel/optimizely-x-sdk without Composer
On this page you can find all versions of the php package widerfunnel/optimizely-x-sdk. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download widerfunnel/optimizely-x-sdk
More information about widerfunnel/optimizely-x-sdk
Files in widerfunnel/optimizely-x-sdk
Package optimizely-x-sdk
Short Description Optimizely REST API SDK Wrapper
License MIT
Informations about the package optimizely-x-sdk
OPTIMIZELY X PHP SDK
PHP Wrapper to interact with the Optimizely X API.
Installation
Usage
Simply create an Optimizely object, with a valid OAuth Token in the constructor:
If you wish to use the token based authentication, simply pass true
as a second argument:
List projects
Read a project
Create a project
Update a project
Delete a project
Not supported by Optimizely X Rest API
Activate a project (note: not functional, waiting on optimizely X api fix)
Archive a project (note: not functional, waiting on optimizely X api fix)
Campaigns
List Campaigns
Find Campaign
Create Campaign
Update a Campaign
Experiments
List experiments in project
Find experiment
Create an experiment
Update an experiment
Delete an experiment
Archive an experiment
Variations
Change Variations
Audiences
List audiences
Find an audience
Create an audience
Update an audience
Delete an audience
Not supported by Optimizely X Rest API
Pages
List Pages
Find a Page
Create a page
Update a page
Delete a page
Events
List Events
Find Event
In Page Events
Create In-page Event
Update In-Page Event
Delete In-Page Event
Custom Event
Create Custom Event
Update Custom Event
Delete Custom Event
Attributes
List Attributes
Find Attribute
Create Attribute
Update Attribute
Delete Attribute
Results
Fetch the results of an experiment
Fetch the results of an campaign