PHPackages                             pradosoft/prado-app - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Framework](/categories/framework)
4. /
5. pradosoft/prado-app

ActiveProject[Framework](/categories/framework)

pradosoft/prado-app
===================

Prado 4 basic application project

0.4(3y ago)02.2k↓100%1[1 PRs](https://github.com/pradosoft/prado-app/pulls)proprietaryGo TemplateCI passing

Since Jan 16Pushed 3mo ago9 watchersCompare

[ Source](https://github.com/pradosoft/prado-app)[ Packagist](https://packagist.org/packages/pradosoft/prado-app)[ RSS](/packages/pradosoft-prado-app/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (4)Dependencies (2)Versions (6)Used By (0)

Prado PHP Framework - Basic appliction project
==============================================

[](#prado-php-framework---basic-appliction-project)

PRADO is a component-based and event-driven programming framework for developing Web applications in PHP. PRADO stands for PHP Rapid Application Development Object-oriented.

This repo contains a basic application project for Prado4.

The best way to install the Prado4 basic application is [through composer](http://getcomposer.org). If you don't use composer yet, first install it:

```
# download composer.phar
curl -s http://getcomposer.org/installer | php
# install it globally on the system
mv composer.phar /usr/local/bin/composer
```

Then, create the application structure using composer:

```
composer create-project pradosoft/prado-app app
```

The application will be installed in the "app" directory.

### Built-in PHP Test Web Server

[](#built-in-php-test-web-server)

The built-in PHP Test Web Server can be used to immediately start developing and testing a PRADO web application. The web server is started with command (assuming the above application in the directory "app"):

```
cd app/protected
./vendor/bin/prado-cli http
```

The application is then accessible on the machine's browser at `http://127.0.0.1:8080/`. The built-in web server is enabled when the application is in "Debug" mode or is enabled in the application configuration parameters.

PRADO Composer Extensions
-------------------------

[](#prado-composer-extensions)

PRADO 4.2 supports Composer extensions to plug in new functionality directly into a PRADO application; such as new web controls, API integration, authorization, new services, analytics, custom behaviors, and CLI commands. 3rd party extensions can be found at [Packagist - Prado4-Extensions](https://packagist.org/?query=prado4&type=prado4-extension).

The example PRADO Composer extension has its own manifest, Module, web page, and error messages. It can be included in the application with the following command:

```
composer require --prefer-dist pradosoft/prado-composer-extension "*"
```

Once downloaded and installed in composer, an extension is activated by adding the Composer Extension Name as a new module ID in the application configuration file application.xml or application.php. To include the example extension "pradosoft/prado-composer-extension", the PRADO configuration would include this module xml:

```

  ...

```

When using a Composer Extension as a module id, the class for the module is embedded in the Composer Extension Manifest and does not need to be specified.

###  Health Score

38

—

LowBetter than 85% of packages

Maintenance54

Moderate activity, may be stable

Popularity17

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity57

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 86.7% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~668 days

Total

4

Last Release

1395d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/37ff78bfcc36f6035961fa033468b6d74f583c2af7d73940efa7723f98b2ffbf?d=identicon)[ctrlaltca](/maintainers/ctrlaltca)

---

Top Contributors

[![ctrlaltca](https://avatars.githubusercontent.com/u/1631111?v=4)](https://github.com/ctrlaltca "ctrlaltca (13 commits)")[![belisoful](https://avatars.githubusercontent.com/u/16725183?v=4)](https://github.com/belisoful "belisoful (2 commits)")

### Embed Badge

![Health badge](/badges/pradosoft-prado-app/health.svg)

```
[![Health](https://phpackages.com/badges/pradosoft-prado-app/health.svg)](https://phpackages.com/packages/pradosoft-prado-app)
```

###  Alternatives

[laravel/prompts

Add beautiful and user-friendly forms to your command-line applications.

708181.8M592](/packages/laravel-prompts)[laravel/pail

Easily delve into your Laravel application's log files directly from the command line.

91245.3M586](/packages/laravel-pail)[nette/bootstrap

🅱 Nette Bootstrap: the simple way to configure and bootstrap your Nette application.

68435.8M590](/packages/nette-bootstrap)[yiisoft/yii2-bootstrap

The Twitter Bootstrap extension for the Yii framework

19819.6M1.0k](/packages/yiisoft-yii2-bootstrap)[defstudio/pest-plugin-laravel-expectations

A plugin to add laravel tailored expectations to Pest

98548.9k4](/packages/defstudio-pest-plugin-laravel-expectations)[infoweb-internet-solutions/yii2-cms

CMS module for Yii2

461.7k8](/packages/infoweb-internet-solutions-yii2-cms)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
