Libraries tagged by pure-php
fidele007/bakong-khqr-php
1381 Downloads
A pure PHP implementation of the Bakong KHQR SDK
fall1600/ecpay
6991 Downloads
Payment solution of ECPay(綠界科技), implementing by pure PHP
dskripchenko/php-pdf
331 Downloads
MIT alternative to mpdf (GPL) and FPDI: pure-PHP PDF toolkit — generate (HTML/CSS input, fluent builders, low-level emission, 16 barcode formats, 8 chart types, TTF embedding, AcroForm, PKCS#7 signing, PDF/A and PDF/X), plus read and merge existing PDFs (append/reorder pages, stamp overlays, FPDI-style import, encrypted input).
dsbaars/chacha20
10095 Downloads
Pure PHP implementation of the ChaCha20 encryption algorithm.
driehle/php-crypt-md5
3602 Downloads
A pure PHP implementation of an MD5-hashsum-based implementation of the crypt routine, which can be used to generate hashs for Apache's passwd files
drainerlight/php-pdf-decompressor
408 Downloads
Pure-PHP PDF decompressor: converts PDF 1.5+ cross-reference streams and object streams (ObjStm) into a classic PDF 1.4 structure, so parsers that only understand the traditional xref table (such as FPDI's free parser) can read them. A qpdf-free alternative — no external binaries.
deemru/blake2b
22457 Downloads
BLAKE2 hash function on pure PHP
deeaitsch84/tus-php
2092 Downloads
A pure PHP server and client for the tus resumable upload protocol v1.0.0
dconco/phpspa
539 Downloads
A component-based library for building modern, reactive user interfaces in pure PHP. Inspired by React. ✨
danrossiter/binary-compound-file
152 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
9678 Downloads
Pure-PHP clone-implementation of mysqlnd_ms built on top of PDO
codewithkyrian/tokenizers
58 Downloads
Fast, pure-PHP tokenizer library compatible with Hugging Face tokenizers for encoding and decoding text
cleaniquecoders/pii-protection
309 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.
chineseboost/php-pinyin
2158 Downloads
Pinyin and hanzi tools in pure PHP | 纯PHP的汉语拼音和汉字工具
camilord/qrcode
54728 Downloads
This is PHP implementation of QR Code 2-D barcode generator. It is pure-php LGPL-licensed implementation based on C libqrencode by Kentaro Fukuchi.