netsiteweaver/gizmo-chat-module

HMVC chat module for CodeIgniter 3 with floating widget

Installs: 0

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 0

Type:codeigniter-module

pkg:composer/netsiteweaver/gizmo-chat-module

dev-main 2026-01-19 17:44 UTC

This package is auto-updated.

Last update: 2026-01-19 17:49:08 UTC


README

This directory can contain GitHub-specific files when you create your repository.

Recommended GitHub Files

Issue Templates

Create .github/ISSUE_TEMPLATE/ directory with:

  • bug_report.md
  • feature_request.md

Pull Request Template

Create .github/pull_request_template.md

GitHub Actions (Optional)

Create .github/workflows/ for CI/CD

Quick Setup

  1. Create repository on GitHub
  2. Initialize git: git init
  3. Add files: git add .
  4. Commit: git commit -m "Initial release v1.0"
  5. Add remote: git remote add origin https://github.com/yourusername/gizmo-chat-module.git
  6. Push: git push -u origin main