2017-12-03 00:33:10 +08:00
|
|
|
# phpvms <sup>7</sup>
|
2017-06-09 02:28:26 +08:00
|
|
|
|
2017-07-12 06:51:12 +08:00
|
|
|
[![Build Status](https://travis-ci.org/nabeelio/phpvms.svg)](https://travis-ci.org/nabeelio/phpvms) [![Codacy Badge](https://api.codacy.com/project/badge/Grade/d668bebb0a3c46bda381af16ce3d9450)](https://www.codacy.com/app/nabeelio/phpvms?utm_source=github.com&utm_medium=referral&utm_content=nabeelio/phpvms&utm_campaign=Badge_Grade) [![Total Downloads](https://poser.pugx.org/nabeel/phpvms/downloads)](https://packagist.org/packages/nabeel/phpvms) [![Latest Stable Version](https://poser.pugx.org/nabeel/phpvms/v/stable)](https://packagist.org/packages/nabeel/phpvms) [![Latest Unstable Version](https://poser.pugx.org/nabeel/phpvms/v/unstable)](https://packagist.org/packages/nabeel/phpvms) [![License](https://poser.pugx.org/nabeel/phpvms/license)](https://packagist.org/packages/nabeel/phpvms)
|
2017-06-09 02:28:26 +08:00
|
|
|
|
2017-06-22 01:29:31 +08:00
|
|
|
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](https://github.com/nabeelio/phpvms_v2).
|
2017-06-09 02:28:26 +08:00
|
|
|
|
2017-06-11 21:15:15 +08:00
|
|
|
# installation
|
|
|
|
|
2017-12-18 01:50:44 +08:00
|
|
|
A full distribution, with all of the composer dependencies, is available at this
|
2018-02-03 06:18:53 +08:00
|
|
|
[GitHub Releases](https://github.com/nabeelio/phpvms/releases) link.
|
2017-12-14 10:22:54 +08:00
|
|
|
|
2018-02-03 06:18:53 +08:00
|
|
|
The latest documentation, with installation instructions is available
|
|
|
|
[on the phpVMS documentation](http://docs.phpvms.net/) page.
|
2017-12-14 10:22:54 +08:00
|
|
|
|
2018-02-03 06:18:53 +08:00
|
|
|
## Requirements
|
2017-06-11 21:15:15 +08:00
|
|
|
|
2018-02-06 03:26:54 +08:00
|
|
|
- PHP 7.1+, extensions:
|
2018-02-03 06:18:53 +08:00
|
|
|
- cURL
|
|
|
|
- JSON
|
|
|
|
- mbstring
|
|
|
|
- openssl
|
|
|
|
- pdo
|
|
|
|
- tokenizer
|
|
|
|
- Database:
|
|
|
|
- MySQL 5.5+ (or MySQL variant, including MariaDB and Percona)
|
2017-06-11 21:15:15 +08:00
|
|
|
|
2018-02-03 06:18:53 +08:00
|
|
|
[View more details on requirements](http://docs.phpvms.net/basics/requirements)
|
2017-06-11 21:15:15 +08:00
|
|
|
|
2018-02-03 06:18:53 +08:00
|
|
|
## Installer
|
2018-01-07 08:19:05 +08:00
|
|
|
|
2018-02-03 06:18:53 +08:00
|
|
|
1. Upload to your server
|
|
|
|
2. Visit the site, and follow the link to the installer
|
2018-01-07 08:19:05 +08:00
|
|
|
|
2018-02-03 06:18:53 +08:00
|
|
|
[View installation details](http://docs.phpvms.net/basics/installation)
|