Skip to content

TiagoISantana/php-awx-api-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AWX API Client for PHP

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());

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages