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

ActiveLibrary

nurdaulet/flux-base
===================

Base provider

1.1.20(1y ago)03023proprietaryPHPPHP ^8.0

Since Nov 3Pushed 1y ago1 watchersCompare

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

READMEChangelogDependencies (9)Versions (58)Used By (3)

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

```
 composer require nurdaulet/flux-base
```

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

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

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

```
php artisan vendor:publish --provider="Nurdaulet\FluxBase\FluxBaseServiceProvider"
php artisan vendor:publish --tag flux-base-config
```

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

```
'providers' => [
    // ...
    Nurdaulet\FluxBase\FluxBaseFilamentServiceProvider::class,
];
```

По умолчанию все разделы будут добавлены, вы также можете самостоятельно добавить разделы в админ-панели Filament в файле AppServiceProvider.php.

```
Filament::navigation(function (NavigationBuilder $builder): NavigationBuilder {
    return $builder
        ->groups([
            NavigationGroup::make('Главная')
                ->items([
                //...
                ...BannerResource::class,
        ]),
    ]);
});

```

Список всех ресурсов

```
[
    BannerResource::class,
    CityResource::class,
    RatingResource::class,
    ComplaintReasonResource::class,
    RentTypeResource::class,
    MobileAppResource::class,
    SupportResource::class,
    PartnerResource::class,
]
```

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance31

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity61

Established project with proven stability

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

Recently: every ~11 days

Total

57

Last Release

725d ago

### Community

Maintainers

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

### Embed Badge

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

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

###  Alternatives

[sylius/sylius

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

8.4k5.6M651](/packages/sylius-sylius)[internal/dload

Downloads binaries.

98142.7k10](/packages/internal-dload)[outerweb/filament-translatable-fields

Filament integration for spatie/laravel-translatable

3582.9k8](/packages/outerweb-filament-translatable-fields)[sylius/core

Sylius e-commerce core. It integrates all components.

10143.1k31](/packages/sylius-core)[openplain/filament-tree-view

Tree view for Filament resources - drop-in replacement for Table with drag-and-drop hierarchical data management

318.5k](/packages/openplain-filament-tree-view)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

255.2k](/packages/aedart-athenaeum)

PHPackages © 2026

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