PHPackages                             lewisbaker/silex-postmarkapp - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Framework](/categories/framework)
4. /
5. lewisbaker/silex-postmarkapp

ActiveLibrary[Framework](/categories/framework)

lewisbaker/silex-postmarkapp
============================

PostmarkApp Service Provider for the Silex PHP Microframework

00PHP

Since Feb 22Pushed 13y ago1 watchersCompare

[ Source](https://github.com/2bard/PostmarkAppServiceProvider)[ Packagist](https://packagist.org/packages/lewisbaker/silex-postmarkapp)[ RSS](/packages/lewisbaker-silex-postmarkapp/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

\#PostmarkApp Service Provider for Silex

This is a service provider for the Silex PHP Microframework, it provides access to Postmark app via the [CentralApps mail component](https://github.com/CentralApps/Mail-PostmarkApp).

\##Installation

1. Add to your `composer.json` file

    { "repositories": \[ { "type": "vcs", "url": "" } \], "require": { "lewisbaker/silex-postmarkapp": "dev-master" } }
2. Download composer

    curl -s  | php
3. Install the dependencies

    php composer.phar install

\##Usage

```
