Libraries tagged by php5.5
kristianbb/php-emv
13792 Downloads
A collection of EMV tools and utilities for PHP 5.3+ (fork of Massimo Lombardo's project)
kodasnarl/c-pchart
9036 Downloads
Port of "pChart" library into PHP 5+
kirkbushell/fatty
43 Downloads
DCI design pattern imeplementation for PHP 5.4+
juhedata/open-search
2123 Downloads
alibaba opensearch php 5.6+
jpiasetz/postmark
3469 Downloads
Postmark PHP wrapper for PHP 5.4+
jaapz/tumblr
6297 Downloads
Tumblr API wrapper for PHP 5.3
irap/logging
5849 Downloads
Cli Menu code for writing CLI applications in PHP 5.3+
hotarucms/hotarucms
20 Downloads
Bookmarking CMS for PHP 5.3
herrsammyde/proxmoxve
2779 Downloads
A simple PHP 5.5+ Proxmox API client.
hairacless/sepa-utilities
1038 Downloads
SepaUtilities provides useful methods for validating and sanitizing inputs used in SEPA files supporting PHP >= 5.6 and HHVM.
goatherd/goatherd-library-uuid
3373 Downloads
UUID generator for PHP 5.3 or newer
gin0115/dice
14167 Downloads
A minimalist Dependency injection container (DIC) for PHP. Please note: 3.0+ is only compatible with PHP 7.0. The 2.0 branch is compatbile with PHP 5.6.
genai/web
166 Downloads
Web/MVC layer over genai/http: #[Controller]/#[RestController] (with a base path) and #[Route] attributes, a View value object, a default genai/view engine (override with #[ViewRegister]), and a dispatcher. Routes compile to genai/routing's standalone matcher. Runtime is PHP 5.3-safe; the attributes/processors are PHP 8 build-time.
genai/view
166 Downloads
Minimal PHP template renderer producing HTML strings, compatible with PHP 5.3.29
genai/validation
115 Downloads
Attribute-based validation compiled to a reflection-free validator. Put #[NotBlank]/#[Email]/#[Length]/#[Pattern]/#[Matches] on a #[Validate] form class; a build-time processor bakes the rules into Cache\Validation. At runtime, validate a populated form object -> a field=>error map, no reflection. PHP 5.3-safe runtime.