summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorSebastien Blot2017-09-20 10:11:01 +0200
committerSebastien Blot2017-09-20 10:11:01 +0200
commit868f96c759b6650d88ff9f4fbc5c048302134248 (patch)
treec0de0af318bf77a8959164ef11aeeeb2b7bab294 /README.md
Initial import
Diffstat (limited to 'README.md')
-rw-r--r--README.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..53b9003
--- /dev/null
+++ b/README.md
@@ -0,0 +1,15 @@
1[![build
2status](https://gitlab.nbs-system.com/secu/snuffleupagus/badges/master/build.svg)](https://gitlab.nbs-system.com/secu/snuffleupagus/commits/master)
3[![coverage
4report](https://gitlab.nbs-system.com/secu/snuffleupagus/badges/master/coverage.svg)](https://gitlab.nbs-system.com/secu/snuffleupagus/commits/master)
5[Documentation]( https://secu.gitlab-pages.nbs-system.com/snuffleupagus/ )
6
7# Code style
8We're using [clang-format](http://clang.llvm.org/docs/ClangFormat.html) to
9ensure a consistent code-style. Please run it with `clang-format -style=google`
10before committing, or even better, use a [pre-commit hook](https://github.com/andrewseidl/githook-clang-format)
11
12# Resources
13- The [writeup]( https://github.com/beberlei/whitewashing.de/blob/master/drafts/porting_extension_to_php7.rst) of [tideway profiler](https://github.com/tideways/php-profiler-extension)'s port to php7
14- [Upgrading to php-ng]( https://wiki.php.net/phpng-upgrading )
15- PHP7 [virtual machine](https://nikic.github.io/2017/04/14/PHP-7-Virtual-machine.html)