tisantan / php-awx-api-client
PHP API Client for AWX/TOWER with no dependencies
Installs: 0
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:project
Requires
- php: >=7.4.0
This package is auto-updated.
Last update: 2025-05-29 01:56:16 UTC
README
Installation
Download the files and run composer
composer install
Or add this library using packagist
composer require tisantan/php-awx-api-client
Running example.php
<?php require_once __DIR__.'/vendor/autoload.php'; $awx = new \AWX\AWXConnector('Bearer **********************','http://ansible.host/api/v2/'); print_r($awx->listHosts());