Giter Site home page Giter Site logo

ddd-cms's Introduction

Build Status

Simple CMS with DDD

Requirements

Examples in this repo

  • Environment dev build with docker
  • Automated build with apache ant
  • DDD (Domain Driver Design)
  • RESTful API
  • Implement dev fixtures with alice
  • Unit testing with PHPUnit
  • Test API with Behat
  • CommandHandler
  • Implement CommandBus with tactician
  • DomainEvents
  • Publish Events to RabbitMQ
  • Events stored in ElasticSearch
  • Nginx logs with ELK (Elasticsearch + Logstash + Kibana)
  • Continuous integration with Travis and Docker

NOTE: Refactor Pending

Docker containers

  • PHP7
  • Nginx
  • MySQL
  • RabbitMQ
  • Elasticsearch
  • Logstash
  • Kibana

Installation

Clone this repository

$ git clone [email protected]:albertcolom/ddd-cms.git

Start docker compose

$ docker-compose up -d

Build environment with Apache Ant

$ docker-compose exec php ant build

Add domain in host (Optional)

127.0.0.1 ddd.cms.dev

The Environment

  • API Doc: http://localhost/api/doc or http://ddd.cms.dev/api/doc
  • RabbitMQ: http://localhost:15672 or http://ddd.cms.dev:15672
  • ElasticSearch: http://localhost:9200 or http://ddd.cms.dev:9200
  • Kibana: http://localhost:5601 or http://ddd.cms.dev:5601

Symfony console

$ docker-compose exec php bin/console

Listener to read message from RabbitMQ and publish on ElasticSearch

$ docker-compose exec php bin/console rabbitmq:consumer events

Test

PHPunit

$ docker-compose exec php bin/phpunit
or
$ docker-compose exec php ant phpunit

PHP Mess Detector: PHPMD

$ docker-compose exec php bin/phpmd src text ruleset.xml
or
$ docker-compose exec php ant phpmd

CodeSniffer PSR-2

$ docker-compose exec php bin/phpcs --standard=PSR2 src
or
$ docker-compose exec php ant psr2

Behat

$ docker-compose exec php bin/behat
or
$ docker-compose exec php ant behat

Execute all test suite (PHPunit, PHPMD, PSR-2, Behat)

$ docker-compose exec php ant testing

ddd-cms's People

Contributors

albertcolom avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.