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
Requires
- php: >=8.1
- cakedc/users: ^15.0.0
- cakephp/cakephp: ^5.0.6
- cakephp/migrations: ~4.6.0
- cakephp/plugin-installer: ^2.0
- cakephp/queue: ^2.0.1
- capcom6/android-sms-gateway: ^2.0
- dereuromark/cakephp-decimal: ^2.1
- doctrine/sql-formatter: ^1.1.3
- enqueue/fs: ^0.10.19
- enqueue/redis: ^0.10.19
- evilfreelancer/routeros-api-php: ^1.5
- giggsey/libphonenumber-for-php: ^8.13
- league/oauth2-google: ^4.0
- mapik/audit-log: ^5.0
- mapik/pohoda-xml: ^1.22
- mapik/radius-client: ^1.0
- mlocati/ip-lib: ^1.18
- mobiledetect/mobiledetectlib: ^4.8
- tecnickcom/tcpdf: ^6.4
Requires (Dev)
- cakedc/cakephp-phpstan: ^4.0.0
- cakephp/bake: ^3.0.0
- cakephp/cakephp-codesniffer: ^5.0
- cakephp/debug_kit: ^5.0.0
- josegonzalez/dotenv: ^4.0
- phpstan/extension-installer: ^1.1
- phpstan/phpstan: ^2.0
- phpunit/phpunit: ^10.1.0
- psalm/phar: ^6.0
Suggests
- cakephp/repl: Console tools for a REPL interface for CakePHP applications.
- dereuromark/cakephp-ide-helper: After baking your code, this keeps your annotations in sync with the code evolving from there on for maximum IDE and PHPStan/Psalm compatibility.
- markstory/asset_compress: An asset compression plugin which provides file concatenation and a flexible filter system for preprocessing and minification.
- phpstan/phpstan: PHPStan focuses on finding errors in your code without actually running it. It catches whole classes of bugs even before you write tests for the code.
- 4.x-dev
- 3.x-dev
- 3.2.0
- 3.1.1
- 3.1.0
- 3.0.1
- 3.0.0
- 3.0.0-RC3
- 3.0.0-RC2
- 3.0.0-RC1
- 2.x-dev
- 2.3.0
- 2.2.0
- 2.1.1
- 2.1.0
- 2.0.1
- 2.0.0
- 1.8.0
- 1.7.2
- 1.7.1
- 1.7.0
- 1.6.5
- 1.6.4
- 1.6.3
- 1.6.2
- 1.6.1
- 1.6.0
- 1.5.2
- 1.5.1
- 1.5.0
- 1.4.1
- 1.4.0
- 1.4.0-RC1
- 1.4.0-beta2
- 1.4.0-beta1
- 1.3.10
- 1.3.9
- 1.3.8
- 1.3.7
- 1.3.6
- 1.3.5
- 1.3.4
- 1.3.3
- 1.3.2
- 1.3.1
- 1.3.0
- 1.2.2
- 1.2.1
- 1.2.0
- 1.1.0
- 1.0.3
- 1.0.2
- 1.0.1
- 1.0.0
This package is auto-updated.
Last update: 2026-01-15 08:45:54 UTC
README
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
- Download Composer or update
composer self-update. - 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.