PHPackages                             bedita/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. bedita/app

ActiveCakephp-app[Framework](/categories/framework)

bedita/app
==========

BEdita base WebApp

v2.3.1(3y ago)2441LGPL-3.0-or-laterPHPPHP &gt;=7.4CI passing

Since Feb 20Pushed 1y ago4 watchersCompare

[ Source](https://github.com/bedita/app)[ Packagist](https://packagist.org/packages/bedita/app)[ Docs](https://www.bedita.com)[ RSS](/packages/bedita-app/feed)WikiDiscussions master Synced today

READMEChangelog (9)Dependencies (13)Versions (10)Used By (0)

BEdita App
==========

[](#bedita-app)

[![Run tests](https://github.com/bedita/app/actions/workflows/php.yml/badge.svg)](https://github.com/bedita/app/actions?query=workflow%3A%22php%22)[![Code Coverage](https://camo.githubusercontent.com/1df4e8bf45cfa1f44d9441f59d94c39e897d2cf4763d039a3ce7f1c0effcf5ae/68747470733a2f2f636f6465636f762e696f2f67682f6265646974612f6170702f6d61737465722f67726170682f62616467652e737667)](https://codecov.io/gh/bedita/app/branch/master)

This is the BEdita skeleton web app.

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

[](#requirements)

1. PHP 7.4, 8.0, 8.1 or 8.2
2. Download latest [Composer](https://getcomposer.org/doc/00-intro.md) or update via `composer self-update`.

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

[](#installation)

Simply run

```
composer create-project bedita/app
```

In case you want to use a custom app dir name (e.g. `/myapp/`):

```
composer create-project bedita/app myapp
```

You can now either use your machine's webserver to view the default home page, or start up the built-in webserver with:

```
bin/cake server
```

Then visit `http://localhost:8765` to see the welcome page.

Configuration
-------------

[](#configuration)

Read and edit the environment specific in `config/.env` in particular:

- `BEDITA_API` and `BEDITA_API_KEY` to setup API endpoint
- `DEBUG` set to `"true"` or `"false"`to activate/deactivate debug mode

Other environment agnostic settings can be changed in `config/app.php`.

You may then check `http://localhost:8765/credits` or `http://localhost:8765/{folder}` where `{folder}` is a folder uname on you BEdita4 project.

Layout
------

[](#layout)

The app skeleton uses [Milligram](https://milligram.io/) (v1.3) minimalist CSS framework by default. You can, however, replace it with any other library or custom styles.

I18n
----

[](#i18n)

Internationalization behavior is not enabled by default.

To activate:

- in `config/app.php` uncomment `I18n` key and setup your wanted configuration
- in `src/Application.php` uncomment lines to add `I18nMiddleware` in `::middleware()` method
- in `config/routes.php` ucomment lines with `'routeClass' => 'BEdita/I18n.I18nRoute'` to enable routing rules

After that evey URL path will have a language prefix like `/en` automatically generated. Using `I18nHelper` methods you may then handle URLs or object properties accordingly.

###  Health Score

32

—

LowBetter than 69% of packages

Maintenance31

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity63

Established project with proven stability

 Bus Factor2

2 contributors hold 50%+ of commits

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

Recently: every ~206 days

Total

9

Last Release

1394d ago

Major Versions

v1.0.1 → v2.0.02020-05-21

PHP version history (2 changes)v1.0.0PHP &gt;=7.2

v2.3.0PHP &gt;=7.4

### Community

Maintainers

![](https://www.gravatar.com/avatar/33c95e1516af3f48ebb2057caafd7f331a7aaae58c52442f8e8d00e03b211da9?d=identicon)[stefanorosanelli](/maintainers/stefanorosanelli)

---

Top Contributors

[![batopa](https://avatars.githubusercontent.com/u/1306319?v=4)](https://github.com/batopa "batopa (42 commits)")[![stefanorosanelli](https://avatars.githubusercontent.com/u/2122280?v=4)](https://github.com/stefanorosanelli "stefanorosanelli (40 commits)")[![didoda](https://avatars.githubusercontent.com/u/2227145?v=4)](https://github.com/didoda "didoda (32 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (1 commits)")

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Type Coverage Yes

### Embed Badge

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

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

###  Alternatives

[bedita/manager

BEdita Manager - official admin webapp for BEdita4 API

131.2k](/packages/bedita-manager)[laravel/jetstream

Tailwind scaffolding for the Laravel framework.

4.1k21.8M152](/packages/laravel-jetstream)[cakephp/debug_kit

CakePHP Debug Kit

86314.7M170](/packages/cakephp-debug-kit)[prestashop/prestashop

PrestaShop is an Open Source e-commerce platform, committed to providing the best shopping cart experience for both merchants and customers.

9.1k17.8k](/packages/prestashop-prestashop)[cakephp/bake

Bake plugin for CakePHP

11212.0M199](/packages/cakephp-bake)[cakephp/app

CakePHP skeleton app

4021.7M1](/packages/cakephp-app)

PHPackages © 2026

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