Libraries tagged by zero-dependencies
mahdyaralipor/parsidate
5 Downloads
A modern, zero-dependency PHP library for Jalali (Shamsi) date and time — with holidays, periods, and Persian digit support.
mahdyaralipor/crudforge
0 Downloads
Zero-Dependency PHP CRUD Generator
lucinda/unit-testing
21589 Downloads
Lightweight PHP8.1 library for unit testing with zero dependencies
lindelius/php-fide
29 Downloads
A zero-dependency PHP implementation of the FIDE Rating System.
kilden/kilden-php
1008 Downloads
Kilden PHP SDK — server-side events, identity signing and feature flags. Zero dependencies, PHP 7.4+.
kallefrombosnia/tinypdf-php
3 Downloads
Minimal PDF creation library for PHP 8.2+. Zero dependencies, strongly typed, clean code.
juststeveking/feed-parser
15 Downloads
A simple feed parser for PHP with zero dependencies.
jcobhams/ngbanks
57 Downloads
PHP Implementation for Lightweight Zero dependency npm package to get list of banks in Nigeria (Recognized by CBN)
iscosta77/validators
5 Downloads
Validators — regras de validacao zero-dependencia para PHP: required, email, min/max, same, cpf, cnpj, url, date, unique (callback) e custom. Mensagens em pt/en/es.
dskripchenko/php-docx
551 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.
delicity/field-encryption
7 Downloads
Versioned field-level encryption for database columns (v1.) — AES-256-GCM, built-in key rotation, zero dependencies. PHP 7.4+, optional Laravel helpers.
coroq/form
356 Downloads
Type-safe PHP form validation library with filtering, nested forms, and typed error objects. Zero dependencies.
chrismou/stringmint
8 Downloads
Collision-free, non-sequential, URL-safe short strings for PHP. Unique by construction, with no existence checks or retries required, and zero dependencies.
botdigit/completeopenpgp
45 Downloads
A high-performance OpenPGP cryptography library for PHP and Laravel supporting RSA, ElGamal, Ed25519 (EdDSA), ECDSA, and ECDH. Modern, secure, and zero-dependency alternative to php-gnupg.
birb/fancy-stubs-codegen
13 Downloads
Build-time, attribute-driven code generator: write a stub class, mark members with #[DefinerAttribute], and get a real, finished PHP class back — conventions filled in (event names, ids, ...), or whole getters/setters/builder classes generated from the stub's properties. Unlike runtime-reflection tools, the output is a plain PHP file with zero dependency on this library and no per-request reflection cost; useful for scaffolding DDD value objects/aggregates/events, command classes and other boilerplate. Postprocessing (transforming code, e.g. phpcbf/php-cs-fixer/rector), quality checks (evaluating code, e.g. PHPStan/Psalm/PHPCS) and framework-specific conventions (e.g. Laravel table/id naming) ship as separate packages — see birb/fancy-stubs-codegen-postprocessors, birb/fancy-stubs-codegen-code-quality and birb/fancy-stubs-codegen-laravel.