PHPackages                             tecnodes/encore - 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. [Localization &amp; i18n](/categories/localization)
4. /
5. tecnodes/encore

ActiveProject[Localization &amp; i18n](/categories/localization)

tecnodes/encore
===============

The Encore Application.

3.0.1(2y ago)0126MITJavaScriptPHP ^8.2

Since Jan 26Pushed 2y agoCompare

[ Source](https://github.com/tecnodesignc/encorecms)[ Packagist](https://packagist.org/packages/tecnodes/encore)[ RSS](/packages/tecnodes-encore/feed)WikiDiscussions master Synced 1w ago

READMEChangelogDependencies (44)Versions (8)Used By (0)

 [![](https://raw.githubusercontent.com/tecnodesignc/encorecms/master/resources/assets/images/logo.png)](https://raw.githubusercontent.com/tecnodesignc/encorecms/master/resources/assets/images/logo.png)

> **[EncoreCMS](https://www.tecnodesign.com.ci/encorecms)** is an open-source web application development platform shipped with headless content management system.

**EncoreCMS 3.0** is built with `laravel 10`, `vue`, `vuex`, `buefy` and `bulma` which follows **Hierarchical Model View Controller (HMVC)** structure for its **Modules** &amp; **Themes**.

Quick Start
-----------

[](#quick-start)

```
composer create-project tecnodes/encore ecms
```

```
cd ecms/
mv public_html ../public_html
```

**NOTA**:EncoreCMS is configured to leave the public\_html folder separate from the system files, if you don't want that configuration you should:

- Modify the `bootstrap/app.php` file whith.

```
// set the public path to this directory
$app->bind('path.public', function() {
    return __DIR__.'/../public_html';
});
```

- Modify the public\_html/index.php file with:

```
if (file_exists($maintenance = __DIR__.'/../storage/framework/maintenance.php')) {
    require $maintenance;
}

require __DIR__.'/../vendor/autoload.php';

$app = require_once __DIR__.'/../bootstrap/app.php';
```

\###Install EncoreCMS

```
php artisan encore:install
```

How is EncoreCMS different?
---------------------------

[](#how-is-encorecms-different)

- It's purposed to develop large applications
- Structured (**HMVC**) based modules &amp; themes
- Encourages to use latest technologies like `Vue`, `Vuex`, `Buefy`

Why EncoreCMS?
--------------

[](#why-encorecms)

Well, to answer that, ask a question to yourself: Do you want to develop an enterprise application with content management that doesn't come in your way? If answer is yes, EncoreCMS is for you.

Join us
-------

[](#join-us)

- Contribute and raise issues at: [GitHub](https://github.com/tecnodesignc/encorecms)

We're actively seeking contributors for our [encorecms's documentation](https://github.com/tecnodesignc/encorecms), feel free to send `pull requests`.

Support us
----------

[](#support-us)

Please consider starring the project to show your and support.

[TecnoDesign](https://tecnodesign.com.co) is a web agency based in Colombia. You'll find an overview of all our open source projects [on github](https://github.com/tecnodesignc).

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE) for more information.

###  Health Score

29

—

LowBetter than 59% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity66

Established project with proven stability

 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 ~139 days

Recently: every ~194 days

Total

7

Last Release

739d ago

Major Versions

1.0.x-dev → 2.0.02022-03-24

2.0.x-dev → 3.0.02024-05-09

PHP version history (3 changes)1.0.x-devPHP ^7.3|^8.0

2.0.0PHP ^8.0.2

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 (17 commits)")

---

Tags

laravelmultilingualcmsencoredcms

###  Code Quality

TestsPHPUnit

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/tecnodes-encore/health.svg)

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

###  Alternatives

[bagisto/bagisto

Bagisto Laravel E-Commerce

26.2k161.6k7](/packages/bagisto-bagisto)[unopim/unopim

UnoPim Laravel PIM

9.4k1.8k](/packages/unopim-unopim)[krayin/laravel-crm

Krayin CRM

22.0k32.8k1](/packages/krayin-laravel-crm)[typicms/base

A modular multilingual CMS built with Laravel, enabling developers to manage structured content like pages, news, events, and more.

1.6k20.3k](/packages/typicms-base)[october/rain

October Rain Library

1601.7M63](/packages/october-rain)[asgardcms/platform

The AsgardCms application.

78960.8k](/packages/asgardcms-platform)

PHPackages © 2026

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