Download the PHP package alsalty/argocd-sdk without Composer
On this page you can find all versions of the php package alsalty/argocd-sdk. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package argocd-sdk
Argo CD PHP SDK Library
This PHP SDK library provides an easy way to interact with Argo CD's API, allowing you to manage applications, clusters, and more.
Features
- Authenticate with Argo CD API using username and password
- Manage applications with project and namespace filters
- Fetch information and names of applications
Installation
Using Composer
You can install the library via Composer. Run the following command in your terminal:
Usage
Basic Example
Filtering Applications
You can filter applications by projects and namespaces:
- Projects: Set multiple projects to filter applications by those projects.
- Namespace: Set a namespace to filter applications by a specific namespace.
Configuration
You can configure the following parameters:
- API URL: The URL of your Argo CD API server.
- Username: Your Argo CD username.
- Password: Your Argo CD password.
Development
Structure
- src/Core: Contains core classes such as
Auth
and managers. - src/Helpers: Contains helper classes like
Curl
. - tests: Contains test cases.
Contributing
Contributions are welcome!
License
This project is licensed under the MIT License. See the LICENSE file for details.
All versions of argocd-sdk with dependencies
PHP Build Version
Package Version
Requires
php Version
>=8
ext-curl Version *
ext-curl Version *
The package alsalty/argocd-sdk contains the following files
Loading the files please wait ....