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
Requires
- php: >=7.4
- composer/installers: ^2.2
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.mdfeature_request.md
Pull Request Template
Create .github/pull_request_template.md
GitHub Actions (Optional)
Create .github/workflows/ for CI/CD
Quick Setup
- Create repository on GitHub
- Initialize git:
git init - Add files:
git add . - Commit:
git commit -m "Initial release v1.0" - Add remote:
git remote add origin https://github.com/yourusername/gizmo-chat-module.git - Push:
git push -u origin main