PHPackages                             pradosoft/prado-minapp - 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-minapp

ActiveProject[Framework](/categories/framework)

pradosoft/prado-minapp
======================

Prado 4 minimal application project

0.1.1(1y ago)043proprietaryPHP

Since Apr 19Pushed 3mo ago2 watchersCompare

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

READMEChangelog (1)Dependencies (1)Versions (3)Used By (0)

Prado PHP Framework - Minimal appliction project
================================================

[](#prado-php-framework---minimal-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 minimal 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-minapp 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.

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance71

Regular maintenance activity

Popularity9

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity28

Early-stage or recently created project

 Bus Factor1

Top contributor holds 100% 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 ~0 days

Total

2

Last Release

384d 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 (1 commits)")

### Embed Badge

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

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

###  Alternatives

[laravel/telescope

An elegant debug assistant for the Laravel framework.

5.2k67.8M190](/packages/laravel-telescope)[spiral/roadrunner

RoadRunner: High-performance PHP application server and process manager written in Go and powered with plugins

8.4k12.2M84](/packages/spiral-roadrunner)[nolimits4web/swiper

Most modern mobile touch slider and framework with hardware accelerated transitions

41.8k177.2k1](/packages/nolimits4web-swiper)[laravel/dusk

Laravel Dusk provides simple end-to-end testing and browser automation.

1.9k36.7M255](/packages/laravel-dusk)[laravel/prompts

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

708181.8M591](/packages/laravel-prompts)[cakephp/chronos

A simple API extension for DateTime.

1.4k47.7M121](/packages/cakephp-chronos)

PHPackages © 2026

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