Go to file
2018-03-17 22:20:08 -05:00
.travis Add collision for test listeners and remove one old dep 2018-02-12 09:02:05 -06:00
app Store full datetime in post_date; recalculate finances on every pirep 2018-03-17 22:20:08 -05:00
bootstrap Find/replace the LoadConfiguration class #163 2018-03-14 09:46:02 -05:00
config Splice the logger to use the cron stack for the console 2018-03-17 18:05:51 -05:00
modules Add ability to pass in parameters to an Award class #155 2018-03-17 11:35:34 -05:00
public include csrf token and fix escaping for admin scripts 2018-03-13 01:48:47 -05:00
resources Change rank field from image_link to image_url for consistency 2018-03-17 12:19:26 -05:00
storage fix ignore files 2018-01-04 15:08:32 -06:00
tests Store full datetime in post_date; recalculate finances on every pirep 2018-03-17 22:20:08 -05:00
.gitignore Fix gitignore for config file 2018-02-04 12:49:35 -06:00
.htaccess remove QSA, seems to cause problems 2018-02-27 12:32:58 -06:00
.travis.yml Travis build distros on PHP 7.1 2018-02-06 13:13:45 -06:00
artisan laravel base files 2017-06-08 13:28:26 -05:00
CHANGELOG.md Store full datetime in post_date; recalculate finances on every pirep 2018-03-17 22:20:08 -05:00
composer.json Dependencies for captcha #212 2018-03-16 10:50:04 -05:00
composer.lock Implement events for cron expenses; add processing of daily/monthly expenses #136 2018-03-16 20:12:56 -05:00
env.php.example Cleanup the sample env.php file 2018-02-09 16:36:02 -06:00
index.php Changes for shared hosting and numerous installer fixes 2017-12-17 16:58:53 -06:00
LICENSE Copyright/license update 2018-02-22 11:37:47 -06:00
Makefile first pass splitting js into commonjs modules 2018-03-12 17:30:52 -05:00
package-lock.json Update ssri npm package bc of vulnerability 2018-03-12 20:20:59 -05:00
package.json Update ssri npm package bc of vulnerability 2018-03-12 20:20:59 -05:00
phpunit.xml Add collision for test listeners and remove one old dep 2018-02-12 09:02:05 -06:00
Procfile Store full datetime in post_date; recalculate finances on every pirep 2018-03-17 22:20:08 -05:00
README.md Cleanup composer file and reqs in readme #166 2018-02-05 13:26:54 -06:00
webpack.mix.js formatting to js standard 2018-03-14 09:07:41 -05:00

phpvms 7

Build Status Codacy Badge Total Downloads Latest Stable Version Latest Unstable Version License

The next phpvms version built on the laravel framework. work in progress. If you're looking for the old, phpVMS classic, it's available here.

installation

A full distribution, with all of the composer dependencies, is available at this GitHub Releases link.

The latest documentation, with installation instructions is available on the phpVMS documentation page.

Requirements

  • PHP 7.1+, extensions:
    • cURL
    • JSON
    • mbstring
    • openssl
    • pdo
    • tokenizer
  • Database:
    • MySQL 5.5+ (or MySQL variant, including MariaDB and Percona)

View more details on requirements

Installer

  1. Upload to your server
  2. Visit the site, and follow the link to the installer

View installation details