Download the PHP package outboundiq/laravel-outboundiq without Composer

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

Laravel OutboundIQ

Website & dashboard: outboundiq.dev · Documentation: outboundiq.dev/docs

OutboundIQ for Laravel is API Intelligence — not just monitoring.

It automatically tracks every outbound API call your app makes and gives you programmatic answers to questions like:

Why this exists

If your app depends on third-party APIs, you’ve lived this:

OutboundIQ makes those dependencies visible and actionable.

What you get

Automatic outbound-call tracking (Laravel-native)

OutboundIQ auto-tracks Laravel HTTP Client calls and captures:

API Intelligence methods (the differentiator)

OutboundIQ exposes three methods you can call from your app:

Quickstart (under 5 minutes)

1) Install

2) Add your API key

Get your API key from outboundiq.dev — sign in, open your project, and copy the key from project settings. Then add:

3) (Optional) Publish config

4) Run the integration test

This verifies config and makes tracked requests:

5) Make any outbound request

Laravel HTTP Client calls are tracked automatically:

Open your OutboundIQ dashboard and you’ll see the transaction.

API Intelligence examples

These examples show the decision contract you’ll build around: decision.action = proceed | caution | avoid | unavailable

recommend(): choose the best provider before users feel failure

providerStatus(): pre-flight checks for critical operations

endpointStatus(): detect “one green dashboard, one broken endpoint”

Endpoint slugs are auto-generated (provider + method + path). Find them in the OutboundIQ dashboard under Endpoints.

Tracking options

Automatic tracking (Laravel HTTP Client)

Any Http::get / Http::post / … call is tracked automatically.

Guzzle wrapper (if you call Guzzle directly)

Manual tracking (custom clients / edge cases)

Configuration

You can configure OutboundIQ via config/outboundiq.php (or .env):

Troubleshooting

No data showing up

Requirements

Security & privacy note

OutboundIQ tracks outbound-call metadata and can capture headers/bodies for debugging. Be intentional about what you send to third parties and review your account/project settings for any redaction or data controls.

Support

Email: [email protected]


All versions of laravel-outboundiq with dependencies

PHP Build Version
Package Version
Requires php Version ^8.1
guzzlehttp/guzzle Version ^7.0
illuminate/support Version ^10.0|^11.0|^12.0|^13.0
illuminate/http Version ^10.0|^11.0|^12.0|^13.0
illuminate/contracts Version ^10.0|^11.0|^12.0|^13.0
outboundiq/outboundiq-php Version ^1.0
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 outboundiq/laravel-outboundiq contains the following files

Loading the files please wait ...