Open myselfhimself opened 5 months ago
find wp-content/plugins/groundhogg-appointments/includes/lib | wc -l
# -> 17799 files
Calendar
doesn't exist in the Google list of "recommended libraries", unfortunately.
There's an unmerged branch where the Google\Task\Composer::cleanup
is working correctly, by running it on post-install-cmd
and post-update-cmd
rather than pre-autoload-dump
.
https://github.com/groundhoggwp/groundhogg-appointments/tree/prefix-namespace
I don't know why the branch has diverged from master.
Hello,
the amount of libraries in
groundhogg-appointments/includes/lib/google/vendor/google/apiclient-services/
is much too big (almost a thousand files, many unused sub libraries).I realized that when downloading a website containing the groundhogg-appointments plugin over FTP.
What about reworking the
composer.json
file and using only the necessary libraries from there https://cloud.google.com/php/docs/reference ?This Github page itself mentions explicitly https://github.com/googleapis/google-api-php-client-services?tab=readme-ov-file :
NOTE: please check to see if the package you'd like to install is available in our list of [Google cloud packages](https://cloud.google.com/php/docs/reference) first, as these are the recommended libraries.
🌴 ▶️ 🥥