Download the PHP package grazulex/laravel-flowpipe without Composer

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

Laravel Flowpipe

**Composable, traceable and declarative Flow Pipelines for Laravel** *A modern alternative to Laravel's Pipeline with advanced features for complex workflow management* [![Latest Version](https://img.shields.io/packagist/v/grazulex/laravel-flowpipe.svg?style=flat-square)](https://packagist.org/packages/grazulex/laravel-flowpipe) [![Total Downloads](https://img.shields.io/packagist/dt/grazulex/laravel-flowpipe.svg?style=flat-square)](https://packagist.org/packages/grazulex/laravel-flowpipe) [![License](https://img.shields.io/github/license/grazulex/laravel-flowpipe.svg?style=flat-square)](https://github.com/Grazulex/laravel-flowpipe/blob/main/LICENSE.md) [![PHP Version](https://img.shields.io/packagist/php-v/grazulex/laravel-flowpipe.svg?style=flat-square)](https://php.net/) [![Laravel Version](https://img.shields.io/badge/laravel-12.x-ff2d20?style=flat-square&logo=laravel)](https://laravel.com/) [![Tests](https://img.shields.io/github/actions/workflow/status/grazulex/laravel-flowpipe/tests.yml?branch=main&label=tests&style=flat-square)](https://github.com/Grazulex/laravel-flowpipe/actions) [![Code Style](https://img.shields.io/badge/code%20style-pint-000000?style=flat-square&logo=laravel)](https://github.com/laravel/pint)

🚀 Overview

Laravel Flowpipe is a powerful, modern alternative to Laravel's built-in Pipeline package that provides composable, traceable, and declarative flow pipelines. Perfect for building complex business workflows, data processing pipelines, user registration flows, API integrations, and any scenario where you need reliable, maintainable, and testable step-by-step processing.

✨ Key Features

📦 Installation

Install the package via Composer:

💡 Auto-Discovery: The service provider will be automatically registered thanks to Laravel's package auto-discovery.

⚡ Quick Start

🚀 Programmatic API

📋 YAML Configuration (Recommended)

Laravel Flowpipe supports declarative flow definitions using YAML files, making your workflows easy to manage, version, and maintain:

Create a flow definition (flow_definitions/user_registration.yaml):

Execute the flow:

📁 Organize with step groups (flow_definitions/groups/notifications.yaml):

💡 Avantages des fichiers YAML :

  • Configuration déclarative - Définissez vos workflows sans code
  • Réutilisabilité - Partagez des groupes d'étapes entre différents flux
  • Versioning facile - Trackez les changements dans votre système de contrôle de version
  • Collaboration - Les non-développeurs peuvent modifier les workflows
  • Validation - Validation automatique des définitions avec php artisan flowpipe:validate

🔧 Requirements

📚 Complete Documentation

For comprehensive documentation, examples, and advanced usage guides, visit our Wiki:

📖 👉 Laravel Flowpipe Wiki

The wiki includes:


🤝 Contributing

Please see CONTRIBUTING.md for details.

🔒 Security

If you discover any security-related issues, please email [email protected] instead of using the issue tracker.

📝 Changelog

Please see RELEASES.md for more information on what has changed recently.

📄 License

The MIT License (MIT). Please see License File for more information.

👥 Credits

💬 Support


Laravel Flowpipe - A modern, powerful alternative to Laravel's built-in Pipeline
with enhanced features for complex workflow management.

All versions of laravel-flowpipe with dependencies

PHP Build Version
Package Version
Requires php Version ^8.3
illuminate/support Version ^12.19
nesbot/carbon Version ^3.10
illuminate/contracts Version ^12.0
symfony/yaml Version ^7.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 grazulex/laravel-flowpipe contains the following files

Loading the files please wait ...