PHPackages                             drago-ex/project - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. drago-ex/project

ActiveProject[Utility &amp; Helpers](/categories/utility)

drago-ex/project
================

The basis for new projects on Drago Extension.

v2.1.0(1mo ago)1117JavaScriptPHP &gt;=8.3 &lt;9CI passing

Since Oct 9Pushed 1mo ago1 watchersCompare

[ Source](https://github.com/drago-ex/project)[ Packagist](https://packagist.org/packages/drago-ex/project)[ RSS](/packages/drago-ex-project/feed)WikiDiscussions master Synced 2w ago

READMEChangelog (10)Dependencies (19)Versions (27)Used By (0)

Drago Project
=============

[](#drago-project)

Base project skeleton for Drago Extension applications.

[![License: MIT](https://camo.githubusercontent.com/fdf2982b9f5d7489dcf44570e714e3a15fce6253e0cc6b5aa61a075aac2ff71b/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4c6963656e73652d4d49542d79656c6c6f772e737667)](https://github.com/drago-ex/project/blob/main/license)[![PHP version](https://camo.githubusercontent.com/92878f0a696b5c80ab88d8ef26e9a26d76fc7ab89f91e1a1d9f23dc495a6dcba/68747470733a2f2f62616467652e667572792e696f2f70682f647261676f2d657825324670726f6a6563742e737667)](https://badge.fury.io/ph/drago-ex%2Fproject)[![Coding Style](https://github.com/drago-ex/project/actions/workflows/coding-style.yml/badge.svg)](https://github.com/drago-ex/project/actions/workflows/coding-style.yml)

Requirements
------------

[](#requirements)

- PHP &gt;= 8.3
- Nette Framework
- Composer
- Docker
- Node.js
- Bootstrap
- Naja

Installation
------------

[](#installation)

```
composer create-project drago-ex/project
```

Basic information
-----------------

[](#basic-information)

Basic package for applications where Bootstrap, Vite, Docker and Naja are already prepared. You can find all commands in `package.json` like running Docker or Vite.

Application structure
---------------------

[](#application-structure)

- `app/Core` contains shared infrastructure and application services.
- `app/Presentation` contains presenters, templates and feature modules.
- `app/Presentation/Accessory` contains reusable presentation helpers and Latte widgets.

Basic Naja scripts
------------------

[](#basic-naja-scripts)

- **ErrorsHandler** - Handles Naja AJAX errors by displaying user-friendly alert messages based on HTTP status codes. Shows a dismissible Bootstrap alert in the page element with ID `snippet--message`.
- **HyperlinkDisable** - Temporarily disables links with the `data-link-disable` attribute during Naja requests to prevent multiple clicks. Re-enables the links once the request is complete.
- **Spinner** - Displays a full-page spinner during active Naja AJAX requests. Shows the spinner when a request starts and hides it once all requests are complete.

Available Extensions
--------------------

[](#available-extensions)

Expand the base package with these ready-to-use modules:

- [Docker Setup](https://github.com/drago-ex/project-docker)
- [Database Layer](https://github.com/drago-ex/project-docker-db)
- [User Management](https://github.com/drago-ex/project-user)
- [Authentication](https://github.com/drago-ex/project-auth)
- [Permissions (ACL)](https://github.com/drago-ex/project-permission)
- [Backend Admin](https://github.com/drago-ex/project-backend)
- [Backend UI](https://github.com/drago-ex/project-backend-ui)
- [Application Settings](https://github.com/drago-ex/project-settings)

Each extension documents its required project configuration and post-installation steps in its own README. When installing the complete project stack, you can use [Project Preset](https://github.com/drago-ex/project-preset) to apply the required setup automatically.

Package Setup
-------------

[](#package-setup)

Project setup commands are handled by [Project Tools](https://github.com/drago-ex/project-tools). After installing extensions, run `vendor/bin/drago-setup` to execute package-defined setup tasks such as database migrations or generated permission classes.

Inside Docker, run it as the web user:

```
docker compose exec -u www-data server php vendor/bin/drago-setup
```

Command definitions and priorities are documented in the packages that provide them.

Useful Development Tools
------------------------

[](#useful-development-tools)

- [Database Migrations](https://github.com/drago-ex/migration)
- [Entity &amp; DataForm Generator](https://github.com/drago-ex/generator)

###  Health Score

52

—

FairBetter than 96% of packages

Maintenance90

Actively maintained with recent releases

Popularity12

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity84

Battle-tested with a long release history

 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 ~98 days

Recently: every ~5 days

Total

26

Last Release

51d ago

Major Versions

v1.0.20 → v2.0.02026-01-08

PHP version history (6 changes)v1.0.0PHP &gt;=7.1

v1.0.5PHP &gt;=7.4

v1.0.10PHP &gt;=8.0

v1.0.15PHP &gt;=8.1

v1.0.16PHP &gt;=8.1 &lt;8.3

v1.0.17PHP &gt;=8.3 &lt;9

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/5998929?v=4)[Zdeněk Papučík](/maintainers/accgit)[@accgit](https://github.com/accgit)

---

Top Contributors

[![accgit](https://avatars.githubusercontent.com/u/5998929?v=4)](https://github.com/accgit "accgit (781 commits)")

---

Tags

netteproject

### Embed Badge

![Health badge](/badges/drago-ex-project/health.svg)

```
[![Health](https://phpackages.com/badges/drago-ex-project/health.svg)](https://phpackages.com/packages/drago-ex-project)
```

###  Alternatives

[nette/web-project

Nette: Standard Web Project

11093.7k](/packages/nette-web-project)[nette/code-checker

✅ Nette CodeChecker: A simple tool to check source code against a set of Nette coding standards.

881.7M6](/packages/nette-code-checker)[tomaj/nette-api

Nette api

36276.9k8](/packages/tomaj-nette-api)

PHPackages © 2026

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