Pinned Repositories
docker-lemp
A single container LEMP complete fullstack with latest release of PHP8.0.30/8.1.29/8.2.23/8.3.11, MySQL, nginx, PostgreSQL, mailcatcher, beanstalkd, elasticsearch, memcached, redis, adminer and all you ever need; on top alpine3.17+ for both arm and amd arch
docker-phpfpm
Lightweight (~100mb) Docker PHP FPM for both arm and amd arch on alpine 3.17+ with PHP8.0.30/8.1.29/8.2.23/8.3.11 (also 7.4.33) with ~80-84 useful extensions (you can disable not necessary ones easily)
fast
Check your internet speed/bandwidth right from your terminal. Built on Golang using chromedp
gronx
Lightweight, fast and dependency-free Cron expression parser (due checker, next/prev due date finder), task runner, job scheduler and/or daemon for Golang (tested on v1.13+) and standalone usage. If you are bold, use it to replace crontab entirely.
phint
Interactively scaffolds and init new (or fixup old) PHP project/library with sane defaults using templates in no time
php-cli
PHP Console Application made easy- build great console apps with ease. Comes with Zero Dependency and Autocompletion support. Think of it as extremely flexible and customizable PHP cli application framework.
php-cron-expr
Ultra lightweight, Dependency free and Super Fast Cron Expression parser for PHP
php-jwt
Ultra lightweight, dependency free and standalone JSON web token (JWT) library for PHP5.6 to PHP8.4+. This library makes JWT a cheese. It is a minimal JWT integration for PHP.
please
please is semver release made easy, detects current version from API or tags and next version from commits, creates detailed changelogs that are configurable.
urlsh
Golang URL shortener and bookmarker service with UI, API, Cache, Hits Counter and forwarder using postgres and redis in backend, bulma in frontend. Think of it as self hosting ready url shortener.
adhocore's Repositories
adhocore/gronx
Lightweight, fast and dependency-free Cron expression parser (due checker, next/prev due date finder), task runner, job scheduler and/or daemon for Golang (tested on v1.13+) and standalone usage. If you are bold, use it to replace crontab entirely.
adhocore/php-cli
PHP Console Application made easy- build great console apps with ease. Comes with Zero Dependency and Autocompletion support. Think of it as extremely flexible and customizable PHP cli application framework.
adhocore/php-jwt
Ultra lightweight, dependency free and standalone JSON web token (JWT) library for PHP5.6 to PHP8.4+. This library makes JWT a cheese. It is a minimal JWT integration for PHP.
adhocore/docker-lemp
A single container LEMP complete fullstack with latest release of PHP8.0.30/8.1.29/8.2.23/8.3.11, MySQL, nginx, PostgreSQL, mailcatcher, beanstalkd, elasticsearch, memcached, redis, adminer and all you ever need; on top alpine3.17+ for both arm and amd arch
adhocore/urlsh
Golang URL shortener and bookmarker service with UI, API, Cache, Hits Counter and forwarder using postgres and redis in backend, bulma in frontend. Think of it as self hosting ready url shortener.
adhocore/docker-phpfpm
Lightweight (~100mb) Docker PHP FPM for both arm and amd arch on alpine 3.17+ with PHP8.0.30/8.1.29/8.2.23/8.3.11 (also 7.4.33) with ~80-84 useful extensions (you can disable not necessary ones easily)
adhocore/fast
Check your internet speed/bandwidth right from your terminal. Built on Golang using chromedp
adhocore/php-cron-expr
Ultra lightweight, Dependency free and Super Fast Cron Expression parser for PHP
adhocore/php-json-fixer
Fix truncated JSON data
adhocore/phalcon-ext
Foundations, adapters, extensions, middlewares and utilities for Phalcon v4
adhocore/chin
A Go lang library to show a spinner as user waits for any long running jobs to finish.
adhocore/tusc.sh
tus 1.0.0 client protocol implementation for bash. Resumable large file upload to Tus sever from terminal using bash script
adhocore/goic
Golang OpenID Connect Client
adhocore/php-json-comment
Lightweight JSON comment and trailing comma stripper library for PHP with support for literal newlines and nested JSON strings.
adhocore/jquery-plugins
jQuery plugins: BS calendar & datepicker, auto form filler, css grid float top, lazy & ajax pagination
adhocore/crx-jtrans
jTransliter - the roman to unicode transliter as Google chrome extension
adhocore/stiky
modular backbonejs application for sticky notes
adhocore/php-cli-syntax
PHP Code Syntax Highlighter and/or exporter for CLI. Zero Dependency.
adhocore/hey
HTTP load generator, ApacheBench (ab) replacement. This fork adds programmable dynamic payload capability
adhocore/plastic
PHP elasticsearch wrapper designed to be minimal, intuitive and dependency free
adhocore/crx-joom
auto zoom the webpage for more readability and less eye stress
adhocore/adhocore
adhocore/zshist
ZSH history manager: merge/deduplicate/normalize history entries for zsh, arrow suggestion UX is improved (plus save space, remove redundancy)
adhocore/leetcode
Just some leet code solutions in Python
adhocore/go-mongo
The fork of Official Golang driver for MongoDB. Supports struct tag `omitencode`
adhocore/bigcache
Efficient cache for gigabytes of data written in Go.
adhocore/echox
Simple wrapper around Go echo framework with fiber like Context. Context method that can't be changed due to interface implementation are suffixed with x, eg Bind -> Bindx
adhocore/fasthttp
Forked from valyala/fasthttp, removed some stuffs, added some stuffs
adhocore/validator
:100:Go Struct and Field validation, including Cross Field, Cross Struct, Map, Slice and Array diving
adhocore/websocket
Package gorilla/websocket is a fast, well-tested and widely used WebSocket implementation for Go. This fork exposes NewConn & SetupCompression API.