Download the PHP package jeffersongoncalves/laravel-instantly without Composer
On this page you can find all versions of the php package jeffersongoncalves/laravel-instantly. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download jeffersongoncalves/laravel-instantly
More information about jeffersongoncalves/laravel-instantly
Files in jeffersongoncalves/laravel-instantly
Package laravel-instantly
Short Description PHP/Laravel client for the Instantly.ai REST API: campaigns, leads, accounts, analytics and blocklist.
License MIT
Homepage https://github.com/jeffersongoncalves/laravel-instantly
Informations about the package laravel-instantly
Laravel Instantly
A Laravel client for the Instantly.ai v1 REST API. A fluent Instantly facade covers cold-email campaigns, leads, warm-up accounts, analytics and the blocklist, authenticates every request with the api_key parameter, and throws an InstantlyException on a non-2xx response instead of returning a silent error array.
Features
- Campaigns —
list(),get(),status(),launch(),pause() - Leads —
list(),add(),delete(),status() - Accounts —
list(),status(),warmupStatus() - Analytics —
campaignSummary(),campaignSteps(),accountCount() - Blocklist —
list(),add() - Thin by design — every method returns the raw decoded JSON response as an array, no DTOs
- Fails loud — required parameters throw
InvalidArgumentException; a non-2xx API response throwsInstantlyExceptioncarrying the API's error message and HTTP status code
Installation
You can install the package via composer:
Optionally publish the config file:
Configuration
Add to your .env:
Find your API key in Instantly under Settings → Integrations.
Config Options
Usage
Campaigns
Leads
Accounts
Analytics
Blocklist
Handling errors
Testing
Static Analysis
Code Formatting
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security
Please review our security policy on how to report security vulnerabilities.
Credits
- Jefferson Simão Gonçalves
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of laravel-instantly with dependencies
illuminate/http Version ^12.0|^13.0
illuminate/support Version ^12.0|^13.0
spatie/laravel-package-tools Version ^1.16