{"id":15083637,"url":"https://github.com/utarwyn/jenkins-php-api","last_synced_at":"2025-10-05T14:31:26.492Z","repository":{"id":57076263,"uuid":"109601079","full_name":"utarwyn/jenkins-php-api","owner":"utarwyn","description":"The most easy-to-use PHP API for Jenkins! 🛠🚀","archived":true,"fork":false,"pushed_at":"2019-02-01T17:42:13.000Z","size":51,"stargazers_count":6,"open_issues_count":2,"forks_count":4,"subscribers_count":5,"default_branch":"master","last_synced_at":"2024-12-15T23:46:19.650Z","etag":null,"topics":["composer","jenkins","jenkins-ci","php","php7"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/utarwyn.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-11-05T17:37:00.000Z","updated_at":"2024-03-12T09:15:19.000Z","dependencies_parsed_at":"2022-08-24T14:55:50.203Z","dependency_job_id":null,"html_url":"https://github.com/utarwyn/jenkins-php-api","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/utarwyn%2Fjenkins-php-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/utarwyn%2Fjenkins-php-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/utarwyn%2Fjenkins-php-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/utarwyn%2Fjenkins-php-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/utarwyn","download_url":"https://codeload.github.com/utarwyn/jenkins-php-api/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":235405233,"owners_count":18984868,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["composer","jenkins","jenkins-ci","php","php7"],"created_at":"2024-09-25T06:04:42.101Z","updated_at":"2025-10-05T14:31:26.132Z","avatar_url":"https://github.com/utarwyn.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003eJenkins PHP API\u003c/h1\u003e\r\n\r\n\u003ch4 align=\"center\"\u003e\r\nComplete and easy PHP API to interact with a Jenkins instance.\r\n\u003cbr\u003e\r\nWorks with Jenkins 2+ and PHP 7.1+\r\n\u003c/h4\u003e\r\n\r\n\u003cp align=\"center\"\u003e\r\n    \u003ca href=\"https://travis-ci.org/utarwyn/jenkins-php-api\"\u003e\r\n        \u003cimg src=\"https://img.shields.io/travis/utarwyn/jenkins-php-api.svg\" alt=\"Build Status\"\u003e\r\n    \u003c/a\u003e\r\n    \u003ca href=\"https://packagist.org/packages/utarwyn/jenkins-php-api/stats\"\u003e\r\n        \u003cimg src=\"https://img.shields.io/packagist/dt/utarwyn/jenkins-php-api.svg\" alt=\"Packagist downloads\"\u003e\r\n    \u003c/a\u003e\r\n    \u003ca href=\"https://packagist.org/packages/utarwyn/jenkins-php-api\"\u003e\r\n        \u003cimg src=\"https://img.shields.io/packagist/php-v/utarwyn/jenkins-php-api.svg\" alt=\"PHP from Packagist\"\u003e\r\n    \u003c/a\u003e\r\n    \u003cbr\u003e\r\n    \u003ca href=\"https://github.com/utarwyn/jenkins-php-api/commits/master\"\u003e\r\n        \u003cimg src=\"https://img.shields.io/github/last-commit/utarwyn/jenkins-php-api.svg\" alt=\"Last commit on Github\"\u003e\r\n    \u003c/a\u003e\r\n    \u003ca href=\"https://github.com/utarwyn/jenkins-php-api/blob/master/LICENSE\"\u003e\r\n        \u003cimg src=\"https://img.shields.io/github/license/utarwyn/jenkins-php-api.svg\" alt=\"License of the project\"\u003e\r\n    \u003c/a\u003e\r\n\u003c/p\u003e\r\n\r\n\u003e\r\n\u003e **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!\r\n\u003e\r\n\r\n\r\n## Installation (with Composer)\r\n\r\n1. Install the package by typing this in your project directory:\r\n    ```\r\n    composer require utarwyn/jenkins-php-api\r\n    ```\r\n\r\n2. Include the file **vendor/autoload.php** in your application.\r\n\r\n3. Follow the guide [*here*](https://github.com/utarwyn/jenkins-php-api/wiki/Getting-started) to get started.\r\n\r\n\r\n## Contribute for the project?\r\n\r\n1. Fork the project and clone your Github repository.\r\n\r\n2. Type `composer install --dev` to install Composer dependencies for the development.\r\n\r\n3. Do your changes and create a pull request!\r\n\r\n### :warning: Currently under development!\r\n\r\n\u003e Follow the project!\r\n\r\n\r\n## License\r\n\r\nApache License 2.0\r\n\r\n---\r\n\r\n\u003e GitHub [@utarwyn](https://github.com/utarwyn) \u0026nbsp;\u0026middot;\u0026nbsp;\r\n\u003e Twitter [@Utarwyn](https://twitter.com/Utarwyn)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Futarwyn%2Fjenkins-php-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Futarwyn%2Fjenkins-php-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Futarwyn%2Fjenkins-php-api/lists"}