Download the PHP package litepie/actions without Composer

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

๐Ÿš€ Litepie Actions - Advanced Laravel Action Pattern Package

Latest Version on Packagist GitHub Tests Action Status GitHub Code Style Action Status Total Downloads

A comprehensive Laravel package for implementing the Action pattern with advanced features including authorization, validation, caching, sub-action orchestration, form management, event handling, and comprehensive logging.

โœจ Features

๐ŸŽฏ Core Functionality

๐Ÿ” Authorization & Security

โœ… Validation & Forms

๐Ÿ”„ Sub-Actions & Orchestration

๐Ÿ“ง Notifications & Events

๐Ÿ“Š Logging & Auditing

โšก Performance & Scalability

๐ŸŽ›๏ธ Advanced Features

๐Ÿ“ฆ Installation

Install the package via Composer:

Publish the configuration file:

Run the migrations to create the action logs table:

๐Ÿš€ Quick Start

Creating Your First Action

Generate a new action using the Artisan command:

This creates a basic action class:

Basic Usage

Fluent Interface

๐Ÿ“š Action Types

BaseAction - Foundation Class

The minimal action class with core functionality:

StandardAction - Common Use Case

Includes authorization, validation, and logging:

CompleteAction - Full-Featured

Includes all available traits for complex workflows:

๐ŸŽญ Traits System

Mix and match functionality using traits:

Available Traits

Custom Action with Specific Traits

๐Ÿ”„ Sub-Actions

Execute related actions automatically with conditional logic:

๐Ÿ“ Form Management

Generate dynamic forms from your actions:

๐Ÿ“Š Action Manager

Centrally manage and execute actions:

๐Ÿ”„ Batch Processing

Execute multiple actions efficiently:

๐Ÿ”— Pipeline Processing

Chain actions with middleware:

๐ŸŽฏ Conditional Actions

Execute different actions based on conditions:

๐Ÿ›ก๏ธ Middleware

Add middleware for cross-cutting concerns:

๐Ÿ“ˆ Caching

Cache action results for improved performance:

๐Ÿ” Retry Logic

Handle failures with automatic retry:

โšก Async Execution

Execute actions in the background:

๐Ÿ“Š Logging & Auditing

Track all action executions:

๐Ÿ”ง Configuration

Customize the package behavior:

๐ŸŽจ Helper Functions

Convenient global functions:

๐Ÿงช Testing

The package includes comprehensive tests and testing utilities:

๐Ÿ“– Advanced Examples

Complex E-commerce Order Processing

Batch User Import with Error Handling

๐Ÿค Contributing

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

๐Ÿ“„ License

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

๐Ÿ™ Credits

๐Ÿ“ž Support


Built with โค๏ธ by the Litepie Team


All versions of actions with dependencies

PHP Build Version
Package Version
Requires php Version ^8.2
illuminate/support Version ^11.0|^12.0
illuminate/validation Version ^11.0|^12.0
illuminate/cache Version ^11.0|^12.0
illuminate/events 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 litepie/actions contains the following files

Loading the files please wait ....