Skip to content

mvlabs/php-middleworld-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

79 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Server component for serving PHP Middleworld data

USAGE

Clone the repository using

git clone [email protected]:mvlabs/php-middleworld-server.git

The enter in the project directory

cd php-middleworld-server/src

Install Composer dependencies

composer install

Create the following local configuration files just by copying their respective .dist version

errorhandler.local.php
local.php
middleware-data.local.php

Eventually start up the project with

cd ..
docker-compose up

At this point you should be able to see something navigating at localhost:80.

CONTRIBUTING

If you want to add middleware to PHP Middleworld, or edit the existing informations, you could just create a merge request against develop editing the src/data/middleware.json file. We will review it and publish it as soon as possible!

About

Server component for serving PHP Middleworld data

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages