Installing the SDK
PHP SDK Installation
To integrate VWO FME SDK into your Php application, you must first install the SDK through a Python package manager. VWO PHP SDK can be installed using composer.
Requirements
Php Version
PHP version >= 7.4
Installation via Composer
To integrate the FME SDK into your PHP 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-fme-php-sdk
Source Code
Language | Repository |
---|---|
PHP | https://github.com/wingify/vwo-fme-php-sdk |
The FME SDK code is available in various languages on GitHub. All the SDKs published under Wingify Organization on GitHub are licensed under Apache 2.0 License (c) Wingify Pvt. Ltd. 2024.
Updated 1 day ago
What’s Next