PHPackages                             hassandomedenea/hddlaravelhelpers - 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. hassandomedenea/hddlaravelhelpers

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

hassandomedenea/hddlaravelhelpers
=================================

Tools to build standard model structure and connect to primevue frontend library

079↓90.9%PHP

Since Apr 25Pushed 2mo ago1 watchersCompare

[ Source](https://github.com/HassanDomeDenea/HddLaravelHelpers)[ Packagist](https://packagist.org/packages/hassandomedenea/hddlaravelhelpers)[ RSS](/packages/hassandomedenea-hddlaravelhelpers/feed)WikiDiscussions main Synced 3w ago

READMEChangelogDependenciesVersions (1)Used By (0)

Pulling
-------

[](#pulling)

git clone --recurse-submodules

Tools to build standard model structure and conenct to primevue frontend library
================================================================================

[](#tools-to-build-standard-model-structure-and-conenct-to-primevue-frontend-library)

#### This is a personal repository, containing tools I use commonly in my projects. It is under development, feel free to use anything here, in caution.

[](#this-is-a-personal-repository-containing-tools-i-use-commonly-in-my-projects-it-is-under-development-feel-free-to-use-anything-here-in-caution)

---

To use it in local projects, run the following command inside your main project:

```
composer config repositories.local '{"type": "path", "url": "../HddLaravelHelpers"}' --file composer.json
```

or add it manually to your composer.json file:

```
"repositories": {
    "local": {
        "type": "path",
        "url": "../HddLaravelHelpers"
    }
},
"minimum-stability": "dev",

```

Then run:

```
composer require HassanDomeDenea/HddLaravelHelpers
```

Or if the previous one didn't work:

```
composer require HassanDomeDenea/HddLaravelHelpers  @dev
```

Configurations:
---------------

[](#configurations)

- In config/data.php, update mapping into snake:

```
    'name_mapping_strategy' => [
        'input' => null,
        'output' => \Spatie\LaravelData\Mappers\SnakeCaseMapper::class,
    ]
```

\--- in config/typescript-transformer.php, use module writer:

```
'writer' => Spatie\TypeScriptTransformer\Writers\ModuleWriter::class,
'output_file' => resource_path('js/types/laravel_generated.d.ts'),
'collectors' => [
        \HassanDomeDenea\HddLaravelHelpers\Collectors\DataTypeScriptCollectorWithNameAliases::class, #To Support Generics
        Spatie\TypeScriptTransformer\Collectors\DefaultCollector::class,
        Spatie\TypeScriptTransformer\Collectors\EnumCollector::class,
    ],
'transformers' => [
        Spatie\LaravelTypeScriptTransformer\Transformers\SpatieStateTransformer::class,
        Spatie\TypeScriptTransformer\Transformers\EnumTransformer::class,
        Spatie\TypeScriptTransformer\Transformers\SpatieEnumTransformer::class,
        Spatie\LaravelData\Support\TypeScriptTransformer\DataTypeScriptTransformer::class,
        Spatie\LaravelTypeScriptTransformer\Transformers\DtoTransformer::class,
    ],
```

---

This package was developed by using [spatie/laravel-package-tools](https://github.com/spatie/laravel-package-tools)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

22

—

LowBetter than 21% of packages

Maintenance58

Moderate activity, may be stable

Popularity9

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity11

Early-stage or recently created project

 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.

### Community

Maintainers

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

---

Top Contributors

[![HassanDomeDenea](https://avatars.githubusercontent.com/u/41169617?v=4)](https://github.com/HassanDomeDenea "HassanDomeDenea (57 commits)")

### Embed Badge

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

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

###  Alternatives

[cheprasov/php-parallel

The class allows you to run multiple operations parallel in different processes and send results to the main process. Useful if you need to run multiple independent operations simultaneously, instead of sequential execution, or if you run several independent queries, for example, queries to different data bases

1712.5k5](/packages/cheprasov-php-parallel)[divante-ltd/pimcore5-clipboard

Clipboard Bundle for Pimcore 5. Adding objects to the special clipboard give you possibility to make actions only on some marked by you objects.

101.6k](/packages/divante-ltd-pimcore5-clipboard)

PHPackages © 2026

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