cloudbear/api-argocd

Maintainers

Package info

gitlab.com/cloudbear/open-source/php-api-argocd

Issues

pkg:composer/cloudbear/api-argocd

Transparency log

Statistics

Installs: 1 350

Dependents: 0

Suggesters: 0

Stars: 0

v1.2.0 2026-06-24 12:19 UTC

This package is auto-updated.

Last update: 2026-07-07 06:06:00 UTC


README

Partially implemented API for ArgoCD. Contributions are welcome!

Getting Started

You need either a token, or your username & password for ArgoCD.

$client = \Cloudbear\ArgoCD\Client::fromLogin($username, $password, 'https://argocd.example.com');

$client->applications()->list(); //-> \Cloudbear\ArgoCD\Models\Applications\Applications