Home - gpaddis/timeslot GitHub Wiki

Overview

The Timeslot library makes timeslot manipulation an easy and reliable task. It lets you create and manage single timeslots or groups of timeslots consistently.

Timeslot uses the Carbon library to work with date and time.

Installation with Composer

Pull in the Timeslot library in your project with composer:

$ composer require gpaddis/timeslot

After the installation, you will reference the Timeslot and TimeslotCollection classes as Timeslot\Timeslot and Timeslot\TimeslotCollection, respectively.