文件名称:pebble-api-php:用于 PHP 的 Pebble API 客户端
文件大小:18KB
文件格式:ZIP
更新时间:2024-06-25 15:58:59
PHP
与 Pebble Timeline API 交互的库。 我为什么要使用它? 因为你爱当... 这是经过测试的代码 它可以与composer一起安装 它遵循 semver 它已经在生产中使用 安装 安装了作曲家 php composer.phar require dav-m85/pebble-api-php:dev-master 用法 // Define a pin with an Array $ pin = new PebbleApi \ Pin ( "reservation-1395203" , new \ DateTime ( "2014-03-07T09:01:10.229Z" ), array ( "layout" => array ( . . . ) )); // Or using object oriented approach (still
【文件预览】:
pebble-api-php-master
----.gitignore(27B)
----.travis.yml(254B)
----LICENSE(1KB)
----composer.json(468B)
----README.md(2KB)
----phpunit.xml(433B)
----tests()
--------PebbleApi()
----.scrutinizer.yml(39B)
----lib()
--------PebbleApi()