Download the PHP package stream-lib/rabbitmq-super-stream without Composer

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

RabbitMQ Super Stream Publisher for PHP

stream-lib/rabbitmq-super-stream gives PHP applications a native-feeling API for publishing to RabbitMQ Super Streams while delegating stream-specific work to an internal Go helper binary.

The PHP package is the public surface. The Go helper is an implementation detail that is started and managed automatically.

Features

Requirements

Windows is not supported in v1. The protocol already supports TCP fallback, so Windows support can be added later without changing the public PHP API.

Installation

End users do not need Go installed if they use one of the bundled binary targets above.

If you want to override the bundled helper binary:

Basic Usage

publish() waits for broker confirmation by default and throws a typed PHP exception on failure.

Configuration

Supported options:

The helper endpoint is managed internally by the library. Normal application configuration should not set it.

Laravel

The package includes a Laravel service provider and facade. See examples/laravel.md.

Internal Architecture

Local Development

  1. Install PHP dependencies:

  2. Build the helper for your local machine:

  3. Start RabbitMQ:

  4. Run unit tests:

  5. Run integration tests:

  6. Run the end-to-end example:

Troubleshooting

Packaging Notes

Publishing To Packagist

  1. Sign in to Packagist and submit the GitHub repository URL:

  2. After the package is created on Packagist, copy your Packagist API token from your Packagist profile.

  3. Add a GitHub webhook on this repository:

  4. Keep SSL verification enabled and use the default push event.

  5. For every new package version:

Packagist should auto-update from the webhook. If it does not, use the package page on Packagist and trigger a manual update.

Verification Summary

The repo includes:


All versions of rabbitmq-super-stream with dependencies

PHP Build Version
Package Version
Requires php Version ^8.2
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 stream-lib/rabbitmq-super-stream contains the following files

Loading the files please wait ...