PHPackages                             longlog/web - 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. longlog/web

ActiveProject

longlog/web
===========

LongLog web application

1.0.0(8y ago)011GPL-3.0PHPPHP &gt;=5.4.0

Since Dec 10Pushed 8y ago1 watchersCompare

[ Source](https://github.com/demisang/longlog)[ Packagist](https://packagist.org/packages/longlog/web)[ Docs](https://github.com/demisang/longlog)[ RSS](/packages/longlog-web/feed)WikiDiscussions master Synced 3d ago

READMEChangelog (1)Dependencies (12)Versions (2)Used By (0)

Long Log
========

[](#long-log)

LongLog web-application.

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

[](#installation)

Based on [Yii2 advanced template](https://github.com/yiisoft/yii2-app-advanced/blob/master/docs/guide/README.md)
Clone this repo (you can get future updates by `git pull`)

```
git clone https://github.com/demisang/longlog.git
```

Clone this project via composer (only manual updates)

```
composer create-project --prefer-dist longlog/web longlog
```

### Vagrant installation

[](#vagrant-installation)

```
cp longlog/vagrant/config/vagrant-local.example.yml longlog/vagrant/config/vagrant-local.yml
```

Generate github token here [https://github.com/settings/tokens/new](https://github.com/settings/tokens/new?scopes=repo&description=LongLog%20composer%20token)
Paste token to file: `longlog/vagrant/config/vagrant-local.yml`

```
vagrant up
```

If you need [Grunt](https://gruntjs.com) support:

```
vagrant ssh
cd /app
./install-grunt.sh
source ~/.profile

# Run all grunt tasks (sass and favicons)
grunt
# Process scss to css
grunt sass
# Generate favicons
grunt favicons

# Watching scss file changes and run "sass" task.
# Try to edit files in /frontend/resourses/scss/*.scss and
# you changes immediately applied to /frontend/web/css/style.css
grunt watch
```

Complete!
Frontend URL:
Backend URL:
Api URL:

Configurations
==============

[](#configurations)

---

1. [Register](https://www.google.com/recaptcha/admin) new reCAPTCHA API keys and replace it in `/common/config/params.php`
2. Change other params in file `/common/config/params.php`, for example set: `'user.sendActivationEmail' => true`
3. PhpStorm: Mark the file `/vendor/yiisoft/yii2/Yii.php` as plain text (right-click "Mark as Plain Text")

Helpful commands:

```
# init RBAC roles
php yii rbac/init

# Extract message translations
php yii message @console/config/translation.php

# Create/Update demo user and demo-data
php yii demo/fill
```

crontab:

```
# @midnight: Run Garbage Collector
0 0 * * * /usr/bin/php -q /app/yii garbage-collector

# @midnight: yesterday full stats
0 0 * * * /usr/bin/php -q /app/yii stat/daily
# every hour in 30 minutes: totay stats
30 * * * * /usr/bin/php -q /app/yii stat/today
```

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity2

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 87.5% 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

3078d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/7a0d6a9a7404fc232aad56e3a2f8d4d95c71614dc34da737fbf6a60a611050e7?d=identicon)[demi](/maintainers/demi)

---

Top Contributors

[![demisang](https://avatars.githubusercontent.com/u/600251?v=4)](https://github.com/demisang "demisang (7 commits)")[![timbreitscheit54](https://avatars.githubusercontent.com/u/33413207?v=4)](https://github.com/timbreitscheit54 "timbreitscheit54 (1 commits)")

---

Tags

webyii2longlog

### Embed Badge

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

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

###  Alternatives

[skeeks/cms

SkeekS CMS — control panel and tools based on php framework Yii2

13825.6k47](/packages/skeeks-cms)[yeesoft/yii2-yee-cms

Yee CMS Based on Yii 2 Advanced Project Template

1464.0k](/packages/yeesoft-yii2-yee-cms)

PHPackages © 2026

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