PHPackages                             newfrontiers/breeze - 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. newfrontiers/breeze

ActiveLibrary

newfrontiers/breeze
===================

Basic support for Breeze enabled appplications

1.0.2(4y ago)05.4k↓100%proprietaryPHPPHP &gt;=5.5

Since Nov 5Pushed 4y agoCompare

[ Source](https://github.com/new-frontiers/newfrontiers-breeze)[ Packagist](https://packagist.org/packages/newfrontiers/breeze)[ Docs](https://github.com/new-frontiers/newfrontiers-breeze)[ RSS](/packages/newfrontiers-breeze/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (4)Used By (0)

newfrontiers-breeze
===================

[](#newfrontiers-breeze)

[![Latest Version on Packagist](https://camo.githubusercontent.com/299c70cec761e86afa9284570fc08ca741dd67b445fe0b12463277b993d3f179/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6e657766726f6e74696572732f627265657a652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/newfrontiers/breeze)

Install
-------

[](#install)

Via Composer

```
$ composer require newfrontiers-breeze
```

Usage
-----

[](#usage)

```
        $type = new Breeze\StructuralType();
        $type->shortName = 'uploads';
        $type->namespace = 'Nostromo';
        $type->autoGeneratedKeyType = 'Identity';

        // Primärschlüssel
        $property = $type->addDataProperty();
        $property->name = 'id';
        $property->dataType = 'Int32';
        $property->isPartOfKey = true;

        $property = $type->addDataProperty();
        $property->name = 'ticketId';
        $property->dataType = 'Int32';

        $property = $type->addDataProperty();
        $property->name = 'filename';
        $property->dataType = 'String';

        $property = $type->addDataProperty();
        $property->name = 'data';
        $property->dataType = 'String';
```

License
-------

[](#license)

All rights reserved. You are NOT allowed to use this!

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity21

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity60

Established project with proven stability

 Bus Factor1

Top contributor holds 90% 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 ~890 days

Total

3

Last Release

1690d ago

PHP version history (2 changes)1.0.0PHP ~5.5|~7.0

1.0.2PHP &gt;=5.5

### Community

Maintainers

![](https://www.gravatar.com/avatar/39c5ee4d9a18ad532e3c73eab82289087d7e1d8844625324b99aab85b7d12801?d=identicon)[mquadrat](/maintainers/mquadrat)

---

Top Contributors

[![mquadrat](https://avatars.githubusercontent.com/u/4668900?v=4)](https://github.com/mquadrat "mquadrat (9 commits)")[![NlL5](https://avatars.githubusercontent.com/u/20781376?v=4)](https://github.com/NlL5 "NlL5 (1 commits)")

---

Tags

breezenewfrontiers

### Embed Badge

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

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

###  Alternatives

[laravel-lang/publisher

Localization publisher for your Laravel application

2167.7M24](/packages/laravel-lang-publisher)[askdkc/breezejp

Laravel Starter Kit (Livewire+Breeze+Laravel UI+Jetstream)や標準のバリデーションメッセージを全て一瞬で日本語化し、言語切替機能も提供するパッケージです / This package provides all-in-one Japanese translation for Laravel StarterKit (Livewire StarterKit, Breeze, Laravel UI and Jetstream) packages and validation messages with language switching feature.

590244.8k1](/packages/askdkc-breezejp)[laravel-lang/common

Easily connect the necessary language packs to the application

1463.1M21](/packages/laravel-lang-common)[kamona/kui-laravel-breeze

Different UI for laravel/breeze

33734.0k2](/packages/kamona-kui-laravel-breeze)

PHPackages © 2026

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