PHPackages                             tecnodesignc/core-module - 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. tecnodesignc/core-module

ActiveEncore-module[Utility &amp; Helpers](/categories/utility)

tecnodesignc/core-module
========================

The core module for EncoreCMS 3.0 This is required for every install

3.0.0(2y ago)01074MITPHPPHP ^8.2

Since Dec 26Pushed 2y agoCompare

[ Source](https://github.com/tecnodesignc/core-module)[ Packagist](https://packagist.org/packages/tecnodesignc/core-module)[ RSS](/packages/tecnodesignc-core-module/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (15)Versions (17)Used By (4)

\#Core Modules

To activate the Cache System

Modify

```
// config/app.php

'providers' => [
    ...
    Modules\Core\Pagecache\ResponseCache\ResponseCacheServiceProvider::class,
];
```

This package also comes with a facade.

```
// config/app.php

'aliases' => [
    ...
   'ResponseCache' => Modules\Core\Pagecache\ResponseCache::class,
];
```

You can publish the config file with:

```
php artisan vendor:publish --provider="Modules\Core\Pagecache\ResponseCache\ResponseCacheServiceProvider"
```

Command available to clear cache

```
php artisan pagecache:clear
```

### URL rewriting

[](#url-rewriting)

In order to serve the static files directly once they've been cached, you need to properly configure your web server to check for those static files.

- **For nginx:**

    Update your `location` block's `try_files` directive to include a check in the `page-cache` directory:

    ```
    location / {
        try_files $uri $uri/ /page-cache/$uri.html /index.php?$query_string;
    }
    ```
- **For apache:**

    Open `public/.htaccess` and add the following before the block labeled `Handle Front Controller`:

    ```
    # Serve Cached Page If Available...
    RewriteCond %{REQUEST_URI} ^/?$
    RewriteCond %{DOCUMENT_ROOT}/page-cache/pc__index__pc.html -f
    RewriteRule .? page-cache/pc__index__pc.html [L]
    RewriteCond %{DOCUMENT_ROOT}/page-cache%{REQUEST_URI}%{QUERY_STRING}.html -f
    RewriteRule . page-cache%{REQUEST_URI}.html [L]
    ```

###  Health Score

32

—

LowBetter than 69% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity74

Established project with proven stability

 Bus Factor1

Top contributor holds 96% 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 ~81 days

Recently: every ~104 days

Total

16

Last Release

798d ago

Major Versions

1.0.6 → 2.0.02022-03-22

2.1.3 → 3.0.02024-04-26

PHP version history (4 changes)1.0.0PHP &gt;=7.0.0

1.0.1PHP &gt;=7.1.3

2.0.0PHP &gt;=8.0

3.0.0PHP ^8.2

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/41411967?v=4)[TecnoDesign](/maintainers/tecnodesignc)[@tecnodesignc](https://github.com/tecnodesignc)

---

Top Contributors

[![marcos21009](https://avatars.githubusercontent.com/u/23037121?v=4)](https://github.com/marcos21009 "marcos21009 (24 commits)")[![andrea1108](https://avatars.githubusercontent.com/u/70823672?v=4)](https://github.com/andrea1108 "andrea1108 (1 commits)")

---

Tags

coreencorecms

###  Code Quality

TestsPHPUnit

Code StylePHP CS Fixer

### Embed Badge

![Health badge](/badges/tecnodesignc-core-module/health.svg)

```
[![Health](https://phpackages.com/badges/tecnodesignc-core-module/health.svg)](https://phpackages.com/packages/tecnodesignc-core-module)
```

###  Alternatives

[unopim/unopim

UnoPim Laravel PIM

10.5k2.4k](/packages/unopim-unopim)[bagisto/bagisto

Bagisto Laravel E-Commerce

27.6k172.1k9](/packages/bagisto-bagisto)[helsingborg-stad/municipio

A bootstrap theme for creating municipality sites.

4028.5k10](/packages/helsingborg-stad-municipio)[mediawiki/maps

Adds various mapping features to MediaWiki

84152.3k3](/packages/mediawiki-maps)[civicrm/civicrm-drupal-8

Open source constituent relationship management for non-profits, NGOs and advocacy organizations.

19251.4k3](/packages/civicrm-civicrm-drupal-8)[altis/core

Core module for Altis

19228.0k3](/packages/altis-core)

PHPackages © 2026

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