PHPackages                             megacreativo/creative - 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. megacreativo/creative

AbandonedArchivedProject[Framework](/categories/framework)

megacreativo/creative
=====================

The Creative Framework

v1.0.0(8y ago)0122MITPHPPHP &gt;=5.6.4

Since Sep 19Pushed 8y agoCompare

[ Source](https://github.com/megacreativo/creative)[ Packagist](https://packagist.org/packages/megacreativo/creative)[ RSS](/packages/megacreativo-creative/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (6)Versions (2)Used By (0)

[![](https://camo.githubusercontent.com/cf9e95f300eaaf4008a3089fb556548fa4f9d9c1adf58142ab91156cd385b1d6/687474703a2f2f6d656761637265617469766f2e636f6d2f6173736574732f696d672f63726561746976652f6c6f676f2d63726561746976652e706e67)](https://camo.githubusercontent.com/cf9e95f300eaaf4008a3089fb556548fa4f9d9c1adf58142ab91156cd385b1d6/687474703a2f2f6d656761637265617469766f2e636f6d2f6173736574732f696d672f63726561746976652f6c6f676f2d63726561746976652e706e67)

[![Build Status](https://camo.githubusercontent.com/8da23eae83dd93dcb2d2faef6fc0befbe334bc76206c05eff9a00a918f96c811/68747470733a2f2f7472617669732d63692e6f72672f6d656761637265617469766f2f63726561746976652e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/megacreativo/creative)[![License](https://camo.githubusercontent.com/78ea68e7ca4fb0f6e6c523d4413e75d9036ff4a52f27b27bc9a79dfc256ab07f/68747470733a2f2f706f7365722e707567782e6f72672f6d656761637265617469766f2f63726561746976652f6c6963656e7365)](https://packagist.org/packages/megacreativo/creative)[![Total Downloads](https://camo.githubusercontent.com/cd0fe83b110fc2e7d8f5f0a9f29357d8da392123f9cd7cf52a2a8666326e9627/68747470733a2f2f706f7365722e707567782e6f72672f6d656761637265617469766f2f63726561746976652f646f776e6c6f616473)](https://travis-ci.org/megacreativo/creative)[![Latest Unstable Version](https://camo.githubusercontent.com/9ca04c7c078d70553084ba4250a6c16038d7d14df298d77ef6172e3f6b8cf744/68747470733a2f2f706f7365722e707567782e6f72672f6d656761637265617469766f2f63726561746976652f762f756e737461626c65)](https://travis-ci.org/megacreativo/creative)[![Latest Stable Version](https://camo.githubusercontent.com/68fdf6602995d4b5fb1876e02f7af11fb7624a7b177a0cd6ca32f1054b93cecd/68747470733a2f2f706f7365722e707567782e6f72672f6d656761637265617469766f2f63726561746976652f762f737461626c65)](https://packagist.org/packages/megacreativo/creative)

Creative Framework
==================

[](#creative-framework)

A cerca de Creative
-------------------

[](#a-cerca-de--creative)

Creative es un framework para la creación de Aplicaciones Web. Creative es sencillo, pero potente, proporcionando las herramientas necesarias para aplicaciones grandes y robustas.

Instalación
-----------

[](#instalación)

La forma más fácil de instalar Creative es usar [Composer](https://github.com/composer/composer)

```
composer create-project megacreativo/creative
```

Contribución
------------

[](#contribución)

¡Gracias por considerar contribuir al proyecto de Creative. Envíe un correo electrónico a Brayan Rincon a  para considerar su contribución.

Vulneravilidad de seguridad
---------------------------

[](#vulneravilidad-de-seguridad)

Si descubre alguna vulnerabilidad de seguridad dentro de Creative, envíe un correo electrónico a Brayan Rincon a . Todas las vulnerabilidades de seguridad serán atendidas rápidamente.

License
-------

[](#license)

The Creative Framework is open-sourced software licensed under the [MIT license](http://opensource.org/licenses/MIT).

Configuraciones
---------------

[](#configuraciones)

> setting.json

```
    {
        // Hash único de cada aplicación esta es utilizada
        // como llave para encriptar y desencriptar
        // las contraseñas y en la base de datos, encriptación de sesiones.
        "hash_key": "2468b70f-a170-4c6f-a678-9f5039f4310c",

        // Carpeta con acceso a la web.
        "public_html": "public_html",

        "use_generator": false,

        // Entorno de desarrollo [development, production]
        "environment": "development",

        // E-mail de contacto por defecto.
        "email_contact": "info@mail.com",

        // Email de contacto del Webmastes.
        "email_webmaster": "webmaster@mail.com",

        // Permitir rediririgir al metodo por defecto
        // en caso con el controlador no exista.
        "redirect_default_method": false,

        // Zona horaria de la aplciación.
        "timezone": "america\/caracas",

        // Lenguaje por defecto de la aplciación,
        // esta es usada en la etiqueta .
        "default_lang": "es",

        // Driver por defecto para conexión con la bas de datos
        // [mysql (MySQL), mssql (MS SQL Server), pgsql (PostgreSQL)].
        "db_driver_database": "mysql",
        "db_host": "localhost",
        "db_database": "db",
        "db_user": "user",
        "db_password": "password",
        "db_port": "3306",
        "db_charset": "utf8_general_ci",
        "db_collate": "utf8"
    }
```

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 97.4% 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

Unknown

Total

1

Last Release

3154d ago

### Community

Maintainers

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

---

Top Contributors

[![bracodev](https://avatars.githubusercontent.com/u/25647752?v=4)](https://github.com/bracodev "bracodev (111 commits)")[![jairmorillo](https://avatars.githubusercontent.com/u/23691686?v=4)](https://github.com/jairmorillo "jairmorillo (2 commits)")[![rbalzan](https://avatars.githubusercontent.com/u/30488513?v=4)](https://github.com/rbalzan "rbalzan (1 commits)")

---

Tags

frameworkphpphp-frameworkphpframeworkcreative

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/megacreativo-creative/health.svg)

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

###  Alternatives

[luyadev/luya

LUYA is a scalable web framework and content management system with the goal to please developers, clients and users alike.

8086.9k2](/packages/luyadev-luya)[sifophp/sifo

SIFO framework.

5675.6k](/packages/sifophp-sifo)

PHPackages © 2026

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