PHPackages                             digitalmeat/themosis - 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. [Framework](/categories/framework)
4. /
5. digitalmeat/themosis

ActiveProject[Framework](/categories/framework)

digitalmeat/themosis
====================

The Themosis framework. A WordPress framework.

1.3.2(9y ago)21162GPL-2.0+PHPPHP &gt;=5.6.4

Since Jun 30Pushed 8y ago2 watchersCompare

[ Source](https://github.com/digitalmeat/themosis)[ Packagist](https://packagist.org/packages/digitalmeat/themosis)[ RSS](/packages/digitalmeat-themosis/feed)WikiDiscussions master Synced 2mo ago

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

Meat Project
============

[](#meat-project)

by [Digital Meat](http://meat.cl/)

- [Instalación](#Installation)
- [Vistas del tema](#views)
- [Ambientes](#environments)

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

[](#installation)

You can install the project-name using `meat-cli`

```
composer global require meat/meat-cli
```

```
cd ~/code/
meat install project-name-code
```

### Manual installation

[](#manual-installation)

#### Development / Local Environment

[](#development--local-environment)

```
git clone git@bitbucket.org:digitalmeatdev/project-name.git
cd project-name
npm install
composer install --prefer-dist
cp .env.example .env
vim .env
npm run watch
php artisan serve
```

#### Production Environments

[](#production-environments)

```
git clone git@bitbucket.org:digitalmeatdev/project-name.git
cd project-name
npm install
composer install --prefer-dist --no-dev
npm run production
cp .env.example .env
vim .env
```

Vistas del tema
---------------

[](#vistas-del-tema)

Las vistas del tema están localizadas en `htdocs/content/themes/meat-theme/resources/views`

Esta carpeta está ordenada de la siguiente forma:

- **components**Componentes del sitio. Ejemplo: sidebar, widgets, botones, etc.
- **sections**Secciones del sitio. En el home, podríamos dividirlo en Hero (banner), FeaturedContent, FeaturedProducts, HomeContact (sección de contacto del home)
- **errors**En esta carpeta alojamos las vistas asociadas a pantallas de error, como el 404.
- **helpers**En esta carpeta encontraremos vistas que tienen elementos que tienen más reglas de negocio, como tags que aparecen solo bajo ciertas circunstancias o elementos que cargan datos desde variables de entorno, que no queremos repetir en todas nuestras vistas.
- **archives**Vistas asociadas a *Archives* de Wordpress, como el listado de noticias de un blog, o el listado de tiendas de la empresa.
- **single**Vistas asociadas a *Singles* de Wordpress, como detalles de un producto, o el detalle de una noticia.
- **pages**Vistas asociadas a páginas del sitio que no estén en ninguna de las categorías anteriores, como el Home, la página de contacto, etc.

Environments
------------

[](#environments)

#### Staging:

[](#staging)

```
URL: https://project-name.dmeat.cl

```

#### Producción:

[](#producción)

```
URL: https://project-name.cl

```

###  Health Score

32

—

LowBetter than 72% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community15

Small or concentrated contributor base

Maturity69

Established project with proven stability

 Bus Factor1

Top contributor holds 82.7% 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 ~38 days

Recently: every ~96 days

Total

27

Last Release

3331d ago

Major Versions

0.9.9 → 1.0.02014-10-02

PHP version history (3 changes)0.9.1PHP &gt;=5.3.3

1.0.7PHP &gt;=5.4

1.3.0PHP &gt;=5.6.4

### Community

Maintainers

![](https://www.gravatar.com/avatar/ecc1eba812b6529df5f482319ad0d0cc3e3b603a73e8cead94b4be4e416152e3?d=identicon)[freshwork](/maintainers/freshwork)

---

Top Contributors

[![jlambe](https://avatars.githubusercontent.com/u/1917490?v=4)](https://github.com/jlambe "jlambe (81 commits)")[![gdespirito](https://avatars.githubusercontent.com/u/1103494?v=4)](https://github.com/gdespirito "gdespirito (11 commits)")[![polevaultweb](https://avatars.githubusercontent.com/u/1770201?v=4)](https://github.com/polevaultweb "polevaultweb (3 commits)")[![lukechilds](https://avatars.githubusercontent.com/u/2123375?v=4)](https://github.com/lukechilds "lukechilds (1 commits)")[![ramon-villain](https://avatars.githubusercontent.com/u/1520006?v=4)](https://github.com/ramon-villain "ramon-villain (1 commits)")[![Rarst](https://avatars.githubusercontent.com/u/737584?v=4)](https://github.com/Rarst "Rarst (1 commits)")

---

Tags

frameworkwordpressthemosis

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/digitalmeat-themosis/health.svg)

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

###  Alternatives

[themosis/framework

The Themosis framework.

676307.9k18](/packages/themosis-framework)[themosis/themosis

Themosis, a WordPress framework.

1.3k26.9k](/packages/themosis-themosis)[themosis/theme

The Themosis framework boilerplate theme.

10449.0k3](/packages/themosis-theme)[wpstarter/framework

The WpStarter Framework - Laravel Framework for WordPress

1810.1k4](/packages/wpstarter-framework)

PHPackages © 2026

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