Download the PHP package adminos/feedmanager-pro without Composer
On this page you can find all versions of the php package adminos/feedmanager-pro. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download adminos/feedmanager-pro
More information about adminos/feedmanager-pro
Files in adminos/feedmanager-pro
Package feedmanager-pro
Short Description 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.
License proprietary
Homepage https://adminos.cz
Informations about the package feedmanager-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
Partnerentity (company info, UUIDaccess_token, per-feed-type rate limits,feeds_activekill switch)DownloadLog(append-only record of every successful partner download)B2bFeedExporter— streamed<products>/<product>XML built from theProductcatalogue defined inadminos/feedmanager- HTTP middleware:
PartnerTokenAuth(UUID lookup + active check) andPartnerRateLimit(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
In an ADMINOS skeleton project that already has adminos/feedmanager:
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:
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
- PHP 8.3+
- Laravel 13+
- Filament 4+
adminos/core^0.1.0-alpha.2adminos/feedmanager^0.1.0-alpha.1
License
Proprietary. See LICENSE. Copyright © Rekoj.cz.
Issues and pull requests
This repository is a read-only mirror generated from the 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: https://github.com/AdminosCZ/adminos/issues
- Pull requests: https://github.com/AdminosCZ/adminos/pulls
All versions of feedmanager-pro with dependencies
adminos/core Version ^0.1.0-alpha.2@dev
adminos/feedmanager Version ^0.1.0-alpha.1@dev
filament/filament Version ^4.0
illuminate/contracts Version ^13.0
illuminate/database Version ^13.0
illuminate/support Version ^13.0