Libraries tagged by pure php
jelix/php-redis-plugin
4120 Downloads
Redis plugins for Jelix, using a pure PHP Redis API
hafsoft/php-minifier
6013 Downloads
Pure PHP JS and CSS Minifier. Thanks to phpmin & cssmin
grizzlyware/yubikey-php
776 Downloads
A pure PHP interface to Yubico for verifying YubiKey one time passwords
grimurrash/php-amqplib
5408 Downloads
Formerly videlalvaro/php-amqplib. This library is a pure PHP implementation of the AMQP protocol. It's been tested against RabbitMQ.
grazulex/php-semver-sieve
230 Downloads
A pure PHP package for checking if a version string is included in one or more version ranges. Supports SemVer 2.0.0 and multiple version dialects (Composer, npm, PyPI, etc.)
gblix/gfx-php
414 Downloads
The pure PHP graphics library
evias/nem-php
2945 Downloads
Composer Package for PHP (Laravel or Pure PHP), Wrapper to use the NEM blockchain REST API and SDK with NIS compatibility.
dskripchenko/php-docx
180 Downloads
The HTML layer for PHPWord pipelines and a standalone DOCX-HTML round-trip library: read arbitrary Word/Google Docs/LibreOffice/PHPWord documents to a typed AST and clean HTML, convert HTML to DOCX, detect MERGEFIELD/content-control/{{placeholder}} template variables. Pure PHP, zero dependencies.
drainerlight/php-pdf-decompressor
129 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.
cry/notifications-client-php
259 Downloads
Notifications / Client for pure PHP
brainin/phpword
1174 Downloads
PHPWord - A pure PHP library for reading and writing word processing documents (OOXML, ODF, RTF, HTML, PDF)
amashukov/ton-wallet-php
642 Downloads
TON Wallet v4r2 contract wrapper + internal-message builder + address parser/serializer in pure PHP. Offline transfer assembly; pluggable RPC for seqno + broadcast.
amashukov/ton-php
600 Downloads
Standalone TON (The Open Network) SDK for PHP — TLB Cell/BOC primitives, Ed25519 + TON-flavoured mnemonic, Wallet v4r2 + address parser, and a typed toncenter v2 client. Umbrella package pulling the full pure-PHP TON stack.
amashukov/ton-crypto-php
652 Downloads
Ed25519 keypairs and TON-style mnemonic seed derivation for The Open Network, in pure PHP on top of ext-sodium.
amashukov/ton-cell-php
651 Downloads
TLB Cell / Builder / Slice / canonical BOC encoder for The Open Network in pure PHP — byte-exact equivalent of @ton/core's cell layer.