PHPackages                             adminos/feedmanager-pro - 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. [Admin Panels](/categories/admin)
4. /
5. adminos/feedmanager-pro

ActiveLibrary[Admin Panels](/categories/admin)

adminos/feedmanager-pro
=======================

Pro extension for adminos/feedmanager — adds B2B partner feeds with per-partner UUID tokens, rate limiting, download logs and a Filament admin UI for partner management.

v0.1.0-alpha.3(1mo ago)011proprietaryPHPPHP ^8.3

Since Apr 28Pushed 1mo agoCompare

[ Source](https://github.com/AdminosCZ/feedmanager-pro)[ Packagist](https://packagist.org/packages/adminos/feedmanager-pro)[ Docs](https://adminos.cz)[ RSS](/packages/adminos-feedmanager-pro/feed)WikiDiscussions main Synced 1w ago

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

ADMINOS Feed Manager PRO
========================

[](#adminos-feed-manager-pro)

B2B partner feeds extension for `adminos/feedmanager`. Adds per-partner UUID-token-protected XML feeds with 24-hour sliding-window rate limits and a Filament admin UI for partner management.

What it provides
----------------

[](#what-it-provides)

- `Partner` entity (company info, UUID `access_token`, per-feed-type rate limits, `feeds_active` kill switch)
- `DownloadLog` (append-only record of every successful partner download)
- `B2bFeedExporter` — streamed `/` XML built from the `Product` catalogue defined in `adminos/feedmanager`
- HTTP middleware: `PartnerTokenAuth` (UUID lookup + active check) and `PartnerRateLimit` (24h sliding window, only 200s count toward the limit)
- Public route `GET /feed/{token}/{type}` (`type` = `full` | `stock`)
- Filament Resource for managing partners with quick-action buttons (regenerate token, toggle feeds) and a recent downloads relation manager

Installation
------------

[](#installation)

In an ADMINOS skeleton project that already has `adminos/feedmanager`:

```
composer require adminos/feedmanager-pro
php artisan migrate
```

The service provider is auto-discovered. To make the partner Filament resource visible in your admin panel, register the plugin alongside the base feedmanager plugin:

```
use Adminos\Modules\Feedmanager\Filament\FeedmanagerPlugin;
use Adminos\Modules\FeedmanagerPro\Filament\FeedmanagerProPlugin;

$panel
    ->plugins([
        FeedmanagerPlugin::make(),
        FeedmanagerProPlugin::make(),
    ]);
```

If you don't need B2B partner feeds, leave this package uninstalled — `adminos/feedmanager` alone covers product ingest from supplier feeds and B2C marketplace exports.

Requirements
------------

[](#requirements)

- PHP 8.3+
- Laravel 13+
- Filament 4+
- `adminos/core` ^0.1.0-alpha.2
- `adminos/feedmanager` ^0.1.0-alpha.1

License
-------

[](#license)

Proprietary. See [LICENSE](LICENSE). Copyright © Rekoj.cz.

Issues and pull requests
------------------------

[](#issues-and-pull-requests)

This repository is a **read-only mirror** generated from the [`AdminosCZ/adminos`](https://github.com/AdminosCZ/adminos) monorepo by a subtree-split GitHub Action. Pull requests and issues opened here cannot be merged. File them against the monorepo instead:

- Issues:
- Pull requests:

###  Health Score

35

—

LowBetter than 77% of packages

Maintenance93

Actively maintained with recent releases

Popularity1

Limited adoption so far

Community5

Small or concentrated contributor base

Maturity34

Early-stage or recently created project

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

42d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/f424dd587d95ec228a84e89e24af75002b367a4a0a50761abebbeed87c2fd741?d=identicon)[AdminosCZ](/maintainers/AdminosCZ)

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/adminos-feedmanager-pro/health.svg)

```
[![Health](https://phpackages.com/badges/adminos-feedmanager-pro/health.svg)](https://phpackages.com/packages/adminos-feedmanager-pro)
```

###  Alternatives

[psalm/plugin-laravel

Psalm plugin for Laravel

3325.1M337](/packages/psalm-plugin-laravel)[laravel/ai

The official AI SDK for Laravel.

9782.1M153](/packages/laravel-ai)[spatie/laravel-health

Monitor the health of a Laravel application

88011.3M149](/packages/spatie-laravel-health)[pressbooks/pressbooks

Pressbooks is an open source book publishing tool built on a WordPress multisite platform. Pressbooks outputs books in multiple formats, including PDF, EPUB, web, and a variety of XML flavours, using a theming/templating system, driven by CSS.

45344.0k1](/packages/pressbooks-pressbooks)[api-platform/laravel

API Platform support for Laravel

59156.3k10](/packages/api-platform-laravel)[calebdw/larastan

Larastan - Discover bugs in your code without running it. A phpstan/phpstan extension for Laravel

15104.9k4](/packages/calebdw-larastan)

PHPackages © 2026

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