Skip to content

yokawasa/azure-log-analytics-data-collector-php

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

azure-log-analytics-data-collector PHP Client

Azure Log Analytics Data Collector API Client libraries for PHP. The probject was originally started in a repository, azure-log-analytics-data-collector, then moved here as a dedicated repository for PHP client.

Quickstart

Git clone this repository

git clone https://github.com/yokawasa/azure-log-analytics-data-collector-php.git
cd azure-log-analytics-data-collector-php

Download composer.phar and install client libraries autoload file:

curl -s https://getcomposer.org/installer | php
php composer.phar install

Then move to test dir and configure the following variables in test.php

$customer_id = '<Customer ID aka WorkspaceID String>';
$shared_key =  '<Primary Key String>';

Finally run test.php

php test.php

Change log

Links

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/yokawasa/azure-log-analytics-data-collector-php.

About

Azure Log Analytics Data Collector API Client for PHP

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages