Code Monkey home page Code Monkey logo

phpdemo-cicd's Introduction

pipeline status

coverage report

CI/CD PHP Demo

A demo to illustrate the powerful of ci/cd pipeline: for php7 projects. Pdf slide from speech @phpusergrouppalermo attached here.

gitlab-ci

Two stage: test and deploy.

Tests on devel and master. Tests and autodeploy on "passed" for master only.

Secret envars on protected branch are used for CD:

SSH_USER_DEMO, SSH_KEY_DEMO, SSH_PORT_DEMO [avoid leak]

You can see them into (.gitlab-ci.yml)[.gitlab-ci.yml]

Job Template is used for mariadb service and then grafted inside jobs.

PHP testing & analisys

PHPUnit, PHPCS, PHPMD, PHPMETRICS are used on pipeline to build artifacts with reports.

You can browse them through job details.

All configuration files for this tools are present in this repository.

Composer is customized to be helpful too, with some scripts and post-update command. Try it:

$ composer run-script tests

remember: first install dependencies (use composer).

Guzzle is used to do functional tests on api.

Simple API based on slim&eloquent.

SQL

Helpful assets to quickly bootstrap database with sample data too.

utils

Contain a based deploy script to run on demo-stage triggered by CD.

License

This project is licensed under the BSD 3-Clause License - see the LICENSE file for details

phpdemo-cicd's People

Contributors

gionniboy avatar

Watchers

James Cloos 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.