PHP Package: consolidation/robo

Robo is a PHP task runner with a modern codebase and extensive capabilities for automation and task management.

Current Version: 4.0.4
Last Updated: 2023-04-30
PHP Requirement: >=8.0
Dependencies: None

Package Description

Robo is a PHP task runner that provides a flexible and robust framework for automation, task running, and building workflows. With a rich set of features and a modern approach, Robo simplifies the process of automating routine tasks and streamlining development workflows. It offers a clean and intuitive API, making it easy to create custom tasks and automate complex processes efficiently.

📦 Show all available classes🔗 View on GitHub

Download Latest Version: 4.0.4

Download Download v4.0.4

Code Integration Example

Make sure to include the correct namespace and class paths for proper usage.

<?php
// Example from PHPlibraries.com

require_once 'libs/consolidation/robo/4.0.4/loader.php';
use Robo\Robo;

$obj = new Robo();
echo '✅ Test OK: ' . get_class($obj);
?>

We aim to make using PHP packages easier without Composer. If something doesn't work, let us know — we'll fix it promptly.

Community Discussion

Ask questions, share tips, or report issues below.