postmark-inbound-php
Simple API wrapper for Postmark Inbound Hook
File Explorer
Download Latest Version (.zip)- autoload.php
- autoload_classmap.php
- autoload_namespaces.php
- ClassLoader.php
- autoload_classmap.php
- autoload_namespaces.php
- ClassLoader.php
- installed.json
- autoload.php
- composer.json
- composer.lock
- composer.phar
- index.php
- index.php
- inbound.json
- Attachment.php
- Attachments.php
- Autoloader.php
- Inbound.php
- InboundException.php
- AttachmentsTest.php
- AutoloaderTest.php
- ExceptionTest.php
- InboundTest.php
- bootstrap.php
- .gitignore
- .travis.yml
- CHANGELOG.md
- composer.json
- LICENSE
- phpunit.xml
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/jjaffeux/postmark-inbound-php
Downloads the entire project code from GitHub to your computer.
cd postmark-inbound-php
Moves into the project folder you just downloaded.
2. PHP (Composer)
Easy RecommendedPrerequisites
composer install
Installs the PHP libraries listed in composer.json.
Run it with a built-in server like php -S localhost:8000, then open http://localhost:8000 in your browser.
// repository documentation
Was this content helpful?
(0 ratings)
