Download the PHP package kumwe/integration without Composer

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

Kumwe Integration

Latest version Integration CI PHP requirement

Versioned event envelopes and schemas, validated consumer and webhook declarations, atomic catalog replacement, immutable process state and work, and neutral inbox, outbox and process-store ports.

Installation

Requires PHP ^8.5, ext-mbstring and the dependencies in composer.json. Pre-1.0 Kumwe dependencies and consumer installations use independently verified exact version pins.

Run the standalone example with composer examples. An installed consumer can run php vendor/kumwe/integration/examples/consumer.php vendor/autoload.php from its root, or include the example after loading its own Composer autoloader.

Contract with Kumwe Core

Integration owns event and consumer declarations, bounded payload validation, deterministic catalogs, process transitions and neutral persistence ports. Core owns transactions, transport delivery, dispatch, webhook signing and egress policy, authorization, extension activation and retention enforcement.

JSON-dependent constructors and factories require Kumwe\CanonicalJson\CanonicalEncoder explicitly. Core supplies that encoder. Declaration inputs reject floats, objects, resources, depth over 32 and collections over 512 before invoking it. Payload and event-envelope profiles keep their own documented bounds; see architecture.

The optional ConfigProvider and explicit container factory support Laminas/Mezzio composition. Core supplies admitted declarations and the encoder, controls generation transitions, and synchronizes shared mutable catalogs when its runtime permits concurrent execution. The factory discovers no extensions and registers no storage, transport or authorization implementation.

API and development

See charter and release contract record. The record preserves source provenance, symbol mappings, manifest digests and consumer verification requirements.

The full gate verifies schemas and rejection cases, PHP source and API drift, static analysis, style, behavior, test ownership, examples, security and release automation. composer clean-consumer builds and installs the actual ZIP into a fresh Composer consumer, then tests installed classes and examples through its authoritative autoloader. Node.js and schema dependencies are development tooling only.

Releases and license

Live badges identify the published package and actual default-branch CI status. Publication and passing package tests do not establish Core adoption or independent release verification. Release policy defines immutable artifact identity, exact pins and consumer evidence.

Licensed under Apache-2.0.


All versions of integration with dependencies

PHP Build Version
Package Version
Requires php Version ^8.5
kumwe/canonical-json Version 0.1.1
kumwe/contribution Version 0.1.1
kumwe/access-context Version 0.1.2
kumwe/automation Version 0.2.2
ramsey/uuid Version ^4.7
ext-mbstring Version *
psr/container Version ^2.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 kumwe/integration contains the following files

Loading the files please wait ...