evolv/php-sdk
最新稳定版本:1.0.5
Composer 安装命令:
composer require evolv/php-sdk
包简介
This is the official PHP client for the Evolv AI optimization platform.
README 文档
README
Package Installation
- requires php >= 7.4.0
composer require evolv/php-sdk
Package Usage
<?php use Evolv\EvolvClient; $client = new EvolvClient($environment, $endpoint); $client->initialize($uid);
Available Development Scripts:
- install dependencies
composer install
- run the apache server with php 7.4.0
composer start
The example application will then be accessible on http://localhost:8000/Example/index.php http://localhost:8000/Example/pdp.php
index.php has an example of controlling the text value of a button. pdp.php has an example of selecting a different code path based on the variant's value.
- generate documentation
composer docs
- run unit tests
composer test
About Evolv Product
Evolv Delivers Autonomous Optimization Across Web & Mobile.
You can find out more by visiting: https://www.evolv.ai/
统计信息
- 总下载量: 28
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2022-08-05