Download the PHP package grazulex/laravel-statecraft without Composer

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

Laravel Statecraft

Advanced State Machine implementation for Laravel applications. Declarative state management with support for conditions, actions, and complex workflows through YAML configuration.

Latest Version Total Downloads License PHP Version Laravel Version Tests Code Style

πŸ“– Table of Contents

Overview

Laravel Statecraft is a powerful state machine implementation for Laravel that provides declarative state management through YAML configuration. Build complex workflows with conditional transitions, guards, actions, and comprehensive state tracking.

Perfect for order processing, user workflows, approval systems, and any application requiring sophisticated state management.

🎯 Use Cases

Laravel Statecraft is perfect for:

✨ Features

πŸ“¦ Installation

Detailed installation instructions are available in our wiki: πŸ“¦ Installation & Setup

Quick install via Composer:

πŸ’‘ Auto-Discovery
The service provider will be automatically registered thanks to Laravel's package auto-discovery.

Publish configuration:

Publish migrations (if using history tracking):

πŸš€ Quick Start

For a complete getting started guide, visit: πŸš€ Basic Usage Guide

1. Create a State Machine Definition

2. Define Your State Machine in YAML

3. Add the Trait to Your Model

4. Use State Transitions

πŸ“š Complete Documentation

Our comprehensive documentation is available in the GitHub Wiki:

πŸ—οΈ Core Concepts

πŸ”§ Advanced Topics

πŸ“– Getting Started

πŸ’‘ Examples & Use Cases

Explore real-world implementations and patterns:

πŸ”§ Requirements

πŸ§ͺ Testing

Comprehensive testing guide: πŸ§ͺ Testing Guide

πŸš€ Performance

Laravel Statecraft is optimized for production use with caching support and minimal overhead. See our βš™οΈ Configuration Guide for performance optimization tips.

🀝 Contributing

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

Before contributing:

  1. Read our Code of Conduct
  2. Check the issue tracker
  3. Review our πŸ“š Complete Documentation

πŸ”’ Security

If you discover a security vulnerability, please send an e-mail via the security policy. All security vulnerabilities will be promptly addressed.

πŸ“„ License

Laravel Statecraft is open-sourced software licensed under the MIT license.


Made with ❀️ for the Laravel community

Resources

Community Links


All versions of laravel-statecraft 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-statecraft contains the following files

Loading the files please wait ...