PHPackages                             lcfumes/docker-php56-mariadb-elasticsearch - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [DevOps &amp; Deployment](/categories/devops)
4. /
5. lcfumes/docker-php56-mariadb-elasticsearch

ActiveProject[DevOps &amp; Deployment](/categories/devops)

lcfumes/docker-php56-mariadb-elasticsearch
==========================================

Docker to Local Projects PHP5.6 MariaDb Elasticsearch

091

Since Feb 19Pushed 10y ago1 watchersCompare

[ Source](https://github.com/lcfumes/docker-php5-mariadb-elasticsearch)[ Packagist](https://packagist.org/packages/lcfumes/docker-php56-mariadb-elasticsearch)[ RSS](/packages/lcfumes-docker-php56-mariadb-elasticsearch/feed)WikiDiscussions master Synced 4w ago

READMEChangelogDependenciesVersions (1)Used By (0)

lcfumes/docker-php5-machine
---------------------------

[](#lcfumesdocker-php5-machine)

### Containers

[](#containers)

Proxy

Centos:7 Nginx PHP5.6 Php-Fpm MariaDb:10.0 ElasticSearch: 2.2

This project was made to use with composer.json. To run it alone, you need do change some configurations in the file docker-compose.yml.

If you wanna run it alone, you can write me. It will be a pleasure to help you.

### Dependencies

[](#dependencies)

```
apt-get install curl php5-cli php5-curl

```

### Using in composer.json

[](#using-in-composerjson)

```
{
    "repositories": [
         {
             "url": "git@github.com:lcfumes/docker-php5-mariadb-elasticsearch.git",
             "type": "git"
         }
    ],

    "require-dev": {
        "lcfumes/docker-php56-mariadb-elasticsearch": "dev-master"
    }
}

```

### Runing Composer

[](#runing-composer)

Local Machine:

```
composer install

```

Live Machine

```
composer install --no-dev

```

### About the project

[](#about-the-project)

You need to create a "tmp/nginx" folder, with write permission.

```
cd /project/
mkdir tmp/
mkdir tmp/nginx
chmod -R 777 tmp

```

This project was made to run in the ZendFramework. If you use another framework, my sugestion is to create a simbolic link called "public".

### Install Docker

[](#install-docker)

```
wget -qO- https://get.docker.com/ | sh

```

### Added your user to Docker group

[](#added-your-user-to-docker-group)

```
sudo usermod -aG docker YOUR_USER

```

### Install Docker-Compose

[](#install-docker-compose)

```
https://docs.docker.com/compose/install/

```

To Run
------

[](#to-run)

### Up machines

[](#up-machines)

```
cd /yourproject/vendor/lcfumes/docker-php56-mariadb-elasticsearch/
docker-compose up -d

```

### Stop

[](#stop)

```
docker-compose stop
docker-compose rm

```

### Database

[](#database)

```
mysql -uroot -proot -hdatabase.dev

```

### Browser

[](#browser)

```
http://webproject.dev

```

### Docker HUB

[](#docker-hub)

This project use the images from Docker Hub

lcfumes/nginx-php56 -

jwilder/nginx-proxy -

Mariadb - [https://hub.docker.com/\_/mariadb/](https://hub.docker.com/_/mariadb/)

ElasticSearch -

###  Health Score

20

—

LowBetter than 13% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://www.gravatar.com/avatar/0c99483679e8356363511ca77e4b71b17d82c474716c2ed62230ee24c570d542?d=identicon)[lcfumes](/maintainers/lcfumes)

---

Top Contributors

[![lcfumes](https://avatars.githubusercontent.com/u/3665280?v=4)](https://github.com/lcfumes "lcfumes (3 commits)")

### Embed Badge

![Health badge](/badges/lcfumes-docker-php56-mariadb-elasticsearch/health.svg)

```
[![Health](https://phpackages.com/badges/lcfumes-docker-php56-mariadb-elasticsearch/health.svg)](https://phpackages.com/packages/lcfumes-docker-php56-mariadb-elasticsearch)
```

###  Alternatives

[ryoluo/sail-ssl

Laravel Sail plugin to enable SSL (HTTPS) connection with Nginx.

192739.0k3](/packages/ryoluo-sail-ssl)[tiamo/phpas2

PHPAS2 is a php-based implementation of the EDIINT AS2 standard

4676.9k](/packages/tiamo-phpas2)[wapmorgan/php-rpm-packager

RPM packager for PHP applications.

116.5k](/packages/wapmorgan-php-rpm-packager)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
