Download the PHP package netglue/psr-container-postmark without Composer
On this page you can find all versions of the php package netglue/psr-container-postmark. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download netglue/psr-container-postmark
More information about netglue/psr-container-postmark
Files in netglue/psr-container-postmark
Package psr-container-postmark
Short Description Postmark client factories for PSR Containers
License MIT
Informations about the package psr-container-postmark
PSR-11 Container Factories for Postmark API Clients
Introduction
This very small library provides PSR-11 compatible factories for creating Postmark HTTP clients for either servers for sending mail, or the admin client for managing your account.
Postmark is a reliable transactional email delivery service. These factories return clients from their official PHP library.
Install
Usage
By default, the container will look for application configuration using the id config
which is a generally accepted standard. If your PSR-11 container doesn't return an associative array when calling $container->get('config')
then this lib will likely be useless to you.
Postmark-specific configuration is, by default, expected underneath the 'postmark'
key, though this can be modified.
Assuming defaults, your configuration for the clients should look like this:
You would then wire up your container so that a key of your choosing is mapped to the factory classes, perhaps:
If you run multiple servers for some reason, you can wire up the factory in the following way to use different configuration for different servers:
Given the above container setup, you'd need to specify two top-level configuration arrays with a server key in each for
'postmark_server_1'
and 'postmark_server_2'
Laminas Integration
Because I use Laminas (Formerly Zend) components a lot, this lib will auto-wire dependencies (if you choose to allow it) during composer installation thanks to laminas-component-installer.
fin.
All versions of psr-container-postmark with dependencies
wildbit/postmark-php Version ^2.9||^3.0||^4.0||^6.0
psr/container Version ^1.0.0 || ^2.0.0