# Chatbeep PHP SDK Foundation package for server-side PHP integrations with Chatbeep. ## Scope - widget configuration - installation health - widget conversation bootstrap - mobile login - mobile operator context ## Install ```bash composer require chatbeep/sdk-php ``` ## Example ```php widgetConfig('pub_demo_installation_token'); $auth = $client->mobileLogin('operator@example.com', 'secret', 'backend-worker'); ```