Libraries tagged by pure php
dsbaars/chacha20
9263 Downloads
Pure PHP implementation of the ChaCha20 encryption algorithm.
deemru/blake2b
22338 Downloads
BLAKE2 hash function on pure PHP
danrossiter/binary-compound-file
149 Downloads
Pure PHP library for reading Microsoft Compound Binary File Format (CFBF/OLE) documents. Supports both little-endian and big-endian files with stream wrapper interface.
corn/mypdoms
9597 Downloads
Pure-PHP clone-implementation of mysqlnd_ms built on top of PDO
cleaniquecoders/pii-protection
183 Downloads
Pure-PHP PII protection: field-level encryption at rest + masking of sensitive fields in audit/log payloads. No framework, no global state — plain classes with explicit inputs and outputs, usable anywhere.
mabrahamde/idna-converter
49381 Downloads
Converts domain names between UTF-8 and ASCII (punycode) notation. This is a fork of phlyLabs' pure PHP IDNA Converter
leigh/chacha20
8440 Downloads
Pure PHP implementation of the ChaCha20 encryption algorithm.
danog/tgseclib
435658 Downloads
PHP Secure Communications Library (+Telegram-specific AES IGE primitives) - Pure-PHP implementations of RSA, AES, SSH2, SFTP, X.509 etc.
aza/math
22506 Downloads
AzaMath - Anizoptera CMF mathematic component. Arbitrary precision arithmetic (for huge integers; BCMath wrapper) and universal convertor between positional numeral systems (supported bases from 2 to 62 inclusive, and systems with custom alphabet; pure PHP realisation, can use GMP and core PHP functions for speed optimization).
pmvc/pmvc
14556 Downloads
Pure plugin framework (PMVC with PHP8), use anything you like. No mvc, http inside.
apiki/maristela-cli
6644 Downloads
Generate pure html files based on a PHP file and a mock.
vortos/vortos-deploy
524 Downloads
Vortos Deploy — provider-agnostic deployment orchestration: pure planner, strategy-as-policy (blue-green/rolling/recreate/canary), immutable definition surface (config/deploy.php), per-env layering with drift report, content-hashed reviewable plans (secret-free, signing-ready), and conformance TCKs for all driver ports. Built on the OpsKit driver pattern.
pinkcrab/function-constructors
66773 Downloads
A collection of functions to make working with the standard php library a little easier for function composition. Allows the creation of partially applied library functions, to work as close to pure fucntions as possible.
vrnvgasu/phpseclib
2703 Downloads
PHP Secure Communications Library - Pure-PHP implementations of RSA, AES, SSH2, SFTP, X.509 etc.
taujor/phpssg
33 Downloads
A lightweight static site generator, utilizing composable templates in pure PHP. This project uses a presenter -> view invokable component classes pattern to provide clean, composable, vanilla, php developer experience without a third-party templating engine.