raini / core
Containerized project creator and extension manager.
Requires
- php: >=8.1.0
- composer-plugin-api: ^2.3
- oomphinc/composer-installers-extender: ^2.0
- symfony/cache: ^6.3 || ^7.1
- symfony/config: ^6.3 || ^7.1
- symfony/console: ^6.3 || ^7.1
- symfony/dependency-injection: ^6.3 || ^7.1
- symfony/event-dispatcher: ^6.3 || ^7.1
- symfony/filesystem: ^6.3 || ^7.1
- symfony/finder: ^6.3 || ^7.1
- symfony/process: ^6.3 || ^7.1
- symfony/yaml: ^6.3 || ^7.1
- tinkersmith/configurator: ^1.0
- tinkersmith/console: ^1.0
- tinkersmith/php-settings-builder: ^1.0
Requires (Dev)
This package is auto-updated.
Last update: 2025-04-04 00:41:25 UTC
README
Introduction
This tool was originally built to support Drupal projects and the name is a play on quick deployments of many Drupal projects (droplets) to cloud infrastructure.
Raini is a modular project creation, setup and utilities library for PHP Composer based projects. The goals for Raini are to allow quick and consistent generation of project, while supporting flexibility of projects and long term maintainability.
Requirements
Installation
To start a new project
Droplet
Create a Project
Core Commands
help
list
create
config
generate
init
yaml:lint
Available Extensions
Though Raini was developed and tested with Drupal originally, it was planned with extensibility and customization in mind. Below are the extension we are aware of, and hope that this list can grow.
- Raini Dev - Code linting and testing tools and commands
- Raini Drupal - Create and manage Drupal projects with Raini
- Raini Web-UI - Provides local web-based UI for project configuration