Modules Features Installation GitHub
Open Source

Tools that supercharge your development

A collection of open source JavaScript and PHP modules — lightweight, well-documented, and production-ready.

// Install in seconds
import { Picture } from '../src/picture.js';

const data = 123456;
const pic = "N$.-<8";
let formatted = Picture.format( data, pic ); // 123.456$
let deformatted = Picture.deformat( formatted, pic); // 123456

Build faster with less code

Each module is designed to solve a specific problem with no unnecessary dependencies.

Pt
JavaScript

Picture.js

A small-but-powerful JavaScript class for formatting, deformatting, and validating data using picture strings — compact format descriptors for strings, numbers, dates, times, and patterns.

try live test 01 try live test 02 documentation

View repository
Db
PHP

DBconnect

Soon. PHP class to connect to many databases.

View repository
Hg
JavaScript

Hugelist.js

HugeList is a standalone JavaScript class for rendering large tabular datasets (300,000+ rows) in the browser. It uses virtual scrolling so only the visible rows are ever rendered, making it fast even with massive datasets.

try live test 01 documentation

View repository
Rt
PHP

Router

A lightweight PHP router that maps HTTP requests to PHP files using INI configuration files.

documentation

View repository

Ready to contribute?

Join the community, report bugs, suggest features, or submit your first PR. Every contribution counts.