Download the PHP package tomatophp/filament-alerts without Composer

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

Screenshot

Filament Alerts Sender

Dependabot Updates PHP Code Styling Tests Latest Stable Version License Downloads

Send notification to users using notification templates and multi notification channels, it's support Filament Native Notification Service with macro, and a full integration to FCM service worker notifications

Features

Screenshots

Templates Create Template Create Template Image Edit Template Logs Send Notification Try View Template

Installation

after install your package please run this command

if you are not using this package as a plugin please register the plugin on /app/Providers/Filament/AdminPanelProvider.php

Usage

to set up any model to get notifications you

and you must set the settings for FCM to get real-time notification

Queue

the notification is run on queue, so you must run the queue worker to send the notifications

Use Filament Native Notification

you can use the filament native notification and we add some macro for you

Notification Service

to create a new template you can use template CRUD and make sure that the template key is unique because you will use it on every single notification.

Send Notification

to send a notification you must use our helper SendNotification::class like

where $template is selected of the template by key or id, and title, body use to select and replace string on the template with custom data

Notification Channels

you can use multiple notification channels like

it can be working with direct user methods like

Hide Notifications Resources

to hide the notification resources from the sidebar you can use the plugin method hideNotificationsResources like

Use Email Settings

we have build a Email settings to change your SMTP settings direct from GUI to allow this feature just add this method to the plugin

Add Custom Driver

you can add a custom driver follow up Driver abstract class like this

then just use the facade service method in your service provider boot()

Register Custom Type

you can add a custom type using facade service method in your service provider boot()

Register Custom Action

you can add a custom action using facade service method in your service provider boot()

Register Custom User Type

you can add a custom user type using facade service method in your service provider boot()

User Alerts Resource Hooks

we have add a lot of hooks to make it easy to attach actions, columns, filters, etc

Table Columns

Table Actions

Table Filters

Table Bulk Actions

From Components

Page Actions

Infolist Entries

Custom Resource Classes

you can customize all resource classes to be any class you want with the same return from the config file

Publish Assets

you can publish config file by use this command

you can publish views file by use this command

you can publish languages file by use this command

you can publish migrations file by use this command

Testing

if you like to run PEST testing just use this command

Code Style

if you like to fix the code style just use this command

PHPStan

if you like to check the code by PHPStan just use this command

Other Filament Packages

Checkout our Awesome TomatoPHP


All versions of filament-alerts with dependencies

PHP Build Version
Package Version
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 tomatophp/filament-alerts contains the following files

Loading the files please wait ....