Download the PHP package shiyun/php-jenkins without Composer

On this page you can find all versions of the php package shiyun/php-jenkins. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package php-jenkins

php-jenkins

简要
php-jenkins 是PHP语言编写的 Jenkins REST API 的工具库,旨在提供一种更方便的方式来控制 Jenkins 服务器。它提供了许多便利的功能、更高级 API。

编码标准
This projects follows PSR-0, PSR-1, PSR-2, PSR-4

快速安装

快速使用

api参考

php-jenkins 主要实现了以下功能:

基础 base

功能 英文 手册
获取版本信息 Get Jenkins master version information 参考
获取插件信息 Get Jenkins plugin information 参考
安装插件 Install plugins 参考
取消关机 Cancel server shutdown mode (cancel quiet down)

视图 views

功能 英文 手册
创建试图 Create views 参考
删除试图 Delete views 参考
重配试图 Reconfig views 参考
获取工作空间 wipeoutJobWorkspace 参考

任务 job

功能 方法 手册
判断任务是否存在 jobExists 参考
获取任务信息 getJobInfo 参考
重命名 renameJob 参考
创建任务 createJob 参考
复制已有任务 copyJob 参考
删除任务 deleteJob 参考
启用任务 enableJob 参考
禁用任务 disableJob 参考
获取配置 getJobConfig 参考
修改配置 reconfigJob 参考
构建 build 功能 英文 手册
开始任务构建 Start a build on a job 参考
删除构建 Delete Builds 参考
构建列表 List running builds 参考
创建节点 Create nodes 参考
启用 Enable nodes 参考
禁用节点 Disable nodes 参考
获取节点信息 Get information on nodes 参考

其他

更新日志

更新日期

加入我们

qq群 - 87208295


All versions of php-jenkins with dependencies

PHP Build Version
Package Version
Requires php Version >=7.2
guzzlehttp/guzzle Version ^6.5.8
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package shiyun/php-jenkins contains the following files

Loading the files please wait ....