文件名称:spektrix:一个PHP包装器,用于将Spektrix API与Wordpress一起使用
文件大小:85KB
文件格式:ZIP
更新时间:2024-06-03 06:18:41
PHP
Spektrix PHP包装器 Spektrix API的包装器 安装 通过作曲家 { " require " : { " christhesoul/spektrix " : " ~1.0 " } } 配置 您将需要一些注意事项: Spektrix API密钥 有效的Spektrix .crt文件 有效的Spektrix .key文件 客户的API URL端点 // 1. Composer magic require ( 'vendor/autoload.php' ); // 2. Load your secret stuff Dotenv :: load (__DIR__); // 3. Throw an error if your secret stuff falls short (see 2) Dotenv :: required ( [
【文件预览】:
spektrix-master
----.gitignore(50B)
----README.md(1KB)
----tests()
--------Spektrix()
----LICENSE(1KB)
----composer.json(641B)
----spektrix.php(376B)
----phpunit.xml.dist(733B)
----CONTRIBUTING.md(1KB)
----src()
--------Spektrix()
----.travis.yml(248B)
----example.php(317B)