serato / sendgrid
A library for sending transactional emails using SendGrid
Installs: 80 268
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 7
Forks: 10
Open Issues: 0
Requires
- php: ^7.1 || ^8.0
- sendgrid/sendgrid: ^7 || ^8
Requires (Dev)
- enlightn/security-checker: ^1.4 || ^2
- phpstan/phpstan: ^1.4
- phpunit/phpunit: ^7 || ^8
- squizlabs/php_codesniffer: ^3.0
- dev-master
- v4.0.1
- v4.0.0
- v3.0.14
- v3.0.13
- v3.0.12
- v3.0.11
- v3.0.10
- v3.0.9
- v3.0.8
- v3.0.7
- v3.0.7-alpha.1
- v3.0.7-alpha
- v3.0.6
- v3.0.5
- v3.0.4
- v3.0.3
- v3.0.2
- v3.0.1
- v3.0.0
- v2.0.3
- v2.0.2
- v2.0.1
- v2.0.0
- v1.0.31
- v1.0.30
- v1.0.29
- v1.0.28
- v1.0.27
- v1.0.26
- 1.0.25
- v1.0.24
- v1.0.23
- v1.0.22
- v1.0.21
- v1.0.20
- 1.0.19
- 1.0.18
- v1.0.17
- v1.0.16
- v1.0.15
- v1.0.14
- v1.0.13
- v1.0.12
- v1.0.11
- v1.0.10
- v1.0.9
- 1.0.8
- v1.0.7
- v1.0.6
- v1.0.5
- v1.0.4
- v1.0.3
- v1.0.2
- v1.0.1
- v1.0.0
- dev-WEB-10540
- dev-WEB-9027
This package is auto-updated.
Last update: 2024-09-04 19:43:14 UTC
README
A PHP library for sending transactional emails using SendGrid
Adding to a project via composer.json
To include this library in a PHP project add the following line to the project's
composer.json
file in the require
section:
{ "require": { "serato/serato-sendgrid": "dev-master" } }
See Packagist for a list of all available versions.
Requirements
This library requires PHP 7.1 or greater.
Style guide
Please ensure code adheres to the PHP-FIG PSR-2 Coding Style Guide
Use PHP_CodeSniffer to validate your code against coding standards:
$ ./vendor/bin/phpcs
PHPStan
Use PHPStan for static code analysis:
$ vendor/bin/phpstan analyse
Unit tests
Configuration for PHPUnit is defined within phpunit.xml.
To run tests:
$ php vendor/bin/phpunit