iterable-php-wrapper:用于Iterable APIPHP包装器(http

时间:2021-05-18 20:00:19
【文件属性】:
文件名称:iterable-php-wrapper:用于Iterable APIPHP包装器(http
文件大小:15KB
文件格式:ZIP
更新时间:2021-05-18 20:00:19
PHP 可迭代PHP包装器 入门 克隆存储库: git clone https://github.com/cdlewis/iterable-php-wrapper.git 包括包装器: require_once ( 'iterable-php-wrapper/iterable.php' ); 使用您的API密钥实例化该类: $ iterable = new Iterable ( 'YOUR API KEY' ); 例子 清单 显示所有列表: $ iterable -> lists (); 订阅用户到列表: $ iterable -> list_subscribe ( $ list_id , array ( array ( 'email' => 'john@example.com' ), array ( 'email' => 'harry@example.com' ) )
【文件预览】:
iterable-php-wrapper-master
----iterableTest.php(8KB)
----phpunit.xml.dist(332B)
----.travis.yml(629B)
----LICENSE(18KB)
----README.md(3KB)
----iterable.php(17KB)
----CONTRIBUTORS.md(80B)
----.gitignore(31B)
----composer.json(184B)

网友评论