https://github.com/danielme85/php-calendar-slots
This class generates calendar timeslots based on avalibility and international timezones.
https://github.com/danielme85/php-calendar-slots
Last synced: about 1 year ago
JSON representation
This class generates calendar timeslots based on avalibility and international timezones.
- Host: GitHub
- URL: https://github.com/danielme85/php-calendar-slots
- Owner: danielme85
- License: mit
- Created: 2023-12-09T14:41:48.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-23T17:17:53.000Z (over 2 years ago)
- Last Synced: 2025-02-01T14:26:53.566Z (over 1 year ago)
- Language: PHP
- Size: 20.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# php-calendar-slots
This class generates calendar timeslots based on availability and timezone using Carbon.
Dates are mostly based on the Carbon format, so most parsing and formatting mentioned here should work:
https://carbon.nesbot.com/
# WIP
> [!CAUTION]
> 2023-12-09: This is a very early initial commit, correct functionality and testing is not yet implemented!