mapik / watcher-crm
Watcher CRM
Installs: 163
Dependents: 0
Suggesters: 0
Security: 0
Stars: 6
Watchers: 2
Forks: 1
Open Issues: 0
Type:project
Requires
- php: >=8.1
- cakedc/users: ^12.0.0
- cakephp/cakephp: 5.x-dev#02f7c1e38edf00ad1a05783b4c8186551ad5c5c7 as 5.0.5.1
- cakephp/migrations: ^4.0.0
- cakephp/plugin-installer: ^2.0
- cakephp/queue: ^2.0.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.16
- mapik/radius-client: ^1.0
- mlocati/ip-lib: ^1.18
- mobiledetect/mobiledetectlib: ^4.8
- tecnickcom/tcpdf: ^6.4
Requires (Dev)
- cakedc/cakephp-phpstan: ^3.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: ^1.8
- phpunit/phpunit: ^10.1.0
- psalm/phar: ^5.12
Suggests
- 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.
- 3.x-dev
- 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: 2024-11-13 13:05:23 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.