medcenter24/mc-core
Composer 安装命令:
composer require medcenter24/mc-core
包简介
Backend for the MedCenter24 project
README 文档
README
CRM My Doctors
CRM system that provide opportunity to store, aggregate and automatize all business processes.
The system is intended for companies which work with assistants and are engaged in providing medical insurance services.
Technical documentation
Description of the features and tools for the application.
ONLY_API
- Parameter
ONLY_APIpassed as a server parameter will be interpreted as configuration is used as a API only. It means that with that parameter all requests will be proceed by therouter/api.php
Telegram settings
To generate new cert: openssl req -x509 -newkey rsa:4096 -keyout key.pem -out cert.pem -days 3650 -nodes
Installation
We created artisan command to make it simple: artisan setup:environment
Quick local installation
But you need to take into an account that to use the local Environment you need to do composer install in the mcCore folder
php artisan setup:environment \
--API_DEBUG=true \
--APP_DEBUG=true \
--APP_ENV=local \
--APP_LOG_LEVEL=debug \
--DB_CONNECTION=sqlite \
--DB_DATABASE=/private/var/www/sandbox/projects/medcenter24/develop/mcCore/database/db.sqlite \
--DEBUGBAR_ENABLED=true
Modules
- Add module to composer.json
- Check modules with command
docker-compose -f ./dhvDocker/docker-compose.yaml exec mc-dhv-phpfpm php /var/www/html/mcCore/artisan module:list - Activate module with command
docker-compose -f ./dhvDocker/docker-compose.yaml exec mc-dhv-phpfpm php /var/www/html/mcCore/artisan module:enable <MODULE NAME>
medcenter24/mc-core 适用场景与选型建议
medcenter24/mc-core 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 227 次下载、GitHub Stars 达 0, 最近一次更新时间为 2019 年 05 月 16 日, 在 PHP 生态内属于活跃度较高的组件。
它主要适用于以下技术方向: 「api」 「backoffice」 「medicine」 「medcenter24」 等业务场景。在实际项目中,围绕这些方向常见需要落地的问题包括:接口对接、性能调优、并发安全、与既有框架(Laravel / ThinkPHP / Yii / Webman 等)的兼容适配,以及生产环境的日志埋点与稳定性保障。
我们在过去多个企业项目中使用过 medcenter24/mc-core 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 medcenter24/mc-core 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
与 medcenter24/mc-core 相关的其它包
同方向 / 同关键字的高下载量 PHP Composer 包推荐,方便对比选型:
Roadiz sub-package for Document system.
Roadiz base models for entities.
Roadiz is a modern CMS based on a polymorphic content-schema system which can handle many types of services. It’s based on Symfony component and Doctrine ORM for maximum performances and security.
Roadiz CMS backoffice theme
A PSR-7 compatible library for making CRUD API endpoints
统计信息
- 总下载量: 227
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 8
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: GPL-2.0-only
- 更新时间: 2019-05-16