tisantan / php-awx-api-client
There is no license information available for the latest version (dev-master) of this package.
PHP API Client for AWX/TOWER with no dependencies
Package info
github.com/TiagoISantana/php-awx-api-client
Type:project
pkg:composer/tisantan/php-awx-api-client
dev-master
2022-06-02 18:41 UTC
Requires
- php: >=7.4.0
This package is auto-updated.
Last update: 2026-03-01 00:38:56 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());