PaulRotmann
From lab to code: 12 years as a chemical lab technician, now a software engineer at @clue.
clue.engineeringAachen, Germany
Pinned Repositories
.github
arguments
The simple way to split your command line string into an array of command arguments in PHP.
async
Async utilities and fibers for ReactPHP.
boilerplate-express
A boilerplate for the freeCodeCamp curriculum.
boilerplate-npm
A boilerplate for the freeCodeCamp curriculum.
cache
Async, Promise-based cache interface for ReactPHP.
clue.engineeringhomepage
Source code for the https://clue.engineering/ website.
commander
Finally a sane way to register available commands and arguments and match your command line in PHP
confgen
Configuration file generator (confgen) – an easy way to generate structured (configuration) files on the fly by processing a Twig template and an arbitrary input data structure.
datagram
Event-driven UDP client and server sockets for ReactPHP.
PaulRotmann's Repositories
PaulRotmann/promise
Promises/A implementation for PHP.
PaulRotmann/phar-composer
Simple phar creation for every PHP project managed via Composer
PaulRotmann/reactphp-docker
Async, event-driven access to the Docker Engine API, built on top of ReactPHP.
PaulRotmann/KnightRPG
PaulRotmann/reactphp-ssdp
Async Simple Service Discovery Protocol (SSDP), built on top of ReactPHP.
PaulRotmann/event-loop
ReactPHP's core reactor event loop that libraries can use for evented I/O.
PaulRotmann/reactphp-ssh-proxy
Async SSH proxy connector and forwarder, tunnel any TCP/IP-based protocol through an SSH server, built on top of ReactPHP.
PaulRotmann/clue.engineeringhomepage
Source code for the https://clue.engineering/ website.
PaulRotmann/async
Async utilities and fibers for ReactPHP.
PaulRotmann/reactphp-soap
Simple, async SOAP webservice client, built on top of ReactPHP.
PaulRotmann/commander
Finally a sane way to register available commands and arguments and match your command line in PHP
PaulRotmann/graph-composer
Dependency graph visualization for composer.json (PHP + Composer)
PaulRotmann/Ratchet
Asynchronous WebSocket server
PaulRotmann/reactphp-mq
Mini Queue, the lightweight in-memory message queue to concurrently do many (but not too many) things at once, built on top of ReactPHP.
PaulRotmann/stream-filter
A simple and modern approach to stream filtering in PHP
PaulRotmann/reactphp
Event-driven, non-blocking I/O with PHP.
PaulRotmann/http
Event-driven, streaming HTTP client and server implementation for ReactPHP.
PaulRotmann/reactphp-tar
Streaming parser to extract tarballs with ReactPHP.
PaulRotmann/php-redis-protocol
A Redis protocol parser / serializer written in PHP
PaulRotmann/cache
Async, Promise-based cache interface for ReactPHP.
PaulRotmann/promise-stream
The missing link between Promise-land and Stream-land for ReactPHP.
PaulRotmann/promise-timer
A trivial implementation of timeouts for Promises, built on top of ReactPHP.
PaulRotmann/datagram
Event-driven UDP client and server sockets for ReactPHP.
PaulRotmann/.github
PaulRotmann/learnBackend
PaulRotmann/socket
Async, streaming plaintext TCP/IP and secure TLS socket server and client connections for ReactPHP.
PaulRotmann/stream
Event-driven readable and writable streams for non-blocking I/O in ReactPHP.
PaulRotmann/framework-x-2
Framework X – the simple and fast micro framework for building reactive web applications that run anywhere.
PaulRotmann/dns
Async DNS resolver for ReactPHP.
PaulRotmann/confgen
Configuration file generator (confgen) – an easy way to generate structured (configuration) files on the fly by processing a Twig template and an arbitrary input data structure.