PHPackages                             manuxi/sulu-extended-account-bundle - 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. manuxi/sulu-extended-account-bundle

ActiveSymfony-bundle[Utility &amp; Helpers](/categories/utility)

manuxi/sulu-extended-account-bundle
===================================

A Sulu bundle to extend the account entity with additional properties.

v1.0.0(2mo ago)10MITPHPPHP ^8.2CI passing

Since Feb 18Pushed 2mo agoCompare

[ Source](https://github.com/manuxi/SuluExtendedAccountBundle)[ Packagist](https://packagist.org/packages/manuxi/sulu-extended-account-bundle)[ Docs](https://github.com/manuxi/SuluExtendedAccountBundle)[ RSS](/packages/manuxi-sulu-extended-account-bundle/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (16)Versions (2)Used By (0)

SuluExtendedAccountBundle
=========================

[](#suluextendedaccountbundle)

[![php workflow](https://github.com/manuxi/SuluExtendedAccountBundle/actions/workflows/php.yml/badge.svg)](https://github.com/manuxi/SuluExtendedAccountBundle/actions/workflows/php.yml/badge.svg)[![symfony workflow](https://github.com/manuxi/SuluExtendedAccountBundle/actions/workflows/symfony.yml/badge.svg)](https://github.com/manuxi/SuluExtendedAccountBundle/actions/workflows/symfony.yml/badge.svg)[![License: MIT](https://camo.githubusercontent.com/fdf2982b9f5d7489dcf44570e714e3a15fce6253e0cc6b5aa61a075aac2ff71b/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4c6963656e73652d4d49542d79656c6c6f772e737667)](https://github.com/manuxi/SuluExtendedAccountBundle/LICENSE)[![GitHub Tag](https://camo.githubusercontent.com/7c04469822548a1f9ae3bdccab96a9e061ad2cfd542d324762276c0ff73e1800/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f762f7461672f6d616e7578692f53756c75457874656e6465644163636f756e7442756e646c65)](https://camo.githubusercontent.com/7c04469822548a1f9ae3bdccab96a9e061ad2cfd542d324762276c0ff73e1800/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f762f7461672f6d616e7578692f53756c75457874656e6465644163636f756e7442756e646c65)[![Supports Sulu 3.0 or later](https://camo.githubusercontent.com/1acd578889a1fbe054144d04f3f326418a78683e35a850c9d25cd5377502b6d4/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f53756c752d2533453d332e302d3030383863633f636f6c6f723d303062326466)](https://camo.githubusercontent.com/1acd578889a1fbe054144d04f3f326418a78683e35a850c9d25cd5377502b6d4/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f53756c752d2533453d332e302d3030383863633f636f6c6f723d303062326466)

A Sulu bundle to extend the account entity with company data, business hours, public holidays and company holidays.

[![Company data](docs/img/additional_data.de.png)](docs/img/additional_data.de.png)

[![OPenings](docs/img/openings.de.png)](docs/img/openings.de.png)

**English** | [🇩🇪 Deutsch](README.de.md)

Documentation
-------------

[](#documentation)

- [Installation](docs/installation.md)
- [Features](docs/features.md)

Quick Start
-----------

[](#quick-start)

```
composer require manuxi/sulu-extended-account-bundle
```

If you are **not** using Symfony Flex, register the bundle in `config/bundles.php`:

```
return [
    //...
    Manuxi\SuluExtendedAccountBundle\SuluExtendedAccountBundle::class => ['all' => true],
];
```

Add the admin routes to `config/routes/routes_admin.yaml`:

```
SuluExtendedAccountBundle:
    resource: '@SuluExtendedAccountBundle/Resources/config/routes_admin.yaml'
```

Update the database schema:

```
php bin/console doctrine:schema:update --force
```

For detailed instructions see the [Installation Guide](docs/installation.md).

Dependencies
------------

[](#dependencies)

This bundle requires the [SuluAdminExtrasBundle](https://github.com/manuxi/SuluAdminExtrasBundle) for the `business_hours`, `public_holidays` and `holiday_dates` content types.

Twig Functions
--------------

[](#twig-functions)

The bundle provides Twig functions for frontend use:

FunctionReturnsDescription`is_open_now(accountId)``bool`Whether the account is currently open`get_business_hours(accountId)``array`Full weekly schedule`get_today_hours(accountId)``array|null`Today's hours`is_holiday(accountId)``bool`Whether today is a holidaySee [Features](docs/features.md) for usage examples.

Configuration
-------------

[](#configuration)

There is no configuration required at this time.

Contributing
------------

[](#contributing)

Please feel comfortable submitting issues or pull requests. Feedback to improve the bundle is always welcome.

License
-------

[](#license)

This bundle is released under the [MIT License](LICENSE).

###  Health Score

36

—

LowBetter than 82% of packages

Maintenance82

Actively maintained with recent releases

Popularity2

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity46

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

Unknown

Total

1

Last Release

89d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/8ce067feaa3f9ece08d78385c401aab7d72e9e8ee64d77d584f884b6725ad9de?d=identicon)[manuxi](/maintainers/manuxi)

---

Top Contributors

[![manuxi](https://avatars.githubusercontent.com/u/11303615?v=4)](https://github.com/manuxi "manuxi (10 commits)")

---

Tags

account-extensionaccount-managementbusiness-dataextensionopening-hoursorganizationregister-numbersulusulu-30sulu-bundlesulu-cmssulusulucmsextended account

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/manuxi-sulu-extended-account-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/manuxi-sulu-extended-account-bundle/health.svg)](https://phpackages.com/packages/manuxi-sulu-extended-account-bundle)
```

###  Alternatives

[sulu/sulu

Core framework that implements the functionality of the Sulu content management system

1.3k1.3M152](/packages/sulu-sulu)[sylius/sylius

E-Commerce platform for PHP, based on Symfony framework.

8.4k5.6M651](/packages/sylius-sylius)[easycorp/easyadmin-bundle

Admin generator for Symfony applications

4.3k16.7M310](/packages/easycorp-easyadmin-bundle)[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)[shopware/platform

The Shopware e-commerce core

3.3k1.5M3](/packages/shopware-platform)[netgen/layouts-core

Netgen Layouts enables you to build and manage complex web pages in a simpler way and with less coding. This is the core of Netgen Layouts, its heart and soul.

3689.4k10](/packages/netgen-layouts-core)

PHPackages © 2026

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