Search by

DeVy application installer.

Package info

github.com/RND-Innovations/DeVy

Type:project

pkg:composer/rnd-innovations/devy

Statistics

Installs: 9

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

v1.0.1 2026-09-12 01:17 UTC

This package is auto-updated.

Last update: 2026-09-12 01:17:49 UTC


README

DeVy Framework

DeVy Framework

Modern. Modular. Multiple.

A modular PHP framework for building and managing modern websites and web applications.

About

DeVy Installer provides a simple way to create a new DeVy application and prepare its development environment.

The installer sets up the required framework structure and installs the resources needed to start developing with DeVy, including modules, plugins, themes, and initial site content.

Requirements

Before installing DeVy, make sure your environment has:

  • PHP 8.3 or higher
  • Composer

Installation

Create a new DeVy application using Composer:

composer create-project rnd-innovations/devy .

Then run the DeVy installer:

php devy install

The installer will guide you through the initial application setup.

Getting Started

After installation, your DeVy application will contain the core framework infrastructure together with the selected modules, plugins, themes, and site resources.

You can then configure your application and begin development.

DeVy Core

The installer uses DeVy Core as the framework foundation.

The installed application requires:

rnd-innovations/devy-core ^1.3

Project

DeVy Framework is developed by RND Innovations Co., Ltd.

License

DeVy Framework is open-source software licensed under the MIT License.