baraja-core / newsletter
Sběr emailů
Installs: 3 821
Dependents: 1
Suggesters: 0
Security: 0
Stars: 3
Watchers: 2
Forks: 0
Open Issues: 1
Requires
- php: ^8.0
- baraja-core/doctrine: ^3.0
- baraja-core/emailer: ^1.2
- baraja-core/localization: ^2.0
- baraja-core/network: ^1.0
- baraja-core/plugin-system: ^2.4
- baraja-core/structured-api: ^4.0
- baraja-core/url: ^1.1
- nette/caching: ^3.0
- nette/di: ^3.0
- nette/utils: ^3.0
Requires (Dev)
- phpstan/extension-installer: ^1.1
- phpstan/phpstan: ^1.0
- phpstan/phpstan-deprecation-rules: ^1.0
- phpstan/phpstan-nette: ^1.0
- phpstan/phpstan-strict-rules: ^1.0
- roave/security-advisories: dev-master
- spaze/phpstan-disallowed-calls: ^2.0
- tracy/tracy: ^2.8
This package is auto-updated.
Last update: 2024-10-23 06:00:53 UTC
README
Advanced interface for collecting e-mails and sending newsletters.
We distinguish between authorized and unauthorized logins, which are automatically deleted by cron.
📦 Installation
It's best to use Composer for installation, and you can also find the package on Packagist and GitHub.
To install, simply use the command:
$ composer require baraja-core/newsletter
You can use the package manually by creating an instance of the internal classes, or register a DIC extension to link the services directly to the Nette Framework.
📄 License
baraja-core/newsletter
is licensed under the MIT license. See the LICENSE file for more details.