Libraries tagged by like php
e-butik/gittern
4699 Downloads
A Git library written in pure PHP. Making Git like music for PHP's ears.
bit3/string-builder
3352 Downloads
Java like StringBuilder implementation for PHP
vkcom/kphpunit
331 Downloads
KPHP polyfill-like package for the PHPUnit
pharen/pharen
36 Downloads
Pharen is a compiler that takes a Lisp-like language and turns it into PHP code.
kohkimakimoto/workerphp
3710 Downloads
A PHP micro job scheduler framework like cron.
filp/nod
87 Downloads
Notifications in PHP (notify-send, growl, etc) like that.
azolee/validator
88 Downloads
A Laravel like framework agnostic Validation package for PHP8.2
dgoring/dom-query
22746 Downloads
DomQuery is a PHP library that allows easy 'jQuery like' DOM traversing and manipulation
sfneal/string-helpers
149045 Downloads
PHP string helper functions that add familiar functionality from other languages (like string contains, splitting, truncating, etc...)
senseexception/intl-format
3326 Downloads
A wrapper library for PHP to format and internationalize values in messages like sprintf
qoliber/tsuku
100 Downloads
A lightweight PHP templating library for transforming data into multiple formats (CSV, XML, TSV, etc.) with XSLT-like simplicity
piedweb/rison
1849 Downloads
A PHP encoder and decoder for Rison, the compact JSON-like data format optimized for URIs.
omegaalfa/fiber-event-loop
49 Downloads
A lightweight, high-performance fiber-based event loop for modern PHP applications. Enables asynchronous I/O with synchronous-like syntax.
mjohann/paginated-file-reader
135 Downloads
A PHP library to read files page by page, supporting multiple formats like TXT, PDF, DOCX, and ODT. Each file type is handled by a dedicated reader class, all following a unified interface for seamless integration.
michaeldrennen/local-file
22288 Downloads
A small php library that adds some functions to operate on local files, like an efficient line count function.