You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Go to file
Nabeel Shahzad 5f0db96fc4
Working docker-compose files for development
5 years ago
.travis Working docker-compose files for development 5 years ago
app Fix the searchable fields 5 years ago
bootstrap Code cleanup from inspection results 6 years ago
config StyleCI fixes 6 years ago
docker Working docker-compose files for development 5 years ago
modules Add gmp to requirements in install #285 6 years ago
public Make admin input border darker 6 years ago
resources Merge branch 'dev' of github.com:nabeelio/phpvms into dev 6 years ago
storage Implement cron to remove expired bids 6 years ago
tests Add greater than/less than search options #297 5 years ago
.eslintignore Add eslint and styleci files 6 years ago
.eslintrc Add eslint and styleci files 6 years ago
.gitignore live map updates 6 years ago
.htaccess Install bug 6 years ago
.styleci.yml Add eslint and styleci files 6 years ago
.travis.yml Restrict builds to main phpvms repo 5 years ago
CHANGELOG.md block on/off times in FormRequest check 7 years ago
LICENSE Copyright/license update 7 years ago
Makefile Working docker-compose files for development 5 years ago
Procfile Working docker-compose files for development 5 years ago
README.md Merge pull request #283 from tripph/master 6 years ago
artisan laravel base files 7 years ago
composer.json Only generate test autoloaders in dev mode 5 years ago
composer.lock PHPUnit version fixing 6 years ago
docker-compose.yml Working docker-compose files for development 5 years ago
index.php Working docker-compose files for development 5 years ago
package.json Package updates for vulnerabilities 5 years ago
phpstan.neon some cleanup as-per phpstan 7 years ago
phpunit.xml Refactor all of the unit conversion code 7 years ago
swagger.yml Add greater than/less than search options #297 5 years ago
webpack.mix.js Add assets and banner message for EU cookie laws 6 years ago
yarn.lock Package updates for vulnerabilities 5 years ago

README.md

phpvms 7

Build Status Codacy Badge Latest Stable Version StyleCI 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