PHPackages                             typo3dk/typo3dk - 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. typo3dk/typo3dk

ActiveTypo3-flow-site[Framework](/categories/framework)

typo3dk/typo3dk
===============

typo3.dk site package

023[7 issues](https://github.com/typo3dk/typo3dk-site-package/issues)Ruby

Since Apr 2Pushed 13y ago6 watchersCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

TYPO3 Danmark
=============

[](#typo3-danmark)

TYPO3 Danmark Neos site package

Installation instructions
-------------------------

[](#installation-instructions)

This package can either be installed in a neos basis distribution, or used via te typo3dk-base-distribution which already has a requirement on this site package.

Please make sure you have composer installed on you system. See  for installation instructions.

To do a fresh install from a neos-base-distribution, follow these steps.

```
composer create-project -s dev  typo3/neos-base-distribution flow

```

Set your webserver to point to the flow/Web folder

Then create a new database and edit flow/Configuration/Settings.yaml to reflect your settings

Example:

```
TYPO3:
  Flow:
    persistence:
      backendOptions:
        host: '127.0.0.1'
        dbname: 'typo3dk_neos'
        user: 'typo3dk_neos'
        password: ''
  Neos:
    loadMinifiedJavascript: FALSE
```

Then make sure you update your database with required tables and fields.

```
cd flow
./flow doctrine:create

```

Next use composer to fetch the latest typo3dk site package

```
composer require typo3dk/typo3dk

```

When asked for version, type dev-master

And then import the typo3.dk site into you installation.

```
./flow site:import --package-key TYPO3DK.typo3dk

```

Last, create a new admin user for editing the site

```
./flow user:create --username USERNAME --password YOURPASSWORD --first-name YOURFIRSTNAME--last-name YOURLASTNAME --roles "Administrator"

```

Depending on your file permissions and user-setup, you might need to reset all permissions with (Adjust www-data to the user that runs you apache webserver)

```
./flow flow:core:setfilepermissions www-data www-data www-data

```

Enjoy!

###  Health Score

21

—

LowBetter than 19% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 61.1% 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/2436b2db166e2a676cc47b3c57c0ded2a2f8c817d7e68208c18a2d85383a2dce?d=identicon)[revsbech](/maintainers/revsbech)

---

Top Contributors

[![sorenbryder](https://avatars.githubusercontent.com/u/1769970?v=4)](https://github.com/sorenbryder "sorenbryder (11 commits)")[![sorenmalling](https://avatars.githubusercontent.com/u/531918?v=4)](https://github.com/sorenmalling "sorenmalling (7 commits)")

### Embed Badge

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

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

###  Alternatives

[laravel/telescope

An elegant debug assistant for the Laravel framework.

5.2k67.8M190](/packages/laravel-telescope)[spiral/roadrunner

RoadRunner: High-performance PHP application server and process manager written in Go and powered with plugins

8.4k12.2M84](/packages/spiral-roadrunner)[nolimits4web/swiper

Most modern mobile touch slider and framework with hardware accelerated transitions

41.8k177.2k1](/packages/nolimits4web-swiper)[laravel/dusk

Laravel Dusk provides simple end-to-end testing and browser automation.

1.9k36.7M255](/packages/laravel-dusk)[laravel/prompts

Add beautiful and user-friendly forms to your command-line applications.

708181.8M591](/packages/laravel-prompts)[cakephp/chronos

A simple API extension for DateTime.

1.4k47.7M121](/packages/cakephp-chronos)

PHPackages © 2026

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