Download the PHP package indeev/laravel-schedule-calendar without Composer

On this page you can find all versions of the php package indeev/laravel-schedule-calendar. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

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.
Please rate this library. Is it a good library?

Informations about the package laravel-schedule-calendar

Laravel Schedule Calendar

Latest Stable Version Total Downloads Latest Unstable Version License

Laravel Remote DB Sync

Overview

The Schedule Calendar command has been introduced to provide developers with a clear and insightful view of scheduled tasks within the Laravel application. This new functionality allows for a visual representation of task distribution throughout the day and week, offering a valuable perspective on load distribution.

Requirements

Key Features

Installation

The Schedule Calendar command is available as a package on Packagist and can be installed using Composer.

How to Use

To leverage the power of Schedule Calendar, simply run the command in your Laravel application:

This will generate a visual representation of your scheduled tasks, providing a comprehensive overview of your application's task schedule.

Single day with counts

Display Option: --display=dot

The --display=dot option provides a visual representation of your scheduled tasks using dots, offering a clear and concise overview. Each dot represents all scheduled tasks in time piece, making it easy to identify the distribution of tasks throughout the specified time range.

Usage:

Single day with dots

Display Option: --display=list

The --display=list option provides a detailed list of concrete commands for each time piece, offering a comprehensive view of your scheduled activities.

Usage:

Single day list

Range Option: --range=week

The --range=week option allows you to view scheduled tasks for the week around a specified day (or current day as default), providing a broader context of your upcoming activities.

Usage:

Week count

Date Selection Option: --day=YYYY-MM-DD

The --day=YYYY-MM-DD option allows you to specify a particular date for viewing the scheduled tasks, providing detailed insights into the tasks for that specific day.

Usage:

Single day date

Hours per line Option: --hoursPerLine

The --hoursPerLine option allows you to specify how many hours will be displayed per one output line. This parameter provides flexibility in tailoring the visual representation based on your preferences.

Usage:

Single day 6 hours

Single day 24 hours

Contribution

👋 Thank you for considering contributing to our project! We welcome contributions from the community to help make this project even better. Whether you're fixing a bug, improving documentation, or adding a new feature, your efforts are highly appreciated and will be credited.

Credits

License

The MIT License (MIT). Please see License File for more information.


All versions of laravel-schedule-calendar with dependencies

PHP Build Version
Package Version
Requires php Version ^7.3 || ^8.0
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 indeev/laravel-schedule-calendar contains the following files

Loading the files please wait ....