mohdasha / Sidecar-PHPService

SideCar Appliication with php service

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SideCar with PHP Service

Sidecar with PHP Service Use case

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

This Project is totally based on windows machine.

Prerequisites

Following should be installed on your machine

  1. PHP
  2. MongoDB or any other Database depending on requirements.
  3. Lumen Framework for microservice.
  4. JAVA (1.6 or above)
  5. Maven or Gradle build tool for SpringBoot.
Give examples

Installing

A step by step series of examples that tell you have to get a development env running

Install PHP

1. Download it from http://windows.php.net/
2. Download MongoDB extension from http://windows.php.net/
3. Copy php_mongodb.dll inside php extension directory in your-php-installation/ext
4. Add extension=php_mongodb.dll in you php.ini configuration file.
5. Add php path to your environment PATH variable.

Install JAVA

You know how to install JAVA :p

Install Maven or gradle

Download and extract maven or gradle and add bin directory to PATH environment variable

Now just download this

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

Authors

Acknowledgments

  • Hat tip to anyone who's code was used
  • Inspiration
  • etc

About

SideCar Appliication with php service


Languages

Language:PHP 88.8%Language:Dockerfile 5.9%Language:Java 4.2%Language:Shell 1.1%