PHPackages                             freesoftwarefactory/crm-yii - 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. freesoftwarefactory/crm-yii

ActiveProject[Framework](/categories/framework)

freesoftwarefactory/crm-yii
===========================

A Micro CRM for a Yii Framework Application

1.5.3(9y ago)160[2 issues](https://github.com/freesoftwarefactory/crm/issues)MITPHPPHP &gt;=5.3.2

Since Aug 30Pushed 9y ago1 watchersCompare

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

READMEChangelog (10)DependenciesVersions (17)Used By (0)

FREESOFTWAREFACTORY/CRM
=======================

[](#freesoftwarefactorycrm)

Setup Instructions:
-------------------

[](#setup-instructions)

1. Install mysql tables:

    ```
     mysql  < /ruta/al/repo/vendor/freesoftwarefactory/crm/mysql.schema.sql

    ```
2. Install the Console Commands:

    ```
     cd /bla/my-app/commands
     ln -s ../freesoftwarefactory/crm/console/CrmController.php .

    ```
3. Install the Controller:

    ```
     cd /bla/my-app/controllers
     ln -s ../freesoftwarefactory/crm/web/CrmController.php .

    ```
4. Setup files:

    ```
     // copy files
     cp /bla/my-app/vendor/freesoftwarefactory/crm/crm-config.php bla/my-app/config
     // reflect it in 'components' section  config/console.php, config/web.php
     'crm' => require(__DIR__.'/crm-config.php'),

    ```

Config Crm Fields
-----------------

[](#config-crm-fields)

Here you define all the crm fields. Copy this file into your config/ path, as:

```
/your/app/config/crm-config.php

```

register it in your components section inside web.php and console.php:

```
'crm' => require(__DIR__.'/crm-config.php'),

```

Example setup file:

```

```

Customize Contact Widget using Events Handlers
----------------------------------------------

[](#customize-contact-widget-using-events-handlers)

The contact widget fires some events to help you take desitions in you own implementation, just add this code snippets:

```
$( document ).on( 'crm:find:list:updated', { some: 'data'},
	function( event, list, keywords, resp ) {

});

$( document ).on( 'crm:form:launch', { some: 'data'},
	function( event, widget, current_contact) {

	widget.find('.result-list').hide();
});

$( document ).on( 'crm:form:render:contact', { some: 'data'},
	function( event, widget, current_contact, response) {

});

```

API
---

[](#api)

Use the api methods via:

```
\Yii::$app->crm

```

Console Access
--------------

[](#console-access)

Handle all contacts and relationships using a Console:

```
./yii crm

```

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance0

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community7

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

Recently: every ~27 days

Total

16

Last Release

3406d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/84c1ee8cb7752defef9778c9ffa49ff57421a276b262f8a64477496465758949?d=identicon)[christiansalazar](/maintainers/christiansalazar)

---

Top Contributors

[![christiansalazar](https://avatars.githubusercontent.com/u/1652867?v=4)](https://github.com/christiansalazar "christiansalazar (17 commits)")

### Embed Badge

![Health badge](/badges/freesoftwarefactory-crm-yii/health.svg)

```
[![Health](https://phpackages.com/badges/freesoftwarefactory-crm-yii/health.svg)](https://phpackages.com/packages/freesoftwarefactory-crm-yii)
```

###  Alternatives

[laravel/telescope

An elegant debug assistant for the Laravel framework.

5.2k67.8M190](/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.7M255](/packages/laravel-dusk)[laravel/prompts

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

708181.8M591](/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)
