PHPackages                             skcms/blog-bundle - 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. skcms/blog-bundle

ActiveSymfony-bundle

skcms/blog-bundle
=================

Symfony Contact Bundle by SOLID-kiss

15PHP

Since Apr 1Pushed 9y ago1 watchersCompare

[ Source](https://github.com/kokmok/SKCMS-Blog)[ Packagist](https://packagist.org/packages/skcms/blog-bundle)[ RSS](/packages/skcms-blog-bundle/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

SKCMS-Contact
=============

[](#skcms-contact)

This package is currently under development, more documentation and features will come soon.

The Contact bundle of SKCMS for Symfony2
========================================

[](#the-contact-bundle-of-skcms-for-symfony2)

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

[](#installation)

Install skcms:core-bundle

launch symfony command to create message entity.

```
php app/console skcms:generate:entity

```

The base message entity already contains : date status email name subject message phone fax

in config.yml set those options

```
skcms_admin:
    modules:
        contact:
            enabled: true
            messageEntity:
                name: #name of your created message entity
                beautyName:  #name you want to see in the menu
                bundle: #bundle name (by ex : SKCMSContact )
                class: #the class name with full namespace
                form: #the class name with full namespace
                listProperties:  #those are the proerties you want to see in the contact message list of your admin panel (date and status are automaticly displayed)
                    email:
                        dataName: 'email'
                        beautyName: 'E-mail'
                        type: 'string'

```

Usage
-----

[](#usage)

\###The form is globally accessible in twig with the var "contactForm" in any page. To display the form you just have to write

```
{{contactForm|raw}}

```

To theme this form you just have to override the bundle and create a file named 'theme.html.twig' in Resources/views/Form The submission and persistence of the message is full automatic.

\###Override form view

Just override the bundle, and create your own view in Resources\\views\\Form\\contact-form-content.html.twig

###  Health Score

19

—

LowBetter than 10% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

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/8115512d21b45879e429d2716bb7c6422c3c664e76b2dbad8e7f114503d75678?d=identicon)[kokmok](/maintainers/kokmok)

### Embed Badge

![Health badge](/badges/skcms-blog-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/skcms-blog-bundle/health.svg)](https://phpackages.com/packages/skcms-blog-bundle)
```

PHPackages © 2026

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