Download the PHP package mailzeet/mailzeet-laravel without Composer
On this page you can find all versions of the php package mailzeet/mailzeet-laravel. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download mailzeet/mailzeet-laravel
More information about mailzeet/mailzeet-laravel
Files in mailzeet/mailzeet-laravel
Package mailzeet-laravel
Short Description This is simple PHP Package for Laravel to interact with MailZeet API.
License MIT
Homepage https://docs.mailzeet.com/
Informations about the package mailzeet-laravel
Requirements
Laravel 9 and later. PHP Requirements: PHP 8.1 and later. (Not tested on PHP 8.0, but it should work)
For PHP 7.4 and 8.0 or Laravel 8 and below , please use the mailzeet-php package.
Installation
You can install the package via composer:
Configuration
After you've installed the package via composer, you can run this command:
This command will:
- Publish a
mailzeet.php
file in your config directory - Append your
.env
file with theMONEROO_PUBLIC_KEY
andMONEROO_SECRET_KEY
variables if they don't already exist.
You will have to replace 'your-public-key' and 'your-secret-key' with your actual MailZeet public key and secret key respectively.
Please keep in mind that these are sensitive keys and should not be publicly exposed. Laravel .env file is ignored by Git, which makes it a good place to store sensitive information.
Documentation
See the Laravel SDK documentation.
Development
1- Perform the tests
2- Format and analyze your code before commit and push.
DEV Mode
You can set (or add) mailzeet.devMode
to true
in your config/mailzeet.php
file to enable the dev mode.
After enabling the dev mode, you can set mailzeet.devBaseUrl
to customize the base URL of the MailZeet API you want to use.
In dev mode, the SDK will use the mailzeet.devBaseUrl
instead of the default base URL https://api.mailzeet.com
.
Notes
- The project is based on the KISS principle.
- Each time you make a change, you must run the tests and format your code.
- Each time you make a change, you must update the documentation.
- Each time you make a change, you must update the changelog.
- Each time you make a change, you must add test cases.
- Each time you make a change, you must update the version number.
- Each time you make a change, you must update the API documentation.
- Each time you make a change, you must update the README.md file.
Security Vulnerabilities
If you discover a security vulnerability within MailZeet Laravel SDK, please send an e-mail to MailZeet Security via [email protected]. All security vulnerabilities will be promptly addressed.
License
The MailZeet Laravel SDK is open-sourced software licensed under the MIT license.