PHPackages                             maintainerati/bikeshed - 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. maintainerati/bikeshed

ActiveLibrary

maintainerati/bikeshed
======================

Maintainerati Open Space note taker

v0.1.0(6y ago)79[2 issues](https://github.com/maintainerati/bikeshed/issues)MITPHPPHP ^7.2CI failing

Since May 20Pushed 6y ago1 watchersCompare

[ Source](https://github.com/maintainerati/bikeshed)[ Packagist](https://packagist.org/packages/maintainerati/bikeshed)[ RSS](/packages/maintainerati-bikeshed/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependencies (35)Versions (3)Used By (0)

Maintainerati Bikeshed
======================

[](#maintainerati-bikeshed)

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

[](#requirements)

- PHP 7.2+ with the following extensions:
    - `intl`
    - `json`
    - `pdo`
- Composer 1.5+
- Yarn 1.10+
- NodeJS 10+

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

[](#installation)

### Option A — Site project (recommended)

[](#option-a--site-project-recommended)

Change to the base of where you want to create the new site install and run:

```
composer create-project maintainerati/bikeshed-skeleton my-bikeshed-site
```

### Option B — Symfony Bundle (existing project)

[](#option-b--symfony-bundle-existing-project)

From the project root, run:

```
composer require  maintainerati/bikeshed-bundle
```

### Option C — Standalone library (existing project)

[](#option-c--standalone-library-existing-project)

From the project root, run:

```
composer require  maintainerati/bikeshed
```

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

[](#configuration)

### Routes

[](#routes)

**NOTE:** If you are **not** using the skeleton or the bundle the routes are automatically configured.

You need to configure the following named routes:

PropertyValueRoute Namebikeshed\_homepagePath/Path Regex\#^/$#sDuHostANYHost RegexSchemeANYMethodANYRequirementsNO CUSTOMClassSymfony\\Component\\Routing\\RouteDefaults\_controller: Maintainerati\\Bikeshed\\Controller\\HomepageControllerOptionscompiler\_class: Symfony\\Component\\Routing\\RouteCompilerutf8: truePropertyValueRoute Namebikeshed\_focusPath/focusPath Regex\#^/focus$#sDuHostANYHost RegexSchemeANYMethodANYRequirementsNO CUSTOMClassSymfony\\Component\\Routing\\RouteDefaults\_controller: Maintainerati\\Bikeshed\\Controller\\FocusControllerOptionscompiler\_class: Symfony\\Component\\Routing\\RouteCompilerutf8: truePropertyValueRoute Namebikeshed\_refocusPath/refocus/{event}/{session}/{space}Path Regex\#^/refocus/(?P\\w{8}-\\w{4}-\\w{4}-\\w{4}-\\w{12})/(?P\\w{8}-\\w{4}-\\w{4}-\\w{4}-\\w{12})/(?P\\w{8}-\\w{4}-\\w{4}-\\w{4}-\\w{12})$#sDuHostANYHost RegexSchemeANYMethodANYRequirementsevent: \\w{8}-\\w{4}-\\w{4}-\\w{4}-\\w{12}session: \\w{8}-\\w{4}-\\w{4}-\\w{4}-\\w{12}space: \\w{8}-\\w{4}-\\w{4}-\\w{4}-\\w{12}ClassSymfony\\Component\\Routing\\RouteDefaults\_controller: Maintainerati\\Bikeshed\\Controller\\ReFocusControllerOptionscompiler\_class: Symfony\\Component\\Routing\\RouteCompilerutf8: truePropertyValueRoute Namebikeshed\_registerPath/registerPath Regex\#^/register$#sDuHostANYHost RegexSchemeANYMethodANYRequirementsNO CUSTOMClassSymfony\\Component\\Routing\\RouteDefaults\_controller: Maintainerati\\Bikeshed\\Controller\\RegistrationControllerOptionscompiler\_class: Symfony\\Component\\Routing\\RouteCompilerutf8: truePropertyValueRoute Namebikeshed\_loginPath/loginPath Regex\#^/login$#sDuHostANYHost RegexSchemeANYMethodANYRequirementsNO CUSTOMClassSymfony\\Component\\Routing\\RouteDefaults\_controller: Maintainerati\\Bikeshed\\Controller\\SecurityControllerOptionscompiler\_class: Symfony\\Component\\Routing\\RouteCompilerutf8: truePropertyValueRoute Namebikeshed\_logoutPath/logoutPath Regex\#^/logout$#sDuHostANYHost RegexSchemeANYMethodANYRequirementsNO CUSTOMClassSymfony\\Component\\Routing\\RouteDefaultsNONEOptionscompiler\_class: Symfony\\Component\\Routing\\RouteCompilerutf8: truePropertyValueRoute Namebikeshed\_admin\_editorPath/admin/edit/{type}/{id}Path Regex\#^/admin/edit/(?P(?:eventHostANYHost RegexSchemeANYMethodANYRequirementsid: \\w{8}-\\w{4}-\\w{4}-\\w{4}-\\w{12}type: (eventClassSymfony\\Component\\Routing\\RouteDefaults\_controller: Maintainerati\\Bikeshed\\Controller\\Admin\\EditorControllerOptionscompiler\_class: Symfony\\Component\\Routing\\RouteCompilerutf8: truePropertyValueRoute Namebikeshed\_admin\_one\_time\_keysPath/admin/one-time-keysPath Regex\#^/admin/one-time-keys$#sDuHostANYHost RegexSchemeANYMethodANYRequirementsNO CUSTOMClassSymfony\\Component\\Routing\\RouteDefaults\_controller: Maintainerati\\Bikeshed\\Controller\\Admin\\OneTimeKeysControllerOptionscompiler\_class: Symfony\\Component\\Routing\\RouteCompilerutf8: truePropertyValueRoute Namebikeshed\_async\_formPath/async/form/{event}/{session}/{space}/{note}Path Regex\#^/async/form(?:/(?P\\w{8}-\\w{4}-\\w{4}-\\w{4}-\\w{12})(?:/(?P\\w{8}-\\w{4}-\\w{4}-\\w{4}-\\w{12})(?:/(?P\\w{8}-\\w{4}-\\w{4}-\\w{4}-\\w{12})(?:/(?P\\w{8}-\\w{4}-\\w{4}-\\w{4}-\\w{12}))?)?)?)?$#sDuHostANYHost RegexSchemeANYMethodANYRequirementsevent: \\w{8}-\\w{4}-\\w{4}-\\w{4}-\\w{12}note: \\w{8}-\\w{4}-\\w{4}-\\w{4}-\\w{12}session: \\w{8}-\\w{4}-\\w{4}-\\w{4}-\\w{12}space: \\w{8}-\\w{4}-\\w{4}-\\w{4}-\\w{12}ClassSymfony\\Component\\Routing\\RouteDefaults\_controller: Maintainerati\\Bikeshed\\Controller\\AsyncFormController\_format: jsonevent: NULLnote: NULLsession: NULLspace: NULLOptionscompiler\_class: Symfony\\Component\\Routing\\RouteCompilerutf8: truePropertyValueRoute Namebikeshed\_spacePath/spacePath Regex\#^/space$#sDuHostANYHost RegexSchemeANYMethodANYRequirementsNO CUSTOMClassSymfony\\Component\\Routing\\RouteDefaults\_controller: Maintainerati\\Bikeshed\\Controller\\SpaceControllerOptionscompiler\_class: Symfony\\Component\\Routing\\RouteCompilerutf8: truePropertyValueRoute Namebikeshed\_notePath/note/{id}Path Regex\#^/note/(?P\\w{8}-\\w{4}-\\w{4}-\\w{4}-\\w{12})$#sDuHostANYHost RegexSchemeANYMethodANYRequirementsid: \\w{8}-\\w{4}-\\w{4}-\\w{4}-\\w{12}ClassSymfony\\Component\\Routing\\RouteDefaults\_controller: Maintainerati\\Bikeshed\\Controller\\NoteControllerOptionscompiler\_class: Symfony\\Component\\Routing\\RouteCompilerutf8: true

###  Health Score

21

—

LowBetter than 19% of packages

Maintenance14

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity45

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.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

2547d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/0c37c32df3696c9b0e3f97375ae3ce40576267523ff0ca1d42f638beb251e706?d=identicon)[gwendolen](/maintainers/gwendolen)

---

Top Contributors

[![GwendolenLynch](https://avatars.githubusercontent.com/u/1427081?v=4)](https://github.com/GwendolenLynch "GwendolenLynch (14 commits)")

---

Tags

eventsnote-takingopen-spacessymfony

###  Code Quality

TestsPHPUnit

Static AnalysisPsalm

Code StylePHP CS Fixer

Type Coverage Yes

### Embed Badge

![Health badge](/badges/maintainerati-bikeshed/health.svg)

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

###  Alternatives

[prestashop/prestashop

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

9.0k15.4k](/packages/prestashop-prestashop)[sylius/sylius

E-Commerce platform for PHP, based on Symfony framework.

8.4k5.6M650](/packages/sylius-sylius)[contao/core-bundle

Contao Open Source CMS

1231.6M2.3k](/packages/contao-core-bundle)[chameleon-system/chameleon-base

The Chameleon System core.

1026.5k3](/packages/chameleon-system-chameleon-base)[shopware/platform

The Shopware e-commerce core

3.3k1.5M3](/packages/shopware-platform)[kimai/kimai

Kimai - Time Tracking

4.6k7.4k1](/packages/kimai-kimai)

PHPackages © 2026

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