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

ActivePimcore-bundle

corepulse/corepulse
===================

corepulse cms

2.0.4(1y ago)05681GPL-3.0+PHP

Since May 6Pushed 1y agoCompare

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

READMEChangelog (10)Dependencies (7)Versions (116)Used By (0)

CorePulse CMS
=============

[](#corepulse-cms)

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

[](#installation)

1. On your Pimcore 11 root project:

```
composer require corepulse/corepulse
```

2. Update `config/bundles.php` file:

```
return [
    ....
    ValidatorBundle\ValidatorBundle::class => ['all' => true],
    Rompetomp\InertiaBundle\RompetompInertiaBundle::class => ['all' => true],
    Pentatrion\ViteBundle\PentatrionViteBundle::class => ['all' => true],
    CorepulseBundle\CorepulseBundle::class => ['all' => true],
];
```

3. Install bundle:

```
    ./bin/console pimcore:bundle:install CorepulseBundle
```

4. Update `config/packages/security.yaml` file:

```
security:
    ...
    firewalls:
        corepulse_cms: '%corepulse_admin.firewall_settings%'
    ...

    access_control:
        ...
        - { path: ^/corepulse/cms/api/auth, roles: PUBLIC_ACCESS }
        - { path: ^/corepulse/cms/api/auth/logout, roles: ROLE_COREPULSE_USER }
        - { path: ^/corepulse/cms/api, roles: ROLE_COREPULSE_USER }
        - { path: ^/cms/login, roles: PUBLIC_ACCESS }
        - { path: ^/cms, roles: ROLE_COREPULSE_USER }
```

5. Setup default in Pimcore admin UI first then enjoy with

[![Setup default in Pimcore admin UI](/docs/img/setup-first.png "Setup default in Pimcore admin UI")](/docs/img/setup-first.png)

Update
------

[](#update)

Run command to create or update custom database configs:

```
    # create tables
    ./bin/console corepulse:setup
    # update with option `--update` or `-u`
    ./bin/console corepulse:setup -u
```

API
---

[](#api)

[See more](docs/API.md)

Document
--------

[](#document)

Full documents [here](docs)

###  Health Score

33

—

LowBetter than 75% of packages

Maintenance38

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

 Bus Factor2

2 contributors hold 50%+ of commits

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 ~1 days

Total

114

Last Release

554d ago

Major Versions

0.0.9 → 1.0.02024-06-13

1.9.9 → 2.0.02024-10-14

### Community

Maintainers

![](https://www.gravatar.com/avatar/1d696716a6c3042e3c7243d1ddfa35c9a46cfe1602f1d6f3afe51e382f92047c?d=identicon)[Starfruit](/maintainers/Starfruit)

---

Top Contributors

[![nvlong2411](https://avatars.githubusercontent.com/u/202570203?v=4)](https://github.com/nvlong2411 "nvlong2411 (70 commits)")[![starfruit-software](https://avatars.githubusercontent.com/u/155506260?v=4)](https://github.com/starfruit-software "starfruit-software (61 commits)")[![hoanganhnguyen98](https://avatars.githubusercontent.com/u/38321860?v=4)](https://github.com/hoanganhnguyen98 "hoanganhnguyen98 (9 commits)")[![tientien11](https://avatars.githubusercontent.com/u/55748424?v=4)](https://github.com/tientien11 "tientien11 (5 commits)")[![log241100](https://avatars.githubusercontent.com/u/91043286?v=4)](https://github.com/log241100 "log241100 (1 commits)")

### Embed Badge

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

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

###  Alternatives

[shopware/platform

The Shopware e-commerce core

3.3k1.5M3](/packages/shopware-platform)[flow-php/flow

PHP ETL - Extract Transform Load - Data processing framework

81733.7k](/packages/flow-php-flow)[shopware/administration

Administration frontend for the Shopware Core

413.9M75](/packages/shopware-administration)[pimcore/admin-ui-classic-bundle

171.1M46](/packages/pimcore-admin-ui-classic-bundle)[ibexa/oss

A meta package for installing Ibexa Open Source

19772.4k11](/packages/ibexa-oss)[dachcom-digital/seo

Pimcore SEO Enrichment Bundle

36217.3k2](/packages/dachcom-digital-seo)

PHPackages © 2026

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