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

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

kennebula/calendar
==================

This package will give calendar json

06Blade

Since Jun 28Pushed 3y ago1 watchersCompare

[ Source](https://github.com/hnineiphyu-128/KenCalander)[ Packagist](https://packagist.org/packages/kennebula/calendar)[ RSS](/packages/kennebula-calendar/feed)WikiDiscussions main Synced 2d ago

READMEChangelogDependenciesVersions (1)Used By (0)

KenCalander
===========

[](#kencalander)

Calander Json and view, timetable coming soon

first
copy down in your composer.json
"repositories": \[
 {
 "type": "vcs",
 "url": ""
 }
\]

And then, the updated composer.json file should look as follows:

{
 "name": "laravel/laravel",
 "type": "project",
 "description": "The Laravel Framework.",
 "keywords": \["framework", "laravel"\],
 "license": "MIT",
 // here you go
 "repositories": \[
 {
 "type": "vcs",
 "url": ""
 }
 \],
 // ... so on
}

Now composer will also look into this repository for any installable package. Execute the following command to install the package:

composer require kennebula/calendar

As you can see, the package has been installed successfully. Now, open the config/app.php file and scroll down to the providers array. In that array, there should be a section for the package service providers. Add the following line of code in that section:

/\*

- Package Service Providers...
    \*/
    Kennebula\\Calendar\\CalendarServiceProvider::class,

And finally Now, open the Kernal.php file and scroll down to the routeMiddleware. In that array, there should be a section for the package services class. Add the following line of code in that section:

/\*
 \* The application's route middleware.
 \*
 \* These middleware may be assigned to groups or used individually.
 \*
 \*/
'CalendarService' =&gt; \\Kennebula\\Calendar\\CalendarService::class,

Conclusion
I would like to thank you for the time you've spent reading this article. I hope you've enjoyed it

Using Tultorial

Calling for calander json
\\$your\_year\_month='2023-06';
CalendarService::getcalendarjson($your\_year\_month);

Calling for calander view
getcalendar/your\_year\_month

your year month format is must be 'yyyy-mm'.

###  Health Score

14

—

LowBetter than 1% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity22

Early-stage or recently created project

 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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/61172339?v=4)[Ken Nebula](/maintainers/hnineiphyu-ken)[@hnineiphyu-ken](https://github.com/hnineiphyu-ken)

---

Top Contributors

[![hnineiphyu-ken](https://avatars.githubusercontent.com/u/61172339?v=4)](https://github.com/hnineiphyu-ken "hnineiphyu-ken (20 commits)")

### Embed Badge

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

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

###  Alternatives

[darkflib/php-qrcode

QRCode library for PHP

1017.3k](/packages/darkflib-php-qrcode)[96qbhy/hyid

hidden your id

152.4k](/packages/96qbhy-hyid)[nsd7/laravel-activitylog-ui

A Tailwind CSS powered UI for the Spatie/laravel-activitylog package that we all love!

171.0k](/packages/nsd7-laravel-activitylog-ui)

PHPackages © 2026

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