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 6d 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

34

—

LowBetter than 77% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity80

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

896d 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.0k15.4k](/packages/prestashop-prestashop)[symfony/symfony-demo

Symfony Demo Application

2.6k238.8k](/packages/symfony-symfony-demo)[shopware/shopware

Shopware 5 is an open source e-commerce software made in Germany

1.3k746.6k35](/packages/shopware-shopware)[microweber/microweber

New generation CMS with drag and drop

3.4k13.8k1](/packages/microweber-microweber)[jaguarjack/catchadmin

The CatchAdmin Background management

8962.6k](/packages/jaguarjack-catchadmin)[abydahana/aksara

Aksara is a CodeIgniter based CRUD Toolkit you can use to build complex applications become shorter, secure and more reliable just in a few lines of code. Serving both CMS or Framework, produce both HEADLESS (RESTful API) or TRADITIONAL (Browser Based), just by writing single controller. Yet it's reusable, scalable and ready to use!

1101.2k](/packages/abydahana-aksara)

PHPackages © 2026

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