Skip to content

autoZnetwork/autoznetwork-php-sdk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

autoZnetwork PHP SDK

For example usage visit https://docs.autoznetwork.com

Environment Variables

AUTOZNETWORK_API_TOKEN= // Required

AUTOZNETWORK_CLIENT_ID= // Required for Oauth
AUTOZNETWORK_CLIENT_SECRET= // Required for Oauth
AUTOZNETWORK_REDIRECT_URL="https://yourdomain.com/autoznetwork/callback" // Required for Oauth
AUTOZNETWORK_AUTH_URL="https://autoznetwork.com" // Not Required - for Oauth

AUTOZNETWORK_API_URL= // Not Required

Basic API Token Usage

$autoZnetwork = new AutozNetwork('API TOKEN');
$organizationId = '12345';

$inventory = $autoZnetwork
                ->withOrganization($organizationId)
                ->inventory()
                ->all();

About

autoZnetwork is the best way to manage your dealership online.

Topics

Resources

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages