Download the PHP package pigeon/pigeon-laravel without Composer
On this page you can find all versions of the php package pigeon/pigeon-laravel. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download pigeon/pigeon-laravel
More information about pigeon/pigeon-laravel
Files in pigeon/pigeon-laravel
Package pigeon-laravel
Short Description Pigeon lets you easily manage your outbound email, push notifications and SMS. Visit https://pigeonapp.io for more details.
License MIT
Homepage https://pigeonapp.io
Informations about the package pigeon-laravel
Pigeon
Pigeon lets you easily manage your outbound email, push notifications and SMS. Visit https://pigeonapp.io for more details.
Installation
Require via composer.
Laravel
The package will be discovered for Laravel >=5.5. For Laravel <=5.4, add package to the list of service providers in config/app.php
Add the Pigeon facade alias in your config/app.php
.
Lumen
In Lumen, find the Register Service Providers
in your bootstrap/app.php
and register the Pigeon Service Provider.
Configuration
By default, the package uses PIGEON_PUBLIC_KEY
and PIGEON_PRIVATE_KEY
environment variables. To customize the configuration file, publish the package configuration using Artisan.
or if using Laravel 5.5:
The settings can be found in the generated config/pigeon.php
configuration file. By default, the keys would be retrieved from your .env file.
Usage
Prepare for the delivery
- Message identifier is used to identify the message. Grab this from your Pigeon dashboard.
- Parcels array accepts
to
,cc
,bcc
anddata
.
Deliver
Parcel sample (Single recipient)
Parcel sample (Multiple recipients)
Contributing
You can contribute in one of three ways:
- File bug reports using the issue tracker.
- Answer questions or fix bugs on the issue tracker.
- Contribute new features or update the wiki.
The code contribution process is not very formal. You just need to make sure that you follow the PSR-0, PSR-1, and PSR-2 coding guidelines. Any new code contributions must be accompanied by unit tests where applicable.
License
The composer package is available as open source under the terms of the MIT License.
Code of Conduct
Everyone interacting in the Pigeon project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the code of conduct.