cloudbear / api-argocd
dev-master
2025-07-02 11:50 UTC
Requires
- php: ^8.4
- cloudbear/class-mapper: dev-main#3f3cd6f
- guzzlehttp/guzzle: ^7.9
Requires (Dev)
- friendsofphp/php-cs-fixer: ^3.75
- phpstan/phpstan: ^2.1
This package is not auto-updated.
Last update: 2025-07-03 01:41:44 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