PHPackages                             ushainformatique/yiichimp-app-basic - 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. ushainformatique/yiichimp-app-basic

ActiveProject[Framework](/categories/framework)

ushainformatique/yiichimp-app-basic
===================================

Yii Chimp Basic Project Template

113PHP

Since Jun 30Pushed 9y ago1 watchersCompare

[ Source](https://github.com/ushainformatique/yiichimp-app-basic)[ Packagist](https://packagist.org/packages/ushainformatique/yiichimp-app-basic)[ RSS](/packages/ushainformatique-yiichimp-app-basic/feed)WikiDiscussions master Synced 4d ago

READMEChangelogDependenciesVersions (1)Used By (0)

YiiChimp Basic Project Template
===============================

[](#yiichimp-basic-project-template)

This template is evolved from Yii2 Basic Project Template.

The template contains the basic features provided by Yii2 along with the addition of demo client module which would demonstrate the crud operations using YiiChimp architectural changes.

REQUIREMENTS
------------

[](#requirements)

The minimum requirement by this project template that your Web server supports PHP 5.4.0.

INSTALLATION
------------

[](#installation)

### Install via Composer

[](#install-via-composer)

If you do not have [Composer](http://getcomposer.org/), you may install it by following the instructions at [getcomposer.org](http://getcomposer.org/doc/00-intro.md#installation-nix).

You can then install this project template using the following command:

```
php composer.phar global require "fxp/composer-asset-plugin:^1.3.1"
php composer.phar create-project --prefer-dist ushainformatique/yiichimp-app-basic yiichimpbasic

```

Now you should be able to access the application through the following URL, assuming `basic` is the directory directly under the Web root.

```
http://localhost/yiichimpbasic/web/

```

### Install from an Archive File

[](#install-from-an-archive-file)

Extract the archive file downloaded from [github.com](http://www.github.com/ushainformatique/yiichimpbasic) to a directory named `yiichimpbasic` that is directly under the Web root.

Set cookie validation key in `config/web.php` file to some random secret string:

```
'request' => [
    // !!! insert a secret key in the following (if it is empty) - this is required by cookie validation
    'cookieValidationKey' => '',
],
```

You can then access the application through the following URL:

```
http://localhost/yiichimpbasic/web/

```

CONFIGURATION
-------------

[](#configuration)

### Database

[](#database)

Edit the file `config/db.php` with real data, for example:

```
return [
    'class' => 'yii\db\Connection',
    'dsn' => 'mysql:host=localhost;dbname=yiichimp',
    'username' => 'root',
    'password' => '',
    'charset' => 'utf8',
];
```

**NOTES:**

- YiiChimp won't create the database for you, this has to be done manually before you can access it.
- Check and edit the other files in the `config/` directory to customize your application as required.

Install Framework Modules Tables and Data
-----------------------------------------

[](#install-framework-modules-tables-and-data)

The framework is provided with modules like users, auth, settings, services and notifications. In case the tables and data for these modules has to be installed, the following commands has to be executed.

yii build/tables yii build/super yii build/data

The first command would build the module tables. The second command would install the super user for the application. The third command would install the data for the modules.

###  Health Score

20

—

LowBetter than 13% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

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/75cbea4ec22855860bec625d927ecf1691c3cef1f2f41059a27ad8c0fb814b82?d=identicon)[ushainformatique](/maintainers/ushainformatique)

---

Top Contributors

[![msinghai](https://avatars.githubusercontent.com/u/10753534?v=4)](https://github.com/msinghai "msinghai (2 commits)")

### Embed Badge

![Health badge](/badges/ushainformatique-yiichimp-app-basic/health.svg)

```
[![Health](https://phpackages.com/badges/ushainformatique-yiichimp-app-basic/health.svg)](https://phpackages.com/packages/ushainformatique-yiichimp-app-basic)
```

###  Alternatives

[laravel/dusk

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

1.9k39.6M293](/packages/laravel-dusk)[nineinchnick/edatatables

Grid widget for the Yii Framework, wrapper for the DataTables jQuery plugin

173.2k](/packages/nineinchnick-edatatables)[link-cloud/fast-hyperf

LinkCloud Fast Hyperf

241.2k1](/packages/link-cloud-fast-hyperf)

PHPackages © 2026

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