• This repository has been archived on 15/Nov/2020
  • Stars
    star
    43
  • Rank 643,312 (Top 13 %)
  • Language
    PHP
  • Created almost 13 years ago
  • Updated almost 10 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

MicroMVC Framework Libraries

More Repositories

1

jr

Jr. the static, static javascript site generator (you should see this)
HTML
759
star
2

micromvc

The worlds smallest, full featured, object-oriented PHP 5 Framework
PHP
647
star
3

macappshell

Creates a Mac OSX .app folder (complete with icons) ready for your binary file. Perfect for Golang, Rust, C++, etc..
Shell
333
star
4

forumfive

A < 10kB forum system in PHP - Code Golf
PHP
164
star
5

secureserver

A Simple, Secured Default HTTP(S) Server for Golang
Go
135
star
6

DByte

A full PHP MySQL, PostgreSQL, SQLite database layer in only 1024 bytes!
PHP
122
star
7

wnmp

A solid, portable, no-install Nginx, MySQL, and PHP server for windows
Batchfile
114
star
8

1kb-PHP-MVC-Framework

Model, View, Controller framework with URL routing, PDO database, and ORM each in 1kb!
PHP
108
star
9

PHP-to-Golang

Helping PHP developers understand how Go (golang) code works.
84
star
10

goworkqueue

Super simple, concurrent worker queue in golang
Go
67
star
11

go-cache-benchmark

Benchmark all the top in-memory Go caching libraries
Go
60
star
12

PHP-Compactor

Compress and Obfuscate PHP code
PHP
52
star
13

go-aesctr-with-hmac

AES encryption for large blobs in Go (golang) using AES-CTR + hmac on io.Writer and io.Reader streams
Go
51
star
14

MicroStream

The Tiny Javascript Life Stream - Built for 10k.aneventapart.com
JavaScript
51
star
15

go-embeddable-stores

Collection of embeddable Go datastores along with benchmarks and examples (bolt,level,badger,sqlite,etc...)
Go
42
star
16

PHP-Template

Simple PHP template inheritance and view management class using pure PHP
PHP
28
star
17

mid

Simple Go HTTP middleware for reducing code substantially when building an API. `net/http` compatible.
Go
25
star
18

got

Clever, minimal wrapper to improve Go `html/template` usage. No loss of speed.
Go
24
star
19

simpleserversetup

An easy way to automatically setup/provision a debian/ubuntu VPS or Vagrant development box. Built in Bash.
Shell
19
star
20

ACRUD

Automatic database scaffolding with intelligent auto-validation based on schema (for MySQL, SQLite, & PostgreSQL)
PHP
15
star
21

go-reflection-examples

Examples of common reflection tasks in Go
Go
15
star
22

morum

A fully UTF-8 micro PHP forum with akismet, recaptcha, and HTML support in only 12KB!
PHP
15
star
23

kb_javascript_framework

A tiny JavaScript framework for AJAX requests, Modals, Text Editors, Lightboxes, DOM handling, and effects in 5kB
JavaScript
14
star
24

vanilla-go-server

Simple, complete vanilla go HTTP(S) server with no third-party packages (except golang.org/x)
Go
14
star
25

kit

Lightweight PHP toolkit
PHP
13
star
26

papi

PHP API Framework based on JSON and Models. Super fast and easy to use.
PHP
10
star
27

database

PDO Database Abstraction library and ORM
PHP
10
star
28

servicehandler

HTTP wrapper for Go services to make implementing "Clean Architecture" easier with automatic REST endpoints
Go
9
star
29

UnitEngine

A distributed PHP framework powered by small units of social, dependency-aware code
PHP
9
star
30

IOSQL

Database wrapper and ORM
PHP
8
star
31

nginx_configs

Sample nginx configs you can include so you don't have to remember everything
8
star
32

tinymvc

How tiny can a working MVC get?
PHP
8
star
33

picoFeed

PHP library to manage feeds
PHP
8
star
34

pk

Collection of 1kB PHP libraries with a punch!
PHP
8
star
35

SwiftLogin.com

The full source code to the original SwiftLogin.com website
PHP
8
star
36

tuh

A Tiny, UTF-8 valid HTML Parser in PHP
PHP
8
star
37

