cloudbear / api-argocd
v1.2.0
2026-06-24 12:19 UTC
Requires
- php: ^8.4
- cloudbear/class-mapper: ^1.0
- guzzlehttp/guzzle: ^7.0
- php-http/client-common: ^2.7
- php-http/discovery: ^1.20
- psr/http-client: ^1.0
- psr/http-factory: ^1.1
- psr/http-message: ^2.0
Requires (Dev)
- friendsofphp/php-cs-fixer: ^3.75
- phpstan/phpstan: ^2.1
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