Install
PHP SDK Installation
To integrate VWO PHP SDK into your application, you first need to install the SDK through a package manager for PHP. VWO PHP SDK can be installed using composer
Requirements
Note:
PHP version >= 5.6.0
Installation via composer
To integrate VWO PHP SDK into your application through composer, run the following command through the command line. Make sure you run this command in the correct directory where your app resides.
composer install vwo/vwo-php-sdk
Source Code
The VWO SDK code is available in various languages on GitHub. All different SDKs published under Wingify Organization on GitHub are licensed under Apache 2.0 License (c) Wingify Pvt. Ltd. 2019-2020.
Language | Repository |
---|---|
PHP | https://github.com/wingify/vwo-php-sdk |
Updated over 3 years ago
What’s Next