PHPackages                             symsite/symsite - 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. symsite/symsite

ActiveProject

symsite/symsite
===============

Simple CMS on Symfony framework.

1.0.1(10y ago)115MITPHPPHP &gt;=5.5.0

Since Oct 12Pushed 10y ago1 watchersCompare

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

READMEChangelogDependencies (15)Versions (3)Used By (0)

SymSite
=======

[](#symsite)

Simple CMS on Symfony framework.

Reauirements
------------

[](#reauirements)

- PHP &gt;= 5.5
- Database
- SQLite
- MySQL
- PostgreSQL

Instration
----------

[](#instration)

```
$ composer create-project symsite/symsite path/to/install
$ cd path/to/install
$ composer install
$ bin/bowerphp install
$ php app/console assets:install --symlink

```

Configration
------------

[](#configration)

```
# app/config/parameters.yml

parameters:
    # MySQL, PostgreSQL
    database_host: 127.0.0.1
    database_port: 3306
    database_name: YOURE_DATABASE_NAME
    database_user: YOURE_USER_NAME
    database_password: YOURE_USER_PASSWORD

    # SQLie database path
    database_path: '%kernel.root_dir%/data.db3'

    # Mail
    mailer_transport: smtp
    mailer_host: 127.0.0.1
    mailer_user: YOURE_MAIL_USER_ID
    mailer_password: YOURE_MAIL_USER_PASSWORD

    # Mail Form
    mailform_delivery_to: YOURE_MAIL_ADDRESS

    # Symfony2 Secret Generator -> http://nux.net/secret
    secret: ThisTokenIsNotSoSecretChangeIt

```

```
# app/config/config.yml

parameters:
    locale: en
    site_name: YOUR_SITE_NAME

...

doctrine:
    dbal:
        # pdo_mysql | pdo_pgsql | pdo_sqlite
        driver: pdo_sqlite

```

```
# app/config/security.yml

security:
    providers:
        in_memory:
            memory:
              users:
                  admin:
                      # Admin Pasword
                      password: admin123

```

Setup Database
--------------

[](#setup-database)

```
$ cd path/to/install
$ php app/console doctrine:schema:create

```

Run SymSite
-----------

[](#run-symsite)

```
$ cd path/to/install
$ php app/console server:run

Server running on http://127.0.0.1:8000
...

```

Customize
---------

[](#customize)

You can customeize a SymSite in the Symfony way.

- Twig Template
- Form
- Doctrine ORM
- Etc.

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity59

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.

###  Release Activity

Cadence

Every ~0 days

Total

2

Last Release

3862d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/b46c6add697ca3b8b9b12dda076a67867593bcc9b372e272ff4d9a09bfa8c8a4?d=identicon)[tsubo](/maintainers/tsubo)

---

Top Contributors

[![tsubo](https://avatars.githubusercontent.com/u/383948?v=4)](https://github.com/tsubo "tsubo (7 commits)")

---

Tags

symfonycms

### Embed Badge

![Health badge](/badges/symsite-symsite/health.svg)

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

###  Alternatives

[ec-cube/ec-cube

EC-CUBE EC open platform.

78527.0k1](/packages/ec-cube-ec-cube)[open-dxp/opendxp

Content &amp; Product Management Framework (CMS/PIM)

7310.3k29](/packages/open-dxp-opendxp)[wellcommerce/wellcommerce

WellCommerce Open-Source edition

5011.2k](/packages/wellcommerce-wellcommerce)

PHPackages © 2026

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