Download the PHP package inboxcom/mailcore-laravel without Composer
On this page you can find all versions of the php package inboxcom/mailcore-laravel. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download inboxcom/mailcore-laravel
More information about inboxcom/mailcore-laravel
Files in inboxcom/mailcore-laravel
Package mailcore-laravel
Short Description Laravel integration (service provider + facade) for the Mailcore PHP client.
License MIT
Informations about the package mailcore-laravel
inboxcom/mailcore-laravel
Laravel bridge for the Mailcore mail-server control API — a service provider, config, and facade around the inboxcom/mailcore-php core client.
Unofficial. Third-party package; not published by Mailcore.
AI-assisted. Code, tests, and docs were written largely by AI (Claude Code) under human direction and review.
Install
Requires PHP >= 8.4. The service provider is auto-discovered.
Configuration
Set your key in .env:
To customise more, publish the config:
Usage
Via the facade:
…or resolve the client from the container (constructor injection, app(), etc.):
See the core package for the full client surface and error handling. Every non-2xx response throws a subclass of Inboxcom\Mailcore\Exception\ApiException; the API key is never included in any exception message.
Development & full docs
This package is developed in the Fjordmail/mailcore-sdk monorepo (this repository is a read-only subtree split). Issues and contributions belong there.
License
MIT — see LICENSE.
All versions of mailcore-laravel with dependencies
inboxcom/mailcore-php Version ^0.1
illuminate/support Version ^11.0 || ^12.0 || ^13.0