Download the PHP package escolalms/mailerlite without Composer
On this page you can find all versions of the php package escolalms/mailerlite. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download escolalms/mailerlite
More information about escolalms/mailerlite
Files in escolalms/mailerlite
Download escolalms/mailerlite
More information about escolalms/mailerlite
Files in escolalms/mailerlite
Vendor escolalms
Package mailerlite
Short Description Escola LMS MailerLite integration.
License MIT
Package mailerlite
Short Description Escola LMS MailerLite integration.
License MIT
Please rate this library. Is it a good library?
Informations about the package mailerlite
MailerLite
What does it do
This package is used for integration with MailerLite after dispatching events.
Installing
composer require escolalms/mailerlite
Example
You can set the package status and api key using the Facade
Group names are also configurable.
Tests
Run ./vendor/bin/phpunit
to run tests.
Listeners
Handling events
EscolaLms\Auth\Events\AccountConfirmed
=> add to group of registered users (escolalms_mailer_lite.group_registered_group
)EscolaLms\Cart\Events\ProductBought
=> add to group of users with paid orders (escolalms_mailer_lite.group_order_paid
)EscolaLms\Auth\Events\AccountBlocked
=> remove from all groupsEscolaLms\Cart\Events\AbandonedCartEvent
=> add to the group of users with abandoned carts (escolalms_mailer_lite.group_left_cart
)EscolaLms\Cart\Events\OrderCreated
=> remove from the group of users with abandoned carts (escolalms_mailer_lite.group_left_cart
)
All versions of mailerlite with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.4
escolalms/auth Version ^0
escolalms/core Version ^1
escolalms/settings Version ^0
guzzlehttp/guzzle Version ^7
laravel/framework Version >=8.0
mailerlite/mailerlite-api-v2-php-sdk Version ^0.3.2
php-http/guzzle7-adapter Version ^1.0
escolalms/auth Version ^0
escolalms/core Version ^1
escolalms/settings Version ^0
guzzlehttp/guzzle Version ^7
laravel/framework Version >=8.0
mailerlite/mailerlite-api-v2-php-sdk Version ^0.3.2
php-http/guzzle7-adapter Version ^1.0
The package escolalms/mailerlite contains the following files
Loading the files please wait ....