PHPackages                             mergesoft/arg-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. mergesoft/arg-calendar

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

mergesoft/arg-calendar
======================

laravel calendar ui

1.0.1(4y ago)15MITBladePHP ^7.4

Since Oct 28Pushed 4y ago1 watchersCompare

[ Source](https://github.com/mergehez/arg-laravel-calendar)[ Packagist](https://packagist.org/packages/mergesoft/arg-calendar)[ Docs](https://github.com/mergehez/arg-laravel-calendar)[ RSS](/packages/mergesoft-arg-calendar/feed)WikiDiscussions master Synced yesterday

READMEChangelog (2)Dependencies (1)Versions (3)Used By (0)

ArgCalendar for Laravel
=======================

[](#argcalendar-for-laravel)

... with Alpine Js and Bootstrap 5

Installation &amp; Configuration
--------------------------------

[](#installation--configuration)

1. Install the package via composer. (The package will automatically register its service provider.)

```
composer require mergesoft/arg-calendar

```

2. Publish config file and configure your calendar. (output: config/arg-calendar.php)

```
php artisan vendor:publish --provider="MergeSoft\CalendarServiceProvider" --tag="config"

```

3. Publish translation file. (output: resources/lang/**&lt;lang-code&gt;**/arg-calendar.php)
    The command below publishes english translations. You can replace '**en**' with another language code. But first check [translation files](https://github.com/mergehez/arg-laravel-calendar/tree/master/src/translations) folder for other available languages. If the language you are looking for does not exist there, then you can simply copy a random file to requested language's folder and modify translations. (It'd make me really happy, if you make a pull request with the new translation or send it to me via email)

```
php artisan vendor:publish --provider="MergeSoft\CalendarServiceProvider" --tag="lang.en"

```

Usage
-----

[](#usage)

Add bootstrap 5 and alpine js to the head tag:

```

```

... and with the following definition, you get a wonderful calendar ui :)

```

```

Booking Model
-------------

[](#booking-model)

PropertyTypeyearintmonthintdayintrangesarray of bools**Important:** The length of **ranges** array depends on the "options" in the configuration. If there are 4 *distinct* hours in there, then the length must be 3. Assume 'options' is set like this:

```
// ...
'options' => [
    "8-13"  => "forenoon",
    "8-18"  => "day",
    "8-24"  => "day_evening",
    "13-18" => "afternoon",
    "13-24" => "afternoon_evening",
    "18-24" => "evening"
  ],
  // ...
```

There are 4 different hours here : 8-13-18-24
This means that there are 3 ranges: 8-13, 13-18 and 18-24
The **ranges** array has to be like \[true, false, true\] (you can use 0 and 1 as well)

Screenshot
----------

[](#screenshot)

[![image](https://user-images.githubusercontent.com/16548877/139498437-3f8bf6f0-d687-4984-b2b7-f9dab194d1c6.png)](https://user-images.githubusercontent.com/16548877/139498437-3f8bf6f0-d687-4984-b2b7-f9dab194d1c6.png)

### ---

[](#---)

```
The rest of readme is coming soon...

```

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity51

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

2

Last Release

1654d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/351182be668f5feeed20d776cfc5fe245b50d5d85dc9fbbb7c81614ee3a3249e?d=identicon)[mergehez](/maintainers/mergehez)

---

Top Contributors

[![mergehez](https://avatars.githubusercontent.com/u/16548877?v=4)](https://github.com/mergehez "mergehez (13 commits)")

---

Tags

alpinejsbootstrapcalendarjavascriptlaravelpackagephp

### Embed Badge

![Health badge](/badges/mergesoft-arg-calendar/health.svg)

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

###  Alternatives

[csharpru/vault-php

Best Vault client for PHP that you can find

8410.3M4](/packages/csharpru-vault-php)[composer-unused/contracts

Contract repository for composer-unused

115.7M2](/packages/composer-unused-contracts)

PHPackages © 2026

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