Skip to content

heruberuto/buzer-listek

Repository files navigation

Buzer-lístek

Buzer-lístek is a small Yii2 web app for daily self-management: users create habit lists, track fulfillment, and review progress over time.

⚠️ Maintenance status: archived / unmaintained.

What this project does

  • User registration and login
  • Daily habit list management
  • Habit fulfillment tracking
  • Basic profile and user management
  • Optional Facebook OAuth login integration

Tech stack

  • PHP 7+
  • Yii2 (basic app structure)
  • MySQL
  • Bootstrap 4 (legacy beta dependency)

Project structure (high level)

  • controllers/ – request handling and page actions
  • models/dao/ – database-backed models
  • models/forms/ – form validation and submission logic
  • views/ – UI templates
  • config/ – environment and application configuration
  • www/ – web root (entry point, static assets)

Local setup

  1. Install PHP and Composer.
  2. Install dependencies:
    composer install
  3. Create database config file config/db.ini (not committed):
    [dev]
    host = "127.0.0.1"
    db = "buzerlistek"
    user = "your_db_user"
    password = "your_db_password"
    
    [prod]
    host = "127.0.0.1"
    db = "buzerlistek"
    user = "your_db_user"
    password = "your_db_password"
  4. (Optional) Set Facebook OAuth credentials in config/facebook.ini.
  5. Start the built-in server:
    php yii serve
  6. Open http://localhost:8080.

Security cleanup note

As part of repository maintenance, embedded API credentials were removed from versioned config files. Keep secrets only in local, untracked configuration.

Legacy notes

  • The codebase was built for an older Yii2 / PHP ecosystem.
  • Dependency updates and framework upgrades were intentionally not performed in this maintenance pass.

About

Buzer‑lístek is a legacy Yii2 habit-tracking web app where users create daily habit lists, mark completion, and monitor personal progress.

Resources

License

Unknown, Unknown licenses found

Licenses found

Unknown
LICENSE
Unknown
LICENSE.md

Stars

1 star

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages