Links
Module API Documentation: https://service.bookingtime.com/apidoc/module
Github Module SDK: https://github.com/bookingtime/lib-phpsdk-module
Packagist Module SDK: https://packagist.org/packages/bookingtime/lib-phpsdk-module
Introduction
To make developing easier with the bookingtime system, we published our own software development kit. We are continuously working on our existing SDKs and develop new ones to ensure that our users have access to the latest tools for seamless integration and enhanced functionality.
These SDKs are available for download as ready-to-use packages, but if you want to adapt the code to your needs, you can find the source code on GitHub.
If you have any questions or comments about our libraries, please do not hesitate to contact us via the ticket link.
We value your feedback and invite you to submit bugs or suggestions for improvement as a pull request on GitHub.
Our SDKs are available in two variants, for apps and modules respectively. If you want to develop a module the links in this article are what you have been looking for.
Modules
Modules are tailored for end customers and primarily designed for tasks like appointment booking or cancellation. Modules do not necessitate user login, offering a hassle-free experience for accessing their functionalities in a simple way.
Apps
On the other hand, apps serve as backend tools made for organization and their employees. They can be used for all kinds of administrative purposes. It's worth noting that employee login is always a prerequisite for using an app in OAuth flow. Additionally, apps can be used for machine-to-machine communication tasks with client credential flow authentication. Apps can support HTTPS callbacks, allowing the transmission of event data to a specified URL. If you want to develop a apps, head over to PHP SDK for Apps.
The "Creating your first module" article is coming soon.
Comments
0 comments
Please sign in to leave a comment.