googleworkspace / php-samples

PHP samples for Google Workspace APIs
Apache License 2.0
289 stars 349 forks source link

chore: upgrade PHP samples to use namespaces #107

Closed bshaffer closed 2 years ago

bshaffer commented 2 years ago

Since version 2.10 of google/apiclient, namespaces have been available for PHP. This is better practice, and should be used instead of the outdated underscore method.

bshaffer commented 2 years ago

Thank you for merging this so quickly @sqrrrl !

Do we need to do anything to get these changes to show up in the docs? Thanks!