Libraries tagged by pure php
cloudx/cloudx
1044 Downloads
Pure PHP Cloud Processing Library
cast/scrypt
760 Downloads
Scrypt, pure PHP based on https://github.com/MPOS/php-mpos/blob/236cccd5d3178e99504bf2665db8bddfed6aa176/include/lib/scrypt.php
apsg/fpdf
1059 Downloads
FPDF is a PHP class which allows to generate PDF files with pure PHP. F from FPDF stands for Free: you may use it for any kind of usage and modify it to suit your needs.
adagio/bitset
8512 Downloads
Pure PHP drop-in replacement for 'bitset' extension.
rctnet/jasperphp
47 Downloads
Pure PHP library to read JRXML files made with 'JasperSoft Studio' and generate reports in PDF
cdb/cdb
3220 Downloads
Constant Database (CDB) wrapper library for PHP. Provides pure-PHP fallback when dba_* functions are absent.
pmvc/pmvc
13968 Downloads
Pure plugin framework (PMVC with PHP8), use anything you like. No mvc, http inside.
yosiazwan/php-facedetection
92 Downloads
PHP class to detect one face in images. A pure PHP port of an existing JS code from Karthik Tharavad.
vrnvgasu/phpseclib
1964 Downloads
PHP Secure Communications Library - Pure-PHP implementations of RSA, AES, SSH2, SFTP, X.509 etc.
tysonandre/tolerant-php-parser-to-php-ast
14 Downloads
A pure PHP substitute for nikic/php-ast, using Microsoft/tolerant-php-parser. Can also be used to generate php-ast trees, even for files with some types of syntax errors.
trekdev/phpword
144 Downloads
PHPWord - A pure PHP library for reading and writing word processing documents (OOXML, ODF, RTF, HTML, PDF)
techone/php-excel
168 Downloads
A pure PHP library for reading and writing spreadsheet files for ThinkPHP projects.
swoft/php-amqplib
185 Downloads
Formerly videlalvaro/php-amqplib. This library is a pure PHP implementation of the AMQP protocol. It's been tested against RabbitMQ.
simialbi/phpword
16 Downloads
PHPWord - A pure PHP library for reading and writing word processing documents (OOXML, ODF, RTF, HTML, PDF)
sajjadh47/bpe-encoder-php
28 Downloads
BPE (Byte-Pair Encoding) Encoder Decoder for OpenAI's GPT-2 / GPT-3 Implemented In Pure PHP, Zero Dependency, Multi Byte Supported.