mapik/watcher-crm

Watcher CRM

Installs: 190

Dependents: 0

Suggesters: 0

Security: 0

Stars: 9

Watchers: 1

Forks: 2

Open Issues: 0

Type:project

pkg:composer/mapik/watcher-crm

3.2.0 2025-11-13 13:02 UTC

README

Total Downloads PHPStan

The framework source code can be found here: 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 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

composer create-project --prefer-dist mapik/watcher-crm

In case you want to use a custom app dir name (e.g. /myapp/):

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:

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 (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.