PHPackages                             shahed/meeting-calendar - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. shahed/meeting-calendar

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

shahed/meeting-calendar
=======================

A reusable Livewire meeting calendar component for Laravel 10–12.

v2.0.0(8mo ago)04MITBladePHP ^8.2CI failing

Since Oct 16Pushed 8mo agoCompare

[ Source](https://github.com/Sahed-Hasan-007/Laravel-meeting-calendar-package)[ Packagist](https://packagist.org/packages/shahed/meeting-calendar)[ RSS](/packages/shahed-meeting-calendar/feed)WikiDiscussions main Synced today

READMEChangelogDependencies (3)Versions (4)Used By (0)

Laravel Meeting Calendar Package
================================

[](#laravel-meeting-calendar-package)

A beautiful, reusable Livewire meeting calendar component for Laravel 10–12.

Installation
------------

[](#installation)

```
composer require shahed/meeting-calendar
```

Requirements
------------

[](#requirements)

- PHP ^8.2
- Laravel ^10.0|^11.0|^12.0
- Livewire ^3.0

Usage
-----

[](#usage)

### 1. Create meetings table migration

[](#1-create-meetings-table-migration)

```
php artisan make:migration create_meetings_table
```

Add this to your migration:

```
Schema::create('meetings', function (Blueprint $table) {
    $table->id();
    $table->string('title');
    $table->text('description')->nullable();
    $table->dateTime('start_time');
    $table->dateTime('end_time');
    $table->timestamps();
});
```

Run migration:

```
php artisan migrate
```

### 2. Add component to your Blade view

[](#2-add-component-to-your-blade-view)

```

```

### 3. Publish views (optional)

[](#3-publish-views-optional)

```
php artisan vendor:publish --tag=meeting-calendar-views
```

License
-------

[](#license)

MIT License

###  Health Score

32

—

LowBetter than 69% of packages

Maintenance59

Moderate activity, may be stable

Popularity3

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity50

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~0 days

Total

3

Last Release

261d ago

Major Versions

v1.0.2 → v2.0.02025-10-16

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/76648056?v=4)[Sahed-Hasan-007](/maintainers/Sahed-Hasan-007)[@Sahed-Hasan-007](https://github.com/Sahed-Hasan-007)

---

Top Contributors

[![Sahed-Hasan-007](https://avatars.githubusercontent.com/u/76648056?v=4)](https://github.com/Sahed-Hasan-007 "Sahed-Hasan-007 (12 commits)")

---

Tags

laravelpackagelivewirecalendarMeetings

### Embed Badge

![Health badge](/badges/shahed-meeting-calendar/health.svg)

```
[![Health](https://phpackages.com/badges/shahed-meeting-calendar/health.svg)](https://phpackages.com/packages/shahed-meeting-calendar)
```

###  Alternatives

[livewire/flux

The official UI component library for Livewire.

9527.8M126](/packages/livewire-flux)[laravel/pulse

Laravel Pulse is a real-time application performance monitoring tool and dashboard for your Laravel application.

1.7k15.1M132](/packages/laravel-pulse)[laravel/horizon

Dashboard and code-driven configuration for Laravel queues.

4.2k95.4M307](/packages/laravel-horizon)[tomshaw/electricgrid

A feature-rich Livewire package designed for projects that require dynamic, interactive data tables.

119.4k](/packages/tomshaw-electricgrid)[venturedrake/laravel-crm

A free open source CRM built as a package for laravel projects

43311.2k](/packages/venturedrake-laravel-crm)[erlandmuchasaj/laravel-gzip

Gzip your responses.

40146.5k2](/packages/erlandmuchasaj-laravel-gzip)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
