StackShareStackShare
Follow on
StackShare

Discover and share technology stacks from companies around the world.

Product

  • Stacks
  • Tools
  • Companies
  • Feed

Company

  • About
  • Blog
  • Contact

Legal

  • Privacy Policy
  • Terms of Service

© 2025 StackShare. All rights reserved.

API StatusChangelog
  1. Home
  2. Companies
  3. PingBreak
PingBreak logo

PingBreak

Verified

PingBreak

pingbreak.com
13
Tools
10
Decisions
2
Followers

Tech Stack

Application & Data

5 tools

PHP logo
PHP
Vue.js logo
Vue.js
MySQL logo
MySQL
InfluxDB logo
InfluxDB
Zend Framework logo
Zend Framework

DevOps

2 tools

Grafana logo
Grafana
Pingbreak logo
Pingbreak

Team Members

Arnaud Lemercier
Arnaud LemercierExpert En Dveloppement Web Et Systmes Dinformations, Designer UX, UI, Co-grant

Engineering Blog

Stack Decisions

Arnaud Lemercier
Arnaud Lemercier

May 15, 2019

We use PhpStorm because we use PHP ! PHPStorm (included webstorm) is the best IDE for PHP. It's always Up to date with PHP version and have good plugins for productivity

939 views939
Comments
Arnaud Lemercier
Arnaud Lemercier

May 15, 2019

We use Grafana because we have to view some application events in the time (numbers of new users, numbers of scan, numbers of new monitor, numbers of login, etc)

213 views213
Comments
Arnaud Lemercier
Arnaud Lemercier

May 15, 2019

We use gulp because we need to optimise assets (JS / CSS / Images) before deploy the web application (and website) of pingbreak.

177 views177
Comments
Arnaud Lemercier
Arnaud Lemercier

May 15, 2019

We use InfluxDB because we need to store time series data for scan history. It's very simple to use and it's perfect to store value on event (on datetime).

18.2k views18.2k
Comments
Arnaud Lemercier
Arnaud Lemercier

May 15, 2019

Composer is THE tool for dependency management in PHP. This idea is not new and Composer is strongly inspired by node's npm and ruby's bundler.

3.63k views3.63k
Comments
Arnaud Lemercier
Arnaud Lemercier

May 15, 2019

Redis is a good NoSQL (keys-values) database. It's working in memory (RAM) and it's very fast. We use Pingbreak to synchronise all deamons and share data with expiration. It's good for queue or cache.

91 views91
Comments
Arnaud Lemercier
Arnaud Lemercier

May 15, 2019

Ubuntu server is a good operating system for hosting. It's free, fast, light with a rich ecosystem. We use systemd service on ubuntu to have many daemon to quickly scan all sites

217 views217
Comments
Arnaud Lemercier
Arnaud Lemercier

May 15, 2019

Vue.js have a virtual DOM and it's very fast to refresh data. it's important for Pingbreak because we can have a dashboard with thousands of websites that update every second

174 views174
Comments
Arnaud Lemercier
Arnaud Lemercier

May 15, 2019

We use Discord to tracking some action and errors (logs / alerting / assertion). it's free and simple to use with mobile application et notifications

209k views209k
Comments
Arnaud Lemercier
Arnaud Lemercier

May 15, 2019

MySQL is use for store user data and configuration. It's a good relationship database

491 views491
Comments