Download the PHP package grazulex/laravel-autobuilder without Composer

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

Laravel AutoBuilder

Visual automation builder for Laravel - Create workflows with a drag-and-drop interface

Latest Version on Packagist Total Downloads License


Looking for Testers & Feedback!

This is the first public release of Laravel AutoBuilder. I'm actively looking for testers and feedback from the Laravel community to help improve this package.

  • Try it out and share your experience
  • Report bugs via GitHub Issues
  • Suggest features or improvements
  • Share your flows and use cases

Your feedback is invaluable! Let's build something great together.


What is Laravel AutoBuilder?

Laravel AutoBuilder is a visual automation builder inspired by Node-RED, n8n, and Zapier. It allows you to create complex automations using a drag-and-drop interface directly in your Laravel application.

Build workflows that react to events, make decisions, and execute actions - all without writing code.

Key Features


Requirements

Requirement Version
PHP 8.2+
Laravel 11.x, 12.x
Node.js 18+ (for development)

Installation

Publish assets and run migrations:

Access the visual editor at /autobuilder.


Quick Example

Create a flow that sends a notification when a user is created:

  1. Add a "On Model Created" trigger for the User model
  2. Connect it to a "Send Notification" action
  3. Configure the notification with {{ user.email }} and {{ user.name }}
  4. Activate the flow

That's it! The automation will run whenever a new user is created.


Documentation

For complete documentation, visit the Wiki:


Built-in Bricks

Triggers

Conditions

Actions

Gates


Variable Templating

Use Blade-like syntax to reference data in your flows:

Available filters: upper, lower, ucfirst, json, date, datetime, count


Configuration

Publish the configuration file:

Key options in config/autobuilder.php:


Creating Custom Bricks

Create your own triggers, conditions, and actions:


Security


Testing


Changelog

Please see CHANGELOG for more information on what has changed recently.


License

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


Author

Created by Jean-Marc Strauven (@Grazulex)

About the Author

Creator of 17+ Laravel packages with 6,000+ downloads, including:

Need help with your Laravel project? I offer consulting services:

Contact: GitHub


Contributors

Thanks to these wonderful people for their contributions:


All versions of laravel-autobuilder with dependencies

PHP Build Version
Package Version
Requires php Version ^8.2
dragonmantank/cron-expression Version ^3.3
illuminate/contracts Version ^11.0|^12.0
illuminate/support Version ^11.0|^12.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 grazulex/laravel-autobuilder contains the following files

Loading the files please wait ...