Download the PHP package wildbit/laravel-postmark-provider without Composer

On this page you can find all versions of the php package wildbit/laravel-postmark-provider. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package laravel-postmark-provider

Sunset Notice:

The Laravel Postmark Provider is no longer being actively updated. The following is a short discussion on the reasoning for discontinuing the provider. However, it's still really easy to still use Postmark in Laravel using SMTP, and since the SMTP provider is part of Laravel, it'll keep working when you update Laravel and you won't need to install any dependencies to use it.

Here's everything you'll need:

Update your config/mail.php file to include the following:

Advanced Integrations:

We provide an official PHP library that can be installed via composer to do more advanced Postmark integrations. If you want to move beyond basic email sending, Postmark-PHP will give you easy access to all Postmark API endpoints.

Keep using this provider anyway:

The Postmark Laravel Provider was built and will work with versions of Laravel up to 5.2, if you'd still like to use it, please feel free to follow the instructions below.

1. Install this package in your Laravel Project:
2. Define your server token in your .env file:
3. Add Postmark to your config/services.php file (it will use the token in your .env from Step 2):
4. Update your application's MailProvider in your config/app.php file:

Find this line:

And replace it with:

That's it! You've integrated Postmark into your Laravel Application.


All versions of laravel-postmark-provider with dependencies

PHP Build Version
Package Version
Requires wildbit/swiftmailer-postmark Version ~2.0
illuminate/mail Version ~5.2
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package wildbit/laravel-postmark-provider contains the following files

Loading the files please wait ....