PHPackages                             nurdaulet/flux-orders - 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. nurdaulet/flux-orders

ActiveLibrary

nurdaulet/flux-orders
=====================

orders

1.0.6(2y ago)01711proprietaryPHPPHP ^8.0

Since Nov 3Pushed 2y ago1 watchersCompare

[ Source](https://github.com/NurdauletArtykbaev/flux-orders)[ Packagist](https://packagist.org/packages/nurdaulet/flux-orders)[ RSS](/packages/nurdaulet-flux-orders/feed)WikiDiscussions main Synced 2w ago

READMEChangelogDependencies (6)Versions (8)Used By (1)

Пакет sms-kz для Laravel
========================

[](#пакет-sms-kz-для-laravel)

Пакет flux-orders - заказы .

Установите пакет с помощью Composer:

```
 composer require Nurdaulet/flux-orders
```

Конфигурация
------------

[](#конфигурация)

После установки пакета, вам нужно опубликовать конфигурационный файл. Вы можете сделать это с помощью следующей команды:

```
php artisan vendor:publish --tag=flux-orders-config
php artisan vendor:publish --provider="Nurdaulet\FluxOrders\FluxOrdersServiceProvider"
```

Вы можете самостоятельно добавить поставщика услуг административной панели Filament в файл config/app.php.

```
'providers' => [
    // ...
    Nurdaulet\FluxOrders\FluxOrdersFilamentServiceProvider::class,
];
```

Вы можете самостоятельно добавить поставщика услуг административной панели Filament в файл config/app.php.

```
use Filament\Facades\Filament;
use Filament\Navigation\NavigationBuilder;
use Filament\Navigation\NavigationGroup;
use Nurdaulet\FluxAuth\Filament\Resources\UserResource;

public function boot(): void
{
    //...
    Filament::navigation(function (NavigationBuilder $builder): NavigationBuilder {
    return $builder
        ->groups([
            NavigationGroup::make('Главная')
                ->items([
                    ...UserResource::getNavigationItems(),
                    //...

                ]),
        ]);
    });
}
```

###  Health Score

25

—

LowBetter than 35% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity53

Maturing project, gaining track record

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

Total

7

Last Release

973d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/70be8da80f6e7480105e90a233f7482a8d85c68bf40f6c38fb7b7dd47da7cc44?d=identicon)[Nurdaulet](/maintainers/Nurdaulet)

### Embed Badge

![Health badge](/badges/nurdaulet-flux-orders/health.svg)

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

###  Alternatives

[finity-labs/fin-mail

A powerful email template manager and composer for Filament with dynamic token replacement, template versioning, and inline email sending.

316.8k2](/packages/finity-labs-fin-mail)[statikbe/laravel-filament-flexible-content-blocks

The Laravel Filament Flexible Content Blocks package helps you to easily create content in Filament for any model, with predefined or custom blocks, and foreach block an extendable Blade view component.

17927.9k6](/packages/statikbe-laravel-filament-flexible-content-blocks)[backstage/mails

View logged mails and events in a beautiful Filament UI.

16429.7k](/packages/backstage-mails)[rawilk/profile-filament-plugin

Profile &amp; MFA starter kit for filament.

3915.5k](/packages/rawilk-profile-filament-plugin)[crumbls/layup

A visual page builder plugin for Filament 5 — Divi-style grid layouts with extensible widgets.

604.0k2](/packages/crumbls-layup)

PHPackages © 2026

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