Download the PHP package occtherapist/advanced-roster-for-filament without Composer

On this page you can find all versions of the php package occtherapist/advanced-roster-for-filament. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package advanced-roster-for-filament

Advanced Roster for Filament

Latest Version on Packagist Total Downloads PHP Version

A flexible weekly roster page for Filament — drag-and-drop entries, filters & views, row reordering, recurring shifts, day notes, and optional PDF export.

Built for Filament v4 and v5 on Laravel 11, 12, and 13. Assign any Eloquent model as roster rows (default: User), scope data to your tenant or team, and extend validation rules when you need them.


Why this package?

Need This package
Weekly roster in a Filament panel Ready-made RosterPage with calendar navigation
Any model as rows Configurable assignee model (default: User)
Drag & drop entries and row order Move, copy, and reorder — persisted per user and scope
Filters & views Filter visible rows by assignee; register custom filters for role, location, and more
Recurring entries Series with edit/delete for single or future occurrences
Day notes Optional colored notes per day (feature-flagged)
No hard-coded HR rules Overlap check built-in; custom rules via validator registry
Multi-tenant ready RosterScopeResolver — Filament tenancy as default
PDF or browser print Spatie PDF when available, print-optimized Blade as fallback
German & English Translations included

Features


Requirements

Optional (PDF export):

Package Purpose
spatie/laravel-pdf PDF generation for printAction()

Without a PDF library, the package falls back to a print-optimized Blade view (browser print).


Installation

Register the plugin in your panel provider:

Publish and run migrations:

Publish config (optional):


Configuration

Assignee model overrides

The assignee model can override config defaults with optional methods:

Method Purpose
getRosterNameColumn() Column used for the row label
getRosterLabel() Custom label when a column is not enough
scopeForRoster($query, $scope) Filter which records appear as rows
getRosterUrl() Optional link from the row header
isVisibleOnRoster($date) Hide rows on specific dates

Custom entry type enum

Provide your own backed enum in config. It must implement Filament's HasLabel and HasColor contracts, plus RosterEntryTypeContract:

Filters & views

The roster toolbar includes a filter button (funnel icon). Active filters are combined with AND logic. An empty selection means “no restriction” — all assignees stay visible.

The built-in AssigneeRosterFilter lets users pick which people appear in the grid. Filter values are stored per user and scope in roster_user_preferences.

Register additional filters by implementing RosterFilter:

Add your filter class to the filters array in config. Disable the entire feature with 'features.filters' => false.

Extension points

Contract Purpose
RosterScopeResolver Resolve scope_id / scope_type (Filament tenant by default)
RosterSection Register additional roster sections (v1 ships one default section)
RosterEntryValidator Add create/update/move/copy validation rules
RosterFilter Add roster view filters (role, location, team, etc.)

Authorization

The package does not ship permissions or policies. Restrict access in your host app via Filament canAccess(), policies, or middleware.


Roadmap

Version Focus
v0.1.0 Core roster page, entries, drag & drop, row order, recurrence
v0.2.0 Day notes, PDF / print fallback
v0.3.0 Filters & views with extensible filter registry
v1.0 Stable API, test coverage, Filament plugin listing

Contributing

Contributions are welcome! Open an issue for bugs or feature requests.


License

MIT © Igor Clauss


Author

Igor Clauss — Laravel & Filament developer


All versions of advanced-roster-for-filament with dependencies

PHP Build Version
Package Version
Requires php Version ^8.2
filament/filament Version ^4.0|^5.0
illuminate/contracts Version ^11.0|^12.0|^13.0
illuminate/support Version ^11.0|^12.0|^13.0
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package occtherapist/advanced-roster-for-filament contains the following files

Loading the files please wait ...