developermarius/apple-business-connect-api

PHP client for the Apple Business Connect API

dev-main 2024-08-03 19:57 UTC

This package is auto-updated.

Last update: 2024-11-03 20:39:41 UTC


README

This is a php client for the Apple Business Connect API.
The Apple Business Connect API is a RESTful API that allows you to access information about businesses that are registered with Apple Business Connect.

Installation

composer require developermarius/apple-business-connect-api

Usage

use developermarius\applebusinessconnect\api\AppleBusinessConnectClient;

$api = new AppleBusinessConnectClient('' /* Your client id */, '' /* Your client secret */, '' /* Your company id */);

$api->getLocations();

TODO

  • Implement new category taxonomy for businesses
  • Implement OAuth2
  • Documentation