All Projects → nabeelio → Phpvms

nabeelio / Phpvms

Licence: bsd-3-clause
virtual airline management

Projects that are alternatives of or similar to Phpvms

Xoopscore
Core Framework for next version of XOOPS CMS: 2.6.0
Stars: ✭ 118 (+15.69%)
Mutual labels:  mysql, composer
Docker Laravel
🐳 Build a simple laravel development environment with docker-compose.
Stars: ✭ 415 (+306.86%)
Mutual labels:  mysql, composer
Nukeviet
NukeViet CMS is multi Content Management System. NukeViet CMS is the 1st open source content management system in Vietnam. NukeViet was awarded the Vietnam Talent 2011, the Ministry of Education and Training Vietnam officially encouraged to use.
Stars: ✭ 113 (+10.78%)
Mutual labels:  mysql, composer
Slightphp
SlightPHP 高效的PHP敏捷开发框架
Stars: ✭ 110 (+7.84%)
Mutual labels:  mysql, composer
Php frameworks analysis
php框架源码分析
Stars: ✭ 57 (-44.12%)
Mutual labels:  mysql, composer
Medoo
The lightweight PHP database framework to accelerate the development.
Stars: ✭ 4,463 (+4275.49%)
Mutual labels:  mysql, composer
Smproxy
Swoole MySQL Proxy 一个基于 MySQL 协议,Swoole 开发的MySQL数据库连接池。 A MySQL database connection pool based on MySQL protocol and Swoole.
Stars: ✭ 1,665 (+1532.35%)
Mutual labels:  mysql, composer
Docker Laravel
Laravel 5 with Dockerized Gulp, PHP-FPM, MySQL and nginx using docker-compose
Stars: ✭ 85 (-16.67%)
Mutual labels:  mysql, composer
Docker Skeleton Php
A simple Docker PHP development environment
Stars: ✭ 40 (-60.78%)
Mutual labels:  mysql, composer
Leafpub
Simple, beautiful, open source publishing.
Stars: ✭ 645 (+532.35%)
Mutual labels:  mysql, composer
Easy Short Url
ESU 短网址,可在 Laravel、Yii、ThinkPHP 等框架 Composer 包引入,也可以独立搭建短网址站点
Stars: ✭ 71 (-30.39%)
Mutual labels:  mysql, composer
Docker Nginx Php Mysql
Docker running Nginx, PHP-FPM, MySQL & PHPMyAdmin
Stars: ✭ 1,322 (+1196.08%)
Mutual labels:  mysql, composer
Mysqlbeat
Fully customizable Beat for MySQL server - this beat will ship the results of any query defined in the config file to Elasticsearch.
Stars: ✭ 99 (-2.94%)
Mutual labels:  mysql
Pinba2
Pinba2: new implementation of https://github.com/tony2001/pinba_engine
Stars: ✭ 101 (-0.98%)
Mutual labels:  mysql
Ionic Shopping Cart 2
Ionic cordova shopping cart app
Stars: ✭ 99 (-2.94%)
Mutual labels:  mysql
Antsdb
AntsDB is a low latency, high concurrency, MySQL compliant SQL layer for HBase
Stars: ✭ 99 (-2.94%)
Mutual labels:  mysql
Openseedbox
OpenSeedbox - Open Source Multi-User Bittorrent Web UI
Stars: ✭ 101 (-0.98%)
Mutual labels:  mysql
Springboot Link Admin
Vue Springboot Project | Link Admin后端,适用于小型项目
Stars: ✭ 100 (-1.96%)
Mutual labels:  mysql
Zebra database
A compact, lightweight and feature-rich PHP MySQLi database wrapper
Stars: ✭ 98 (-3.92%)
Mutual labels:  mysql
Pilothouse
A command line app for managing a LEMP local development environment based on Docker.
Stars: ✭ 98 (-3.92%)
Mutual labels:  mysql

phpVMS 7

Build Codacy Badge Latest Stable Version StyleCI License

The next phpvms version built on the laravel framework. work in progress. The latest documentation, with installation instructions is available on the phpVMS documentation page.

Installation

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

Requirements

  • PHP 7.3+, 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

Development Environment

A full development environment can be brought up using Docker:

composer install
npm install
docker-compose build
docker-compose up

Then go to http://localhost. If you're using dnsmasq, the app container is listening on phpvms.test, or you can add to your /etc/hosts file:

127.0.0.1   phpvms.test

Building JS/CSS assets

Yarn is required, run:

make build-assets

This will build all of the assets according to the webpack file.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].