Pinned Repositories
Apaxy
A simple, customisable theme for your Apache directory listing.
docker-dnsmasq
Repository for building a dnsmasq container
docker-php-7.2-pthreads
The source code for building the ubuntu16.04-pthreads-7.2 dockerhub image for pthreads in PHP 7.2
Docker-Slim3-PHP-WebApp-Template
A template to kick off a dockerized website built in PHP.
KVM-Command-Generator
CLI tool to simplify managing an Ubuntu 16.04 KVM host.
PHP-MySQL-Session-Handler
PHP 7.0+ MySQL Session Handler
rabbitmq-job-queue-demo
A repository to hold the code for a tutorial on RabbitMQ job queues with PHP
tutorial-css-grid-for-rendering-tables
A demonstration codebase for showing the use of CSS grids for rendering a table of data and allowing frozen headers.
tutorial-css-grid-layout-gallery
The source code for a video/tutorial I made on CSS grid layouts.
zfs-balancer
php script created in order to try and balance a ZFS RAID array that was built over time by adding drives to the pool over time.
programster's Repositories
programster/docker-dnsmasq
Repository for building a dnsmasq container
programster/tutorial-terraform-examples
A sample project for practicing terraform with AWS codebuild / codedeploy
programster/Job-Scheduler
A task scheduling program written in Java that uses JSON responses. Optimized for multi-threaded handling of many simultaneous requests.
programster/Docker-Slim4-Apache-PostgreSQL-Template
A template for quickly deploying a PHP Slim4 web application/API with Docker.
programster/package-nftables
A PHP package to help generate Nftables rules in JSON form.
programster/package-throttle
A PHP package for implementing rate limiting / throttling using PSR-15 middleware and request handlers.
programster/Acme-PHP-Wrapper
A tool to generate SSL certificates from LetsEncrypt using DNS challenges and wrapping around the ACME PHP tool.
programster/acmephp
Let's Encrypt/ACME Command Line client written in PHP
programster/Certbot-Wrapper
A package to wrap around certbot docker images, to facilitate easier TLS certificate provisioning with just a YAML config file, and no issues with file permissions.
programster/docker-satis-server
A project to make it even easier to deploy a PHP Satis server.
programster/Google-SSO-Demo
A demo codebase for "login with google".
programster/MJML-API
My own version of the MJML API.
programster/package-abstract-view
A super simple package to make it easy to create OO views.
programster/package-autoloader
PHP Package for autoloading
programster/package-collections
A package to simplify the creation of strict type arrays in PHP.
programster/package-core-libs
Repository for CoreLibs PHP Package
programster/package-google-sso
A package to make it easy to integrate with Google SSO.
programster/package-leaddyno
An SDK for interfacing with the LeadDyno RESTful API in PHP.
programster/package-mysql-migrations
PHP Package to handle MySQL database migrations.
programster/package-pgsql-migrations
A package to make migrations for PostgreSQL easier.
programster/package-pgsql-objects
A package for interfacing with a PostgreSQL database.
programster/package-queues
A package for providing queues for objects that implement the runnable interface provided by this package.
programster/package-runnable
A basic PHP package for providing a runnable interface, useful for task scheduling etc.
programster/package-stripe-wrapper
A package that wraps around the official Stripe PHP package, in order to facilitate faster development through types/OOP.
programster/package-throttle-mysql-driver
A driver for using MySQL as the persistence store for the programster/throttle package.
programster/package-tls-cert-manager-sdk
A package to facilitate interfacing with the TLS cert manager easier.
programster/phpmyadmin-with-https
This is super simple repository to make it easy to build your own phpmyadmin image that supports HTTPS connections.
programster/reCAPTCHA-v3-PHP-demo
A demonstration codebase for showing how to integrate reCAPTCHA v3 into a PHP codebase.
programster/TLS-Certificate-Manager
A repository for handing out generated TLS certificates via simple API requests.
programster/tutorial-php-protobuf-example
A minimal example demonstrating the use of a Slim4 server responding to a request using protocol buffers (protobuf)