subscribable-notifications | Laravel package for adding unsubscribe links
kandi X-RAY | subscribable-notifications Summary
kandi X-RAY | subscribable-notifications Summary
subscribable-notifications is a PHP library. subscribable-notifications has no bugs, it has no vulnerabilities, it has a Permissive License and it has low support. You can download it from GitHub.
This package has been designed to help you handle email unsubscribes with as little as 5 minutes setup. After installing your notifications sent over email should now be delivered with unsubscribe links in the footer and as a mail header which email clients can present to the user for quicker unsubscribing. It can also handle resolving the unsubscribing of the user through a signed route/controller.
This package has been designed to help you handle email unsubscribes with as little as 5 minutes setup. After installing your notifications sent over email should now be delivered with unsubscribe links in the footer and as a mail header which email clients can present to the user for quicker unsubscribing. It can also handle resolving the unsubscribing of the user through a signed route/controller.
Support
Quality
Security
License
Reuse
Support
subscribable-notifications has a low active ecosystem.
It has 145 star(s) with 5 fork(s). There are 9 watchers for this library.
It had no major release in the last 12 months.
There are 1 open issues and 4 have been closed. On average issues are closed in 84 days. There are 2 open pull requests and 0 closed requests.
It has a neutral sentiment in the developer community.
The latest version of subscribable-notifications is v1.4.0
Quality
subscribable-notifications has 0 bugs and 0 code smells.
Security
subscribable-notifications has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
subscribable-notifications code analysis shows 0 unresolved vulnerabilities.
There are 0 security hotspots that need review.
License
subscribable-notifications is licensed under the MIT License. This license is Permissive.
Permissive licenses have the least restrictions, and you can use them in most projects.
Reuse
subscribable-notifications releases are available to install and integrate.
Installation instructions, examples and code snippets are available.
subscribable-notifications saves you 141 person hours of effort in developing the same functionality from scratch.
It has 376 lines of code, 40 functions and 17 files.
It has low code complexity. Code complexity directly impacts maintainability of the code.
Top functions reviewed by kandi - BETA
kandi has reviewed subscribable-notifications and discovered the below as its top functions. This is intended to give you an instant insight into subscribable-notifications implemented functionality, and help decide if they suit your requirements.
- Send a notification .
- Add a message to the mail message .
- Bootstrap the application .
- Parse handler .
- Get or set user model
- Check subscription status
- Register the service provider .
- Get the unsubscribe link .
- Loads the routes .
Get all kandi verified functions for this library.
subscribable-notifications Key Features
No Key Features are available at this moment for subscribable-notifications.
subscribable-notifications Examples and Code Snippets
No Code Snippets are available at this moment for subscribable-notifications.
Community Discussions
No Community Discussions are available at this moment for subscribable-notifications.Refer to stack overflow page for discussions.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install subscribable-notifications
You can install the package via composer:. Optionally to make use of the built in unsubscribing handler you can publish the application service provider. If you wish to implement your own unsubscribing process and only insert unsubscribe links into your notifications, you can forgo doing this. This will create a \App\Providers\SubscriberServiceProvider class which you will need to register in config/app.php. After this you can configure your unsubscribe handlers quickly as methods within the service provider that return the closures. The package itself does not determine how you store or evaluate your users' subscribed state. Instead it provides hooks in which to handle that.
Support
If you wish to implement your own completely different unsubscribeLink() method you can.
Find more information at:
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page