Download the PHP package patienceman/notifier without Composer

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

Patienceman 🪴 Notification

Provide a convenient way to interact with Notifications, including Emails, Dbnotification, and one signal notifications, it just helps your declaration and interaction easier.

Installation

Install the package doesn't require much requirement except to use the following command in the laravel terminal, and you're good to go.

Before get started let first create Queue table and Notifications:

Finally, don't forget to instruct your application to use the database by updating the variable in your application's or any queue drive you use, consider Laravel queue doc file:

Usage

To start working with Noptifier, u need to run command :tada: in your custom directories:

so it will create the filter file for you, Just in Notifiers directory

But in this doc, we'll be using

So you may want even to specify the custom path for your Notifier, Just relax and add it in front of your notifier name. Let's take again our current example.

To communicate/use your Notifier, you only need to call Notifier class, Let take a quick example in our CandidateController class to notify about application between creator and seeker

Now on, we are able send our email notification anytime, any place. So there is many feature comes with notifier, includes

let take a look:

So to access the passed users you need to just call one by one using indexes: for example: with

This is so cool, but there might be a time where you need to queue all notifier, not single one like above, let see how: but let support we have also OneSignalNotification:

As u see above, we're working with payloads to notifier, Let see how to get all payload and all targeted user:

There is tile also you want to send notification to all recipients without chose who: by just use function

You held this function right!!?, This function can be used in Laravel DBNotification to store custom notification in table: So let see full implementation:

or use customized way:

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change. Please make sure to update tests as appropriate.


All versions of notifier with dependencies

PHP Build Version
Package Version
Requires php Version ^8.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 patienceman/notifier contains the following files

Loading the files please wait ....