PHPackages                             dvillarraga/symfony1-dashmix-plugin - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. dvillarraga/symfony1-dashmix-plugin

ActiveSymfony1-plugin[Utility &amp; Helpers](/categories/utility)

dvillarraga/symfony1-dashmix-plugin
===================================

A better way to implement Dashmix Theme on a Symfony Project

1366PHP

Since Jun 2Pushed 5y agoCompare

[ Source](https://github.com/dvillarraga/gsDashmixPlugin)[ Packagist](https://packagist.org/packages/dvillarraga/symfony1-dashmix-plugin)[ RSS](/packages/dvillarraga-symfony1-dashmix-plugin/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependenciesVersions (1)Used By (0)

gsDashmixPlugin
===============

[](#gsdashmixplugin)

The `gsDashmixPlugin` is a symfony plugin that provides an implementation of Dashmix Theme -

- Is connected with `sfDoctrineGuardPlugin` for authentication.
- It allows you to show Success and Error user messages.
- It contains a menu implementation which gives you the posibility to assign menus by credential.

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

[](#installation)

- Install the plugin (via composer)

    ```
    composer require dvillarraga/symfony1-dashmix-plugin

    ```
- Activate the plugin in the `config/ProjectConfiguration.class.php`

    ```
    class ProjectConfiguration extends sfProjectConfiguration
    {
      public function setup()
      {
        $this->enablePlugins(array(
          'sfDoctrinePlugin',
          'gsDashmixPlugin',
          '...'
        ));
      }
    }
    ```

    - Copy Dashmix sources to web folder, by default is /assets

    ```
    $ cp -R ~/Downloads/DashmixTheme/assets ~/Projects/mysfProject/web/
    ```

    - Copy or use our symfony template to create yours.

    ```
    $ cp plugins/gsDashmixPlugin/templates/dashmix_public.php apps/frontend/templates/
    ```

    - Configure paths and names in app.yml

        ```
            all:
              sf_guard_plugin:
                  signin_form: gsDashmixFormSignin
              gs_dashmix_plugin:
                  url: 'https://sgc.lubrirod.co'
                  project_title: 'Sistema de Gestión de Convenios'
                  theme_files: '/assets/'

                  icon_shortcut_icon: '/public/favicon.png'
                  icon_icon: '/public/favicon-192x192.png'
                  icon_apple_touch_icon: '/public/apple-touch-icon-180x180.png'

                  login_background_image: '/assets/media/photos/photo20.jpg'
                  login_logo: '/public/logo-lubrirod.png'

                  auth_logo: '/public/logo-auth.png'

        ```
- Clear you cache

    ```
    symfony cc

    ```

Help and docs
-------------

[](#help-and-docs)

Please feel free to contact me. You also can [tweet @dvillarraga](http://twitter.com/dvillarraga)!

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity33

Early-stage or recently created project

 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/3b855b58706fe6ab1bae289a63f004bb1ef89438c924d1cf449b47d9f6d10129?d=identicon)[dvillarraga](/maintainers/dvillarraga)

---

Top Contributors

[![dvillarraga](https://avatars.githubusercontent.com/u/577409?v=4)](https://github.com/dvillarraga "dvillarraga (16 commits)")

### Embed Badge

![Health badge](/badges/dvillarraga-symfony1-dashmix-plugin/health.svg)

```
[![Health](https://phpackages.com/badges/dvillarraga-symfony1-dashmix-plugin/health.svg)](https://phpackages.com/packages/dvillarraga-symfony1-dashmix-plugin)
```

###  Alternatives

[odan/tsid

A library for generating Time Sortable Identifiers (TSID).

25229.8k](/packages/odan-tsid)[yooper/stop-words

Stop words

14399.5k4](/packages/yooper-stop-words)

PHPackages © 2026

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