dsd-meetme/backend
Composer 安装命令:
composer create-project dsd-meetme/backend
包简介
A meeting planner for companies with efficiency and simplicity in mind
README 文档
README
This application uses laravel 5.1.* (a php framework)
Here the entire site: plunner.com
Api example web server: http://api.plunner.com. It is just an example, so we don't guarantee that everything works
N.B. You need also the frontend application
How to install
- Clone repository
- Install dependencies with composer
composer install(http://getcomposer.org)
or simply
composer create-project dsd-meetme/backend (this gets the last stable version)
How to configure
- Create database
- Configure database data in .env file
- Configure private keys in .env file
JWT_SECRETviaphp artisan jwt:generateAPP_KEYviaphp artisan key:generate
- perform
php artisan migrate - configure urls in
config/app.php(this only for real environment) - this must be installed on the root of the virtual host
- configure crontab
* * * * * php /path/to/artisan schedule:run >> /dev/null 2>&1to optimise and caldav import - install
GLPSOLhttps://en.wikibooks.org/wiki/GLPK/Linux_packages(needed for optimisation task -> finding perfect meeting slot) - configure additional things like emails, optimisation and so in the config files
How to develop
Use phpstorm is one of the best solution, since it has laravel plugin.
After cloning and installing repository:
- Run
php artisan ide-helper:generateandphp artisan ide-helper:meta, so you create meta files for autocomplete in the IDE. - Run
php artisan ide-helper:modelseach time models are updated (not in other case) and only if models are updated. - Install laravel plugin
How to test with phpstorm
- Use phunit 4.* not 5
- execute as test phpunit.xml
Notes
- You should insert your name as author in composer file
- We use UTC time
- In real environment you should use apache2
- To not to perform tests of console tasks, since they can be have problems on windows and they need specif software, set the following env variable
DO_CONSOLE_TESTS=false - exec calls must be enabled in php-cli
- tmp dir permissions needed
- The library is tested only on linux, we don't know the behaviour of critical parts (optimisation and caldav sync) on other systems
- Details about application https://docs.google.com/document/d/1BqwZzRVEWS6Hk68mLSufbqHMNTo78aXbwT0a0AFqOFY/edit?usp=sharing
- after 30 days you have to re-login, this for security reasons to avoid that a malicious guy can use the token to get new tokens and he stays always connected even if you change password
Credits
dsd-meetme/backend 适用场景与选型建议
dsd-meetme/backend 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 20 次下载、GitHub Stars 达 6, 最近一次更新时间为 2015 年 10 月 26 日, 在 PHP 生态内属于活跃度较高的组件。
它主要适用于以下技术方向: 「Planner」 「companies」 「meeting」 「efficiency」 「plunner」 等业务场景。在实际项目中,围绕这些方向常见需要落地的问题包括:接口对接、性能调优、并发安全、与既有框架(Laravel / ThinkPHP / Yii / Webman 等)的兼容适配,以及生产环境的日志埋点与稳定性保障。
我们在过去多个企业项目中使用过 dsd-meetme/backend 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 dsd-meetme/backend 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
与 dsd-meetme/backend 相关的其它包
同方向 / 同关键字的高下载量 PHP Composer 包推荐,方便对比选型:
Company management dependency for Laravel Enso
Applab Webex Meeting
Person management dependency for Laravel Liberu
Symfony bundle that integrates the companies house rest api
Person management dependency for Laravel Enso
GUI for managing whatever entities
统计信息
- 总下载量: 20
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 7
- 点击次数: 22
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: GPL-2.0
- 更新时间: 2015-10-26