Download the PHP package andreia/filament-recurrence without Composer

On this page you can find all versions of the php package andreia/filament-recurrence. 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 filament-recurrence

Filament Recurrence Plugin

A full-featured Filament PHP plugin for handling recurrence patterns with form fields, table columns, and infolist components.

Features

Filament Recurrence Demo Video

Requirements

Dependencies

Built on top of the powerful simshaun/recurr package.

The recurrence form uses tapp/filament-timezone-field for the timezone dropdown.

Composer installs both automatically as a dependency of this package.

Appearance

Form Field

Form Field Example 1

Form Field Example 2

Form Field Example 3

Form Field Example 4

Table Column

Table Column

Infolist

Infolist Entry

Installation

Install the package via Composer:

Database

Recurrence is stored as JSON on your model’s table. Add a nullable json column (name it however you like; the docs assume recurrence):

Configuration (optional)

Publish the configuration file:

Available options in config/filament-recurrence.php:

The timezone value is the default for new recurrence records and data without a stored timezone. Each record can override it using the Timezone field; the chosen identifier (e.g. Europe/Berlin) is persisted in the recurrence payload alongside other fields.

Add to your Filament theme.css:

and run npm run build or bun run build.

Model Setup

Using the Cast

Add the cast to your model:

Using the Trait

Add helpful methods to your model:

Basic Usage

Form Field

Add the recurrence field to your Filament form:

Table Column

Display recurrence patterns in your table:

Infolist Entry

Show detailed recurrence information:

Advanced Usage

Working with RecurrenceData

The RecurrenceData DTO provides a clean interface for working with recurrence patterns:

Form Field Customization

Table Column Customization

Infolist Entry Customization

Recurrence Patterns Examples

Daily Patterns

Weekly Patterns

Monthly Patterns

Yearly Patterns

Testing

Code Formatting

Changelog

Please see CHANGELOG for more information on what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Security Vulnerabilities

Please review our security policy on how to report security vulnerabilities.

Credits

Love this project? Help keep it growing! 🚀

I built Filament Recurrence to be a powerful tool for the community, and your support is what keeps it running. If this project has saved you time or solved a headache, consider showing your appreciation:

Thank you for supporting open-source development! ❤️

License

The MIT License (MIT). Please see License File for more information.


Made with ❤️ for the Filament community


All versions of filament-recurrence with dependencies

PHP Build Version
Package Version
Requires php Version ^8.3
filament/filament Version ^5.0|^4.0
illuminate/contracts Version ^12.0|^13.0
simshaun/recurr Version ^5.0
spatie/laravel-package-tools Version ^1.16
tapp/filament-timezone-field Version ^3.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 andreia/filament-recurrence contains the following files

Loading the files please wait ...