PHPackages                             schmunk42/yii-sakila-crud - 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. schmunk42/yii-sakila-crud

ActiveLibrary[Framework](/categories/framework)

schmunk42/yii-sakila-crud
=========================

Yii Framework test-module with gtc slim templates on saklia MySQL demo database

01681[1 issues](https://github.com/schmunk42/yii-sakila-crud/issues)PHP

Since Sep 19Pushed 12y ago1 watchersCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

Quick-quick guide
=================

[](#quick-quick-guide)

Create Phundament project (app-crud branch)

```
composer.phar -sdev --prefer-dist create-project phundament/app app-crud

```

Install sakila module

```
composer.phar require schmunk42/yii-sakila-crud:@dev

```

Update your local config

- update to MySQL
- enable sakila module
- enable gii, gtc and giix

```
    'gii' => array(
        'class'          => 'system.gii.GiiModule',
        'generatorPaths' => array(
            'vendor.phundament.gii-template-collection', // gtc generators
            'ext.giix.generators',                       // giix generators
            'bootstrap.gii',                             // bootstrap generator
        ),
    ),

    'import'     => array(
        'ext.giix.components.*',
    ),

```

Update your local console config

- enable migration-module

Run giic

```
php vendor/schmunk42/giic/giic.php giic generate sakila

```

Finally, open

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 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://www.gravatar.com/avatar/3b4ab2b6685ec71887908ec8cff261a16cd5bb24c69bb8ab52840e220f175f9d?d=identicon)[schmunk](/maintainers/schmunk)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/schmunk42-yii-sakila-crud/health.svg)

```
[![Health](https://phpackages.com/badges/schmunk42-yii-sakila-crud/health.svg)](https://phpackages.com/packages/schmunk42-yii-sakila-crud)
```

###  Alternatives

[laravel/telescope

An elegant debug assistant for the Laravel framework.

5.2k67.8M192](/packages/laravel-telescope)[spiral/roadrunner

RoadRunner: High-performance PHP application server and process manager written in Go and powered with plugins

8.4k12.2M84](/packages/spiral-roadrunner)[nolimits4web/swiper

Most modern mobile touch slider and framework with hardware accelerated transitions

41.8k177.2k1](/packages/nolimits4web-swiper)[laravel/dusk

Laravel Dusk provides simple end-to-end testing and browser automation.

1.9k36.7M259](/packages/laravel-dusk)[laravel/prompts

Add beautiful and user-friendly forms to your command-line applications.

708181.8M596](/packages/laravel-prompts)[cakephp/chronos

A simple API extension for DateTime.

1.4k47.7M121](/packages/cakephp-chronos)

PHPackages © 2026

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