Download the PHP package theafolayan/listmonk-laravel without Composer
On this page you can find all versions of the php package theafolayan/listmonk-laravel. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download theafolayan/listmonk-laravel
More information about theafolayan/listmonk-laravel
Files in theafolayan/listmonk-laravel
Download theafolayan/listmonk-laravel
More information about theafolayan/listmonk-laravel
Files in theafolayan/listmonk-laravel
Vendor theafolayan
Package listmonk-laravel
Short Description A Laravel package for interacting with the Listmonk API
License MIT
Package listmonk-laravel
Short Description A Laravel package for interacting with the Listmonk API
License MIT
Please rate this library. Is it a good library?
Informations about the package listmonk-laravel
Listmonk Laravel
A Laravel package for interacting with the Listmonk API.
Installation
-
Install the package via Composer:
-
Publish the configuration file:
- Configure your
.env
file with the following variables:
Usage
Example: Manage Subscribers
Get all subscribers:
Add a subscriber
Example: Manage Lists
Get all lists:
Create a new list
Facade
You can use the Listmonk
facade to interact with the Listmonk API:
Dependency Injection
Alternatively, you can inject the Listmonk class into your services:
Methods
getSubscribers(array $filters = [])
createSubscriber(array $data)
getLists()
createList(array $data)
Contributing
Contributions are welcome! To contribute:
- Fork the repository.
- Create a feature branch.
- Submit a pull request.
License
This package is open-sourced software licensed under the MIT license.
All versions of listmonk-laravel with dependencies
PHP Build Version
Package Version
The package theafolayan/listmonk-laravel contains the following files
Loading the files please wait ....