Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/utarwyn/jenkins-php-api
The most easy-to-use PHP API for Jenkins! ๐ ๐
https://github.com/utarwyn/jenkins-php-api
composer jenkins jenkins-ci php php7
Last synced: 3 months ago
JSON representation
The most easy-to-use PHP API for Jenkins! ๐ ๐
- Host: GitHub
- URL: https://github.com/utarwyn/jenkins-php-api
- Owner: utarwyn
- License: apache-2.0
- Archived: true
- Created: 2017-11-05T17:37:00.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-01T17:42:13.000Z (almost 6 years ago)
- Last Synced: 2024-09-26T06:04:38.207Z (3 months ago)
- Topics: composer, jenkins, jenkins-ci, php, php7
- Language: PHP
- Homepage:
- Size: 49.8 KB
- Stars: 6
- Watchers: 5
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Jenkins PHP API
Complete and easy PHP API to interact with a Jenkins instance.
Works with Jenkins 2+ and PHP 7.1+>
> **Disclaimer:** I know that there are many other Jenkins PHP libraries like this one but my goal by creating this repository is not to crete 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!
>## Installation (with Composer)
1. Install the package by typing this in your project directory:
```
composer require utarwyn/jenkins-php-api
```2. Include the file **vendor/autoload.php** in your application.
3. Follow the guide [*here*](https://github.com/utarwyn/jenkins-php-api/wiki/Getting-started) to get started.
## Contribute for the project?
1. Fork the project and clone your Github repository.
2. Type `composer install --dev` to install Composer dependencies for the development.
3. Do your changes and create a pull request!
### :warning: Currently under development!
> Follow the project!
## License
Apache License 2.0
---
> GitHub [@utarwyn](https://github.com/utarwyn) ย ยทย
> Twitter [@Utarwyn](https://twitter.com/Utarwyn)