Download the PHP package cntlscrut/drupal-eca-news-workflow without Composer

On this page you can find all versions of the php package cntlscrut/drupal-eca-news-workflow. 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 drupal-eca-news-workflow

News Editorial Workflow Automation Recipe

Editorial Workflow ECA Version

A comprehensive automated editorial workflow system built with ECA (Event Condition Action) for news organizations, magazines, and content-driven websites using Drupal.

πŸš€ Features

πŸ“ Editorial Workflow

πŸ“§ Intelligent Notifications

πŸ“Š Monitoring & Analytics

⚑ Automation Engine

πŸ› οΈ Installation

Prerequisites

Quick Install

Composer Installation

πŸ“– Usage

1. Basic Workflow

2. Customizing Notifications

Edit the ECA model to customize notification behavior:

3. Adding Custom States

Extend the workflow by adding new states:

πŸ—οΈ Architecture

ECA Model Structure

State Machine

🎨 Customization

Adding New Roles

  1. Create new role: drush role:create fact_checker "Fact Checker"
  2. Update ECA conditions to include new role
  3. Modify notification templates

Custom Email Templates

Integration Examples

With Views Bulk Operations

With Scheduler Integration

πŸ§ͺ Testing

Running Tests

Test Scenarios Included

πŸ”§ Configuration

Environment Variables

Configuration Files

πŸ“š Examples

1. News Website Setup

Perfect for online newspapers with multiple reporters and editors:

2. Magazine Integration

Ideal for monthly/weekly magazines with longer review cycles:

3. Corporate Blog

Streamlined workflow for corporate content:

🀝 Contributing

We welcome contributions! Here's how to get involved:

Development Setup

Contribution Guidelines

  1. Fork the repository
  2. Create a feature branch (git checkout -b feature/amazing-feature)
  3. Commit your changes (git commit -m 'Add amazing feature')
  4. Push to the branch (git push origin feature/amazing-feature)
  5. Open a Pull Request

Code Standards

πŸ“„ License

This project is licensed under the GPL-2.0+ License - see the LICENSE file for details.

πŸ†˜ Support

πŸŽ–οΈ Credits

πŸ—ΊοΈ Roadmap

Version 1.1 (Planned)

Version 1.2 (Future)


Made with ❀️ for the Drupal Community

Drupal ECA Community


All versions of drupal-eca-news-workflow with dependencies

PHP Build Version
Package Version
Requires drupal/core Version ^11.0
drupal/eca Version ^2.1
drupal/content_moderation Version ^11.0
drupal/workflows Version ^11.0
drupal/scheduler Version ^3.0
drupal/token Version ^1.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 cntlscrut/drupal-eca-news-workflow contains the following files

Loading the files please wait ....