Download the PHP package dsd-meetme/backend without Composer
On this page you can find all versions of the php package dsd-meetme/backend. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download dsd-meetme/backend
More information about dsd-meetme/backend
Files in dsd-meetme/backend
Download dsd-meetme/backend
More information about dsd-meetme/backend
Files in dsd-meetme/backend
Vendor dsd-meetme
Package backend
Short Description A meeting planner for companies with efficiency and simplicity in mind
License GPL-2.0
Homepage https://github.com/dsd-meetme/backend
Package backend
Short Description A meeting planner for companies with efficiency and simplicity in mind
License GPL-2.0
Homepage https://github.com/dsd-meetme/backend
Please rate this library. Is it a good library?
Informations about the package backend
Meetme backend
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_SECRET
viaphp artisan jwt:generate
APP_KEY
viaphp 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>&1
to optimise and caldav import - install
GLPSOL
https://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:generate
andphp artisan ide-helper:meta
, so you create meta files for autocomplete in the IDE. - Run
php artisan ide-helper:models
each 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
All versions of backend with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.5.9
laravel/framework Version 5.1.*
barryvdh/laravel-ide-helper Version ^2.1
thecsea/jwt-auth Version 0.5.*
barryvdh/laravel-cors Version 0.7.x
guzzlehttp/guzzle Version ~5.3|~6.0
thecsea/caldav-client-adapter Version <2.0.0
laravel/framework Version 5.1.*
barryvdh/laravel-ide-helper Version ^2.1
thecsea/jwt-auth Version 0.5.*
barryvdh/laravel-cors Version 0.7.x
guzzlehttp/guzzle Version ~5.3|~6.0
thecsea/caldav-client-adapter Version <2.0.0
The package dsd-meetme/backend contains the following files
Loading the files please wait ....