PHPackages                             annotate/backend - 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. annotate/backend

ActiveLibrary

annotate/backend
================

1215PHP

Since Oct 31Pushed 8y ago3 watchersCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

Backend package for Annotate Framework
======================================

[](#backend-package-for-annotate-framework)

This package provides powerfull administration.

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

[](#installation)

Note: this works when annotate/sandbox is installed

Run:

```
composer require annotate/backend:@dev

```

Extend your presenter with `Annotate\Modules\Application\ModularPresenter`.

Register modules routes provider with adding `@Annotate\Backend\Routing\BackendRouteProvider` to `app/config/app.neon` after `DefaultRouteProviderService`

Register authenticators and authorizators with adding them as services into `app/config/services.neon` file:

```
-
    class: App\Services\DummyAuthorizator
    tags: [kdyby.subscriber]
-
    class: App\Services\DummyAuthenticator
    tags: [security.authenticator]

```

Note: You can use any authenticator and authorizator. When using custom authenticator set correct authenticator key in `vendor/annotate/security/src/Components/LoginForm.php` (will be fixed soon). When using DummyAuthenticator use `admin` as login and password.

\##Do not use DummyAuthenticator in production!##

Hint!
-----

[](#hint)

For better experience install also packages `annotate/themes` and `annotate/packages`

Uninstall
---------

[](#uninstall)

Just remove line with `annotate/backend` from composer.json and run `composer update`

Revert changes made along with installation process.

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/69644ddd5d745e260aa1a2be03ef188342c1f9f3ffa9d9ca9e2e87695d5c7274?d=identicon)[vysinsky](/maintainers/vysinsky)

---

Top Contributors

[![vysinsky](https://avatars.githubusercontent.com/u/3693578?v=4)](https://github.com/vysinsky "vysinsky (1 commits)")

### Embed Badge

![Health badge](/badges/annotate-backend/health.svg)

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

PHPackages © 2026

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