文件名称:jira-client:一个用于与JIRA问题和错误跟踪器软件集成PHP客户端
文件大小:32KB
文件格式:ZIP
更新时间:2024-06-06 17:02:57
PHP
安装 下载可执行文件或使用安装程序。 $ curl -sS https://getcomposer.org/installer | php 创建一个composer.json定义您的依赖项。 请注意,此示例是应用程序的简短版本,这些应用程序本身并不打算作为程序包发布。 要创建库/软件包,请阅读。 { " require " : { " cpliakas/jira " : " ~1.0 " } } 运行Composer: php composer.phar install 针对JIRA进行身份验证 use Jira \ JiraClient ; require_once 'vendor/autoload.php' ; // Modify accordingly, note that in some installations the JIR
【文件预览】:
jira-client-master
----src()
--------Jira()
----LICENSE(7KB)
----README.md(2KB)
----composer.json(523B)