showpad-php-api:这个 PHP 类连接到 Showpad API

时间:2021-06-03 05:14:20
【文件属性】:
文件名称:showpad-php-api:这个 PHP 类连接到 Showpad API
文件大小:15KB
文件格式:ZIP
更新时间:2021-06-03 05:14:20
PHP Showpad PHP 包装类 这个 Showpad PHP 包装器类连接到 Showpad API。 用法 安装 { " require " : { " jeroendesloovere/showpad-php-api " : " 1.0.* " } } 在您的composer.json文件中添加此代码将使用获取。 例子 $showpadUsername = ''; $showpadApiKey = ''; // define api $api = new JeroenDesloovere\Showpad\Showpad( $showpadUsername, $showpadApiKey ); // get all users $items = $api->users->getAll(); // get all user grou
【文件预览】:
showpad-php-api-master
----composer.json(648B)
----.travis.yml(253B)
----tests()
--------ShowpadTest.php(2KB)
--------ExceptionTest.php(648B)
----LICENSE(1KB)
----src()
--------Exception.php(400B)
--------Objects()
--------Showpad.php(5KB)
----examples()
--------credentials.php(288B)
--------example.php(1KB)
----.gitignore(9B)
----phpunit.xml.dist(418B)
----README.md(2KB)

网友评论