PHPackages                             howmas/pimcore-ensure - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. howmas/pimcore-ensure

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

howmas/pimcore-ensure
=====================

HowMAS Pimcore Ensure

0.0.1(5mo ago)12MITPHP

Since Jan 16Pushed 5mo agoCompare

[ Source](https://github.com/howmas/pimcore-ensure)[ Packagist](https://packagist.org/packages/howmas/pimcore-ensure)[ Docs](https://github.com/howmas/pimcore-ensure)[ RSS](/packages/howmas-pimcore-ensure/feed)WikiDiscussions master Synced today

READMEChangelog (1)Dependencies (1)Versions (2)Used By (0)

HowMAS Admin Bundle

Installation
============

[](#installation)

Install by command line:

```
    composer require howmas/pimcore-ensure
    # or
    composer require howmas/pimcore-ensure --ignore-platform-req=ext-amqp
```

Update `config/bundles.php` file:

```
    return [
        ....
        HowMAS\PimcoreEnsureBundle\HowMASPimcoreEnsureBundle::class => ['all' => true],
        Nelmio\SecurityBundle\NelmioSecurityBundle::class => ['all' => true],
    ];
```

Step by step
============

[](#step-by-step)

Route /asset/webdav
-------------------

[](#route-assetwebdav)

Update `config/package/security.yaml` to disallow access route `/asset/webdav`:

```
firewalls:
    ...
    pimcore_webdav:
        pattern: ^/asset/webdav
        provider: pimcore_admin
        #http_basic: ~
```

Route /js/routing
-----------------

[](#route-jsrouting)

Add code to the top top of `config/routes.yaml` to allow only admin access route `/js/routing`:

```
fos_js_routing:
    path: '/js/routing'
    controller: HowMAS\PimcoreEnsureBundle\Controller\Security\JsRoutingController::indexAction
    methods: GET

_pimcore:
    resource: "@PimcoreCoreBundle/config/routing.yaml"
```

Note
====

[](#note)

Config timezone
---------------

[](#config-timezone)

Update `config/config.yaml`:

```
pimcore:
    ...
    general:
        timezone: Asia/Ho_Chi_Minh
```

Enviroment variables example
----------------------------

[](#enviroment-variables-example)

```
# Redis config
HOWMAS_REDIS_PREFIX_SEED=howmas_app
HOWMAS_REDIS_DEFAULT_LIFETIME=31536000
HOWMAS_REDIS_PROVIDER=redis://127.0.0.1:6379/10

# SMTP email config
HOWMAS_MAILER_DSN=smtp://exmaple@gmail.com:xxxxxxxxxxxx@smtp.gmail.com:587
```

###  Health Score

27

—

LowBetter than 47% of packages

Maintenance70

Regular maintenance activity

Popularity4

Limited adoption so far

Community2

Small or concentrated contributor base

Maturity25

Early-stage or recently created project

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

Unknown

Total

1

Last Release

168d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/80a7c8c40c6ab19b9f79a2ca243b7dbb6d3c42ad796624d6d7b3c6335c6a11d0?d=identicon)[hoanghuynhninja](/maintainers/hoanghuynhninja)

---

Tags

howmas

### Embed Badge

![Health badge](/badges/howmas-pimcore-ensure/health.svg)

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

###  Alternatives

[oro/platform

Business Application Platform (BAP)

645143.5k115](/packages/oro-platform)[contao/core-bundle

Contao Open Source CMS

1231.6M2.8k](/packages/contao-core-bundle)[contao/manager-bundle

Provides the Contao Managed Edition

181.3M74](/packages/contao-manager-bundle)[contao/contao

Contao Open Source CMS development package

43114.4k2](/packages/contao-contao)[bolt/project

Bolt standard project skeleton

4629.7k](/packages/bolt-project)

PHPackages © 2026

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