Download the PHP package napche/azure-vm-client without Composer
On this page you can find all versions of the php package napche/azure-vm-client. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download napche/azure-vm-client
More information about napche/azure-vm-client
Files in napche/azure-vm-client
Download napche/azure-vm-client
More information about napche/azure-vm-client
Files in napche/azure-vm-client
Vendor napche
Package azure-vm-client
Short Description Azure Virtual Machines REST API PHP library
License MIT
Homepage https://github.com/Napche/azure-vm-client
Package azure-vm-client
Short Description Azure Virtual Machines REST API PHP library
License MIT
Homepage https://github.com/Napche/azure-vm-client
Please rate this library. Is it a good library?
Informations about the package azure-vm-client
PHP Client for Azure Virtual Machines REST API.
Based on https://docs.microsoft.com/en-us/rest/api/compute/virtualmachines
Create an Azure Active Directory (AAD) Application
AAD encourages the use of Applications / Service Principals for authenticating applications. An application / service principal combination provides a service identity to manage your Azure Subscription. Click here to learn about AAD applications and service principals.
- Install the Azure CLI
- run
az login
to log into Azure - run
az ad sp create-for-rbac
to create an Azure Active Directory Application with access to Azure Resource Manager for the current Azure Subscription- If you want to run this for a different Azure Subscription, run
az account set --subscription 'your subscription name'
- If you want to run this for a different Azure Subscription, run
- run
az account list --query "[?isDefault].id" -o tsv
to get your Azure Subscription Id.
The output of az ad sp create-for-rbac
should look like the following:
The values tenant
, appId
and password
are used in the Client constructor.
Example Usage
All versions of azure-vm-client with dependencies
PHP Build Version
Package Version
The package napche/azure-vm-client contains the following files
Loading the files please wait ....