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

ActiveProject

bedita/api-template
===================

BEdita5 API project template app

v3.2.0(2mo ago)2281MITPHPPHP &gt;=8.3CI passing

Since Sep 20Pushed 2mo ago3 watchersCompare

[ Source](https://github.com/bedita/api-template)[ Packagist](https://packagist.org/packages/bedita/api-template)[ Docs](https://www.bedita.com)[ RSS](/packages/bedita-api-template/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (10)Dependencies (17)Versions (20)Used By (0)

BEdita API template
===================

[](#bedita-api-template)

[![Github Actions](https://github.com/bedita/api-template/workflows/php/badge.svg)](https://github.com/bedita/api-template/actions?query=workflow%3Aphp)[![codecov](https://camo.githubusercontent.com/60717a9ccaeeeff6fc9ceca14d2c2829a7c2034bd16f833c37d8413daa9001bf/68747470733a2f2f636f6465636f762e696f2f67682f6265646974612f6170692d74656d706c6174652f6272616e63682f6d61737465722f67726170682f62616467652e737667)](https://codecov.io/gh/bedita/api-template)[![phpstan](https://camo.githubusercontent.com/1bc07920f0d36e55c17e1d38b1caa132cc605f51a82b388c962870b9a747b898/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f5048505374616e2d6c6576656c253230392d627269676874677265656e2e737667)](https://phpstan.org)[![psalm](https://camo.githubusercontent.com/4afacb636b6fcb159e30497219e2acf7a125ad48f6f0a14c8cfdfb0005ecc302/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f7073616c6d2d6c6576656c253230322d627269676874677265656e2e737667)](https://psalm.dev)

This is the skeleton app to build BEdita5 API projects.

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

[](#requirements)

1. PHP &gt;= 8.3
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/api-template
```

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

```
composer create-project bedita/api-template 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)

Review and edit accordingly every configuration item in `config/app_local.php`. Make sure at least `Datasources` points to the desired DB instance.

Namespace
---------

[](#namespace)

You need to manually change the default `MyApp` namespace in order to use a custom one (recommended before any application logic is introduced).

Files referencing `MyApp` are:

- `composer.json`
- `bin/cake.php`
- `config/app.php` or override in `config/app_local.php`
- `src/Console/installer.php`
- `src/Shell/ConsoleShell.php`
- `Application.php` (and `test/TestCase/ApplicationTest.php`)
- `webroot/index.php`

Make sure to launch `composer dump-autoload` after this manual change in order to update autoloader data

###  Health Score

49

—

FairBetter than 95% of packages

Maintenance86

Actively maintained with recent releases

Popularity11

Limited adoption so far

Community15

Small or concentrated contributor base

Maturity74

Established project with proven stability

 Bus Factor1

Top contributor holds 51.2% 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 ~95 days

Recently: every ~24 days

Total

18

Last Release

73d ago

Major Versions

v1.0.0 → v2.0.02022-09-05

2.x-dev → v3.0.02025-11-28

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

v2.0.0PHP ^7.4 || ^8.0

v2.2.0PHP &gt;=8.2

v2.3.0PHP &gt;=8.3

### Community

Maintainers

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

---

Top Contributors

[![stefanorosanelli](https://avatars.githubusercontent.com/u/2122280?v=4)](https://github.com/stefanorosanelli "stefanorosanelli (66 commits)")[![didoda](https://avatars.githubusercontent.com/u/2227145?v=4)](https://github.com/didoda "didoda (44 commits)")[![batopa](https://avatars.githubusercontent.com/u/1306319?v=4)](https://github.com/batopa "batopa (9 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (9 commits)")[![le0m](https://avatars.githubusercontent.com/u/10656716?v=4)](https://github.com/le0m "le0m (1 commits)")

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan, Psalm

Type Coverage Yes

### Embed Badge

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

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

###  Alternatives

[friendsofcake/cakepdf

CakePHP plugin for creating and/or rendering Pdfs, several Pdf engines supported.

3752.1M3](/packages/friendsofcake-cakepdf)[cakephp/bake

Bake plugin for CakePHP

11211.2M158](/packages/cakephp-bake)[dereuromark/cakephp-tools

A CakePHP plugin containing lots of useful and reusable tools

338920.1k32](/packages/dereuromark-cakephp-tools)[dereuromark/cakephp-queue

The Queue plugin for CakePHP provides deferred task execution.

308850.3k14](/packages/dereuromark-cakephp-queue)[dereuromark/cakephp-ide-helper

CakePHP IdeHelper Plugin to improve auto-completion

1862.1M27](/packages/dereuromark-cakephp-ide-helper)[bedita/manager

BEdita Manager - official admin webapp for BEdita4 API

131.0k](/packages/bedita-manager)

PHPackages © 2026

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