Complete PHP API for Jenkins. An easy solution designed to interact with Jenkins CI API.
Disclaimer: I know that there are many other Jenkins PHP libraries like this one but my goal by creating this repository is not to create a competition or something like that. I totally respect the work of other developpers and I saluate their realisation. I just want to create my personnal library and I expose it to you if you want to use it :). Stay cool!
You need at least PHP 7.1+ to use this tool!
-
Install the package by typing this in your project directory:
composer require utarwyn/jenkins-php-api
-
Include the file vendor/autoload.php in your application.
-
Follow the guide here to get started.
-
Fork the project and clone your Github repository.
-
Type
composer install --dev
to install Composer dependencies for the development. -
Do your changes and create a pull request!
Follow the project!
Thanks! 🔥 😍