Download the PHP package mailcarrier/mailcarrier without Composer

On this page you can find all versions of the php package mailcarrier/mailcarrier. 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 mailcarrier

MailCarrier logo

User friendly, provider-aware, mailing platform with templates and logs included.

Design global layouts, compose your template, preview your emails and send them with your desired provider (SES, MailGun etc.) through intuitive and friendly API endpoint protected by your desired auth guard. Then, inspect them through logs. ### Features - 🎨 **Beautiful syntax**: Explore a beautiful, expressive template syntax similar to JS thanks to [Twig by Symfony](https://twig.symfony.com). - 🧩 **Provider aware**: Bring your desired provider to send email, such as Amazon SES, MailGun, SendGrid etc. - ✨ **Friendly APIs**: Use a friendly and well documented API endpoint to send your emails. - 🔐 **Secure by default**: Both authentication and API endpoint are always secure: use one of the pre-built auth system or bring your own. - 📎 **Attachments**: Upload or retrieve attachments from a remote source such *S3*, *Spaces* etc. - 🪄 **Hackable**: MailCarrier relies on [Laravel](https://laravel.com/) and [Filament](https://filamentphp.com/), that means that over 30K packages are available to customise your MailCarrier instance. - ⏳ **Queues**: You can choose whether or not to send emails in a enqueued, background jobs, to not block the user experience. ## Quick start ### Classic way **Prerequisites**: PHP 8.1, Composer Learn more about [the classic way](https://mailcarrier.app/docs/getting-started/installation). ### Docker Learn more about [running with Docker](https://mailcarrier.app/docs/getting-started/running-docker). ## Testing ## Changelog Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently. ## Contributing Please see [CONTRIBUTING](https://github.com/mailcarrierapp/.github/blob/master/CONTRIBUTING.md) for details. ## Security Vulnerabilities Please review [our security policy](../../security/policy) on how to report security vulnerabilities. ## Credits - [Danilo Polani](https://github.com/danilopolani) - [All Contributors](../../contributors) ## License The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

All versions of mailcarrier with dependencies

PHP Build Version
Package Version
Requires php Version ^8.1
filament/filament Version ^3.2
flowframe/laravel-trend Version ^0.1.5|^0.2
illuminate/contracts Version ^10.0|^11.0
illuminate/database Version ^10.0|^11.0
laravel/prompts Version ^0.1.16
laravel/sanctum Version ^3.2.1|^4.0
laravel/socialite Version ^5.6.1
livewire/livewire Version ^3.4
nunomaduro/termwind Version ^1.15|^2.0
ralphjsmit/laravel-filament-components Version ^2.0
socialiteproviders/manager Version ^4.3
spatie/data-transfer-object Version ^3.9.1
twig/twig Version ^3.5.1
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 mailcarrier/mailcarrier contains the following files

Loading the files please wait ....