Download the PHP
package blueways/bw-bookingmanager without Composer
On this page you can find all versions of the php package
blueways/bw-bookingmanager. It is possible to download/install
these versions without Composer. Possible dependencies are resolved
automatically.
Vendor blueways Package bw-bookingmanager Short Description A generic bookingmanager License
proprietary
FAQ
After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.
Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.
In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories.
In this case some credentials are needed to access such packages.
Please use the auth.json textarea to insert credentials, if a package is coming from a private repository.
You can look here for more information.
Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
To use Composer is sometimes complicated. Especially for beginners.
Composer needs much resources. Sometimes they are not available on a simple webspace.
If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Create a new SysFolder and use it as container for "Booking Manager"
Add a new Calendar to the folder
Create timeslots for the calendar or enable direct booking in calendar settings
Notifications
To send automated emails, add a new Notification record inside a SysFolder and select the event and calendars you want to be notified about.
E-Mail Templates
The template can be selected in the Notification settings. To modify the available templates, use PageTS:
Emails are send through the TYPO3 Mail API. To use custom email templates, add your template directory to the TYPO3 configuration and make sure the configured template name exists:
Conditional notifications
To add a new condition in the backend, register a new checkbox item via TCA:
The value of the item should be a class name that implements the .
API
There a various ways to extend or modify the behavior of the booking manager.
Events
There are PSR-14 events dispatched which offer a way to execute custom functionality
AfterEntryCreationEvent
Changelog
Confirmation mails not configured via TypoScript anymore - create a separate Notification
All versions of bw-bookingmanager with dependencies
Composer command for our command line client (download client)This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free.Standard composer command
The package blueways/bw-bookingmanager contains the following files
Loading the files please wait ....
Loading please wait ...
Before you can download the PHP files, the dependencies should be resolved. This can take some minutes. Please be patient.