PHPackages                             ckamaury/symfony - 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. ckamaury/symfony

ActiveLibrary[Framework](/categories/framework)

ckamaury/symfony
================

mini-framework for Symfony

3.1.42(2y ago)03871LGPL-3.0PHPPHP &gt;=8.1

Since Jan 10Pushed 2y ago1 watchersCompare

[ Source](https://github.com/ckamaury/Symfony)[ Packagist](https://packagist.org/packages/ckamaury/symfony)[ RSS](/packages/ckamaury-symfony/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (10)Dependencies (5)Versions (141)Used By (1)

DEV FIGHTERS - Symfony
======================

[](#dev-fighters---symfony)

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

[](#installation)

- Install with composer : composer/require ckamaury/symfony
- Requires PHP &gt;= 8.1

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

[](#installation-1)

- Add to `public/index.php`

```
    APP:initialize($kernel);
```

- Add to `config/services.yaml` :

```
  CkAmaury\Symfony\Repository\SecurityAccessRepository:
  CkAmaury\Symfony\Repository\SecurityRoleRepository:
  CkAmaury\Symfony\Repository\SecurityRoleAccessRepository:
      tags: ['doctrine.repository_service']
```

- Add to `config/packages/doctrine.yaml` :

```
  doctrine:
    dbal:
      charset: utf8
      default_table_options:
        charset: utf8
        collate: utf8_unicode_ci
      types:
        mediumint: CkAmaury\Symfony\Database\Type\MediumintType
        tinyint: CkAmaury\Symfony\Database\Type\TinyintType
        datetime: CkAmaury\Symfony\Database\Type\DateTimeType
        date: CkAmaury\Symfony\Database\Type\DateType
    orm:
      auto_mapping: true
      mappings:
        CkAmaury:
          type: attribute
          prefix: 'CkAmaury\Symfony\Entity'
          dir: "%kernel.project_dir%/vendor/ckamaury/symfony/src/Entity"
          is_bundle: false
      dql:
        string_functions:
          replace: DoctrineExtensions\Query\Mysql\Replace
          MONTH: DoctrineExtensions\Query\Mysql\Month
          YEAR: DoctrineExtensions\Query\Mysql\Year
```

Pack Includes
-------------

[](#pack-includes)

- Symfony WebPack v1.2

###  Health Score

35

—

LowBetter than 77% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity81

Battle-tested with a long release history

 Bus Factor1

Top contributor holds 90.2% 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 ~7 days

Recently: every ~21 days

Total

140

Last Release

988d ago

Major Versions

1.0.78 → 2.0.12023-05-12

2.1.4 → 3.0.02023-05-29

PHP version history (2 changes)1.0.0PHP &gt;=8.0

2.1.0PHP &gt;=8.1

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/76399935?v=4)[Romain FRANCOIS](/maintainers/ckamaury)[@ckamaury](https://github.com/ckamaury)

---

Top Contributors

[![ckamaury](https://avatars.githubusercontent.com/u/76399935?v=4)](https://github.com/ckamaury "ckamaury (138 commits)")[![df-romain-francois](https://avatars.githubusercontent.com/u/136347231?v=4)](https://github.com/df-romain-francois "df-romain-francois (15 commits)")

### Embed Badge

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

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

###  Alternatives

[prestashop/prestashop

PrestaShop is an Open Source e-commerce platform, committed to providing the best shopping cart experience for both merchants and customers.

9.2k19.7k](/packages/prestashop-prestashop)[craftcms/cms

Craft CMS

3.6k3.7M3.4k](/packages/craftcms-cms)[symfony/symfony-demo

Symfony Demo Application

2.6k258.4k](/packages/symfony-symfony-demo)[kimai/kimai

Kimai - Time Tracking

4.8k9.4k1](/packages/kimai-kimai)[civicrm/civicrm-core

Open source constituent relationship management for non-profits, NGOs and advocacy organizations.

762297.9k53](/packages/civicrm-civicrm-core)[abydahana/aksara

Aksara is a modern, developer-friendly framework and CMS built on CodeIgniter 4, featuring rapid CRUD development, modular architecture, smart routing, flexible access control, API integration, and an AI assistant to make content management faster and smarter.

1141.2k](/packages/abydahana-aksara)

PHPackages © 2026

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