cloudbear/api-argocd

Installs: 101

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Forks: 0

pkg:composer/cloudbear/api-argocd

v1.1.2 2025-09-24 11:18 UTC

This package is auto-updated.

Last update: 2025-09-24 09:18:24 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