Links
API Documentation: https://service.bookingtime.com/apidoc/app
Github: https://github.com/bookingtime/lib-phpsdk-app
Packagist: https://packagist.org/packages/bookingtime/lib-phpsdk-app
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 you 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 and fork the repository.
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.
Apps
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.
Modules
On the other hand, 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. If you want to develop a module, head over to PHP SDK for Modules.
The "Creating your first app" article is coming soon.
Comments
0 comments
Please sign in to leave a comment.