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(6mo ago)04MITBladePHP ^8.2CI failing

Since Oct 16Pushed 6mo 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 1mo ago

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

33

—

LowBetter than 75% of packages

Maintenance66

Regular maintenance activity

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

208d ago

Major Versions

v1.0.2 → v2.0.02025-10-16

### Community

Maintainers

![](https://www.gravatar.com/avatar/bd165308c2653920dcb10bdcbd608496d597393909f17e32003946c1add05901?d=identicon)[Sahed-Hasan-007](/maintainers/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.

9385.0M86](/packages/livewire-flux)[mediconesystems/livewire-datatables

Advanced datatables using Laravel, Livewire, Tailwind CSS and Alpine JS

1.2k711.3k8](/packages/mediconesystems-livewire-datatables)[livewire/volt

An elegantly crafted functional API for Laravel Livewire.

4195.3M84](/packages/livewire-volt)[spatie/laravel-livewire-wizard

Build wizards using Livewire

4061.0M4](/packages/spatie-laravel-livewire-wizard)[okipa/laravel-table

Generate tables from Eloquent models.

56752.8k](/packages/okipa-laravel-table)[erlandmuchasaj/laravel-gzip

Gzip your responses.

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

PHPackages © 2026

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