Download the PHP package solution-forest/workflow-engine-core without Composer

On this page you can find all versions of the php package solution-forest/workflow-engine-core. 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 workflow-engine-core

Workflow Engine Core

PHPStan GitHub Tests Action Status GitHub Code Style Action Status Latest Version on Packagist

A powerful, framework-agnostic workflow engine for PHP applications. This core library provides comprehensive workflow definition, execution, and state management capabilities without any framework dependencies.

⚠️ WARNING: DEVELOPMENT STATUS⚠️

This package is currently under active development and is NOT READY FOR PRODUCTION USE.

Features may be incomplete, APIs might change, and there could be breaking changes. Use at your own risk in development environments only.

📋 Requirements

✨ Features

📦 Installation

For Production Use

For Development

🚀 Quick Start

Basic Workflow Definition

Advanced Features

Conditional Steps

Retry Logic

Timeouts

🏗️ Architecture

The workflow engine follows a clean architecture pattern with clear separation of concerns:

📝 Workflow Builder

📋 Workflow Definition

Workflow Engine

🎯 Steps & Actions

🎬 Executor

🗄️ State Manager

📡 Events Dispatcher

🔄 Data Flow

  1. Builder → creates → Definition
  2. Engine → uses Definition to create instances
  3. Engine → delegates to Executor for step execution
  4. Executor → runs → Steps & Actions
  5. State Manager → persists → workflow state
  6. Events Dispatcher → broadcasts → execution events

Architecture Benefits

🔧 Configuration

Storage Adapters

Implement the StorageAdapter interface for custom storage:

Event Handling

Listen to workflow events:

Logging

Provide custom logging implementation:

🧪 Development

Testing

Run the test suite:

Code Quality

We use several tools to maintain high code quality:

Development Tools

Configuration Files

Quality Standards

We maintain high code quality through:

📚 Framework Integrations

This core library is framework-agnostic. For specific framework integrations:

🤝 Contributing

We welcome contributions! Please see CONTRIBUTING.md for details.

📄 License

This project is licensed under the MIT License - see the LICENSE file for details.

🙏 Credits

🔗 Links


All versions of workflow-engine-core with dependencies

PHP Build Version
Package Version
Requires php Version ^8.3
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 solution-forest/workflow-engine-core contains the following files

Loading the files please wait ....