PHPackages                             day-responsive-theme/day - 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. day-responsive-theme/day

ActiveCakephp-plugin[Utility &amp; Helpers](/categories/utility)

day-responsive-theme/day
========================

Day plugin for CakePHP 4

00

Since Jul 7Pushed 4y ago1 watchersCompare

[ Source](https://github.com/himawandh/day-responsive-theme)[ Packagist](https://packagist.org/packages/day-responsive-theme/day)[ RSS](/packages/day-responsive-theme-day/feed)WikiDiscussions main Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

Day plugin for CakePHP
======================

[](#day-plugin-for-cakephp)

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

[](#installation)

You can install this plugin into your CakePHP application using [composer](https://getcomposer.org).

The recommended way to install composer packages is:

```
composer require day-responsive-theme/day

```

```
// src/Controller/AppController.php
use Cake\Event\EventInterface;

public function beforeRender(EventInterface  $event)
{
    $this->viewBuilder()->setTheme('Day');
}

//src/Application.php
public function bootstrap(): void
{
  $this->addPlugin('Day');
}

//config/paths.php
/***email setup *****/
define('EMAIL_TRANSPORTS','your email transport');
define('EMAIL_CAPTION','your email caption');
define('EMAIL_HOST','your email host');
define('EMAIL_PORT','your email port');
define('EMAIL_ADDRESS','your email address');
define('EMAIL_PASSWORD','your email password');
/**Company Setup***/
define('SITES_CODE','your site code');
define('COMPANY_NAME','your company name');
define('COMPANY_CODE','your company code');
define('COMPANY_ADDRESS','your company code');
define('COMPANY_PHONE','your company phone');
define('COMPANY_FAX','your company fax');
define('COMPANY_EMAIL','your company email');
define('COMPANY_REMARKS','your company remark');
define('COMPANY_SITES','your company sites');
define('COMPANY_INITIALS_FIRST','your first company initial');
define('COMPANY_INITIALS_LAST','your last company initial');
/* meta tag */
define('TAG_TITLE','your tag title');
define('TAG_DESCRIPTION','your tag description');
define('TAG_KEYWORD','your tag keyword');
define('TAG_AUTHOR','your tag author');
```

###  Health Score

15

—

LowBetter than 3% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity0

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity29

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/10389659?v=4)[Himawan Djaya Hendra](/maintainers/himawandh)[@himawandh](https://github.com/himawandh)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/day-responsive-theme-day/health.svg)

```
[![Health](https://phpackages.com/badges/day-responsive-theme-day/health.svg)](https://phpackages.com/packages/day-responsive-theme-day)
```

###  Alternatives

[bastinald/laravel-livewire-toasts

Dynamic Laravel Livewire Bootstrap toasts.

161.4k](/packages/bastinald-laravel-livewire-toasts)

PHPackages © 2026

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