https://github.com/mapiiik/watcher-crm
Watcher CRM - Customer relationship management for ISPs
https://github.com/mapiiik/watcher-crm
billing cakephp crm customers docker-compose equipment-evidence isp labels php pohoda radius ruian tasks wisp
Last synced: 4 months ago
JSON representation
Watcher CRM - Customer relationship management for ISPs
- Host: GitHub
- URL: https://github.com/mapiiik/watcher-crm
- Owner: Mapiiik
- License: agpl-3.0
- Created: 2021-04-26T07:19:25.000Z (about 5 years ago)
- Default Branch: 3.x
- Last Pushed: 2026-02-07T22:09:04.000Z (4 months ago)
- Last Synced: 2026-02-08T05:50:15.539Z (4 months ago)
- Topics: billing, cakephp, crm, customers, docker-compose, equipment-evidence, isp, labels, php, pohoda, radius, ruian, tasks, wisp
- Language: PHP
- Homepage:
- Size: 8.8 MB
- Stars: 10
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Watcher CRM
[](https://packagist.org/packages/mapik/watcher-crm)
[](https://github.com/phpstan/phpstan)
The framework source code can be found here: [cakephp/cakephp](https://github.com/cakephp/cakephp).
## Description
- Customer Relationship Management System for evidence of customers for ISP
- it can generate invoices in dBase format for POHODA Stormware bookkeeping software
## Installation
1. Download [Composer](https://getcomposer.org/doc/00-intro.md) or update `composer self-update`.
2. Run `php composer.phar create-project --prefer-dist mapik/watcher-crm [app_name]`.
If Composer is installed globally, run
```bash
composer create-project --prefer-dist mapik/watcher-crm
```
In case you want to use a custom app dir name (e.g. `/myapp/`):
```bash
composer create-project --prefer-dist mapik/watcher-crm myapp
```
You can now either use your machine's webserver to view the default home page, or start
up the built-in webserver with:
```bash
bin/cake server -p 8765
```
Then visit `http://localhost:8765` to see the welcome page.
## Configuration
Create and edit the `config/.env` or set system environment variables (eg. for Docker).
## Layout
The app uses [Milligram](https://milligram.io/) (v1.3) minimalist CSS
framework.
## License
Watcher CRM is licensed under the GNU Affero General Public License v3.0. Copyright (c) 2026 Martin Patočka
### What this means
You are free to use, modify and run this software.
If you modify it and make it available to others (including as a network service),
you must also make your modifications available under the same license.