godiapp

Proper Go application structure with dependency injection for unit testing, mocking, and service replacement. Work-in-Progress Design.
Go
7
star
38

recaptcha

Class based ReCaptcha library
PHP
6
star
39

formstyle

Cross-browser CSS styling for HTML forms
6
star
40

markedup

A markdown to HTML and HTML to markdown converter
PHP
6
star
41

askthehost

Free SMS Platform for running polls and eliciting responses from an audience via text messages.
JavaScript
6
star
42

RUID

8 byte sequential (but distributed unique) identifier for database records. Like a UUID mixed with a Primary key that fits in a MySQL/PostgreSQL bigint column.
PHP
6
star
43

microcssgrid

A tiny 960byte CSS grid system based on the 960.gs and 1KB grid
5
star
44

neat-php

Neat experiments with PHP
PHP
5
star
45

php_utf8

A simple collection of functions to provide a standardized framework for working with multibyte strings (like UTF-8) in a variety of server environments.
PHP
5
star
46

pocco

The PHP documentation generator (A Docco clone)
JavaScript
5
star
47

memcached

Caching class using memcached for storage (MicroMVC enabled)
5
star
48

960_css_reset

A 960 byte CSS Reset
4
star
49

ServiceObserver

A PHP service locator, factory, and event observer in one. Supports closures and lazy-loading.
PHP
4
star
50

liqrid

1KB liquid CSS grid system that even works with IE 5!
4
star
51

conner

Simple structured errors with variable context (works with logrus and zerolog)
Go
4
star
52

taxonomy

A multiple object, ORM-based tagging system for MicroMVC
PHP
4
star
53

disqus

Disqus HTML/JavaScript helper class
PHP
4
star
54

typecrypt

Typescript public key encryption library using webcrypto (designed for social networks)
JavaScript
3
star
55

microtheme

The starting point for all HTML web themes
3
star
56

microModal

A tiny flexible, jQuery modal / lightbox
JavaScript
3
star
57

javascript_server_and_frontend

Simple guide to setup a node server and React/Vue/Angular frontend with hot-reloading, ES6, and authentication
JavaScript
3
star
58

terminal-aliases

Collection of the most useful general shell functions and alias helpers for Mac and Linux
2
star
59

go-youtube-livestream-saver

Simple Go + FFMPEG script for watching for, downloading, and converting live streams to mp4 files
Go
2
star
60

mimestream

Performant, low-memory multipart/mime library for building and parsing emails in Go
Go
2
star
61

ubuntu-lockdown

Firewall application setup script for ubuntu/debian
Shell
2
star
62

android_media_backup

Simple media backup/sync to a computer for android phones that have cable connection issues
Go
2
star
63

go-concurrently

Samples of using concurrency, events, context, and plugins in Golang
Go
2
star
64

react-bootstrap-typescript-hooks

React application writen in Typescript using only hooks (with authentication setup) using react-bootstrap (bootstrap 4) for the UI
TypeScript
2
star
65

retryrequest

Go: Retry HTTP requests when server times out or sends 500 errors
Go
2
star
66

gorsa

Simple RSA public key encryption / decryption helpers
Go
2
star
67

Example

I'm using this to test git's functionality
1
star
68

safefile

Utilities for safely dealing with files in Go
Go
1
star
69

is-positive-integer

Final solution to testing input for valid, positive integers in string or number form
JavaScript
1
star
70

public-error-go

A tiny Go library for transparently adding public client messages to error stacks
Go
1
star
71

gohttpsession

Lightwight HTTP session handling for Go
Go
1
star
72

sqlex

sqlex entends github.com/jmoiron/sqlx with additional helper methods for the most common queries
Go
1
star
73

node-mysql-db

Simple wrapper around MySQL for doing common and complex tasks like promise-queries and streaming large result sets.
JavaScript
1
star
74

AngularAjaxForm

Basic Angular.js attribute directive for HTML forms making them parse and display validation from the AJAX submit
JavaScript
1
star
75

keyset

A high-performance Go type for storing unique 64bit ids as bytes (useful for boltdb/goleveldb indexes)
Go
1
star
76

xeoncross

1
star