Libraries tagged by Safe PHP
kafoso/type-formatter
4304 Downloads
Minimalistic, lightweight library for converting PHP data types to readable strings. Great for type-safe outputs, exception messages, transparency during debugging, and similar things. Also helps avoiding innate problems such as printing recursive objects and large arrays.
iamdual/uploader
2549 Downloads
Safe, simple and useful file upload class for PHP.
hipsterjazzbo/editor
19623 Downloads
A clean, elegant, unicode-safe, fluent, immutable, localisable, dependency-free string manipulation library for PHP 7.1+
eboreum/caster
4149 Downloads
Cast any PHP value to a sensible, human readable string. Great for type-safe outputs, exception messages, transparency during debugging, and similar things. Also helps avoiding innate problems such as printing endless, circular referencing objects (endless recursion), limits the output for large arrays and long strings, and prevents (opt-in) the outputting of sensitive strings like passwords.
zonuexe/phpstan-safephp-lite
402 Downloads
A simple PHPStan extension for Safe PHP functions
jewei/typeid-php
120 Downloads
PHP implementation of TypeID specification: type-safe, K-sortable, and globally unique identifiers inspired by Stripe IDs
zarganwar/safe-process-runner
3718 Downloads
PHP process runner with locking
neovg/php-struct
13959 Downloads
A "C struct"-like class with type safe attributes and fluent setter interface.
itrn0/php-sql-interpolator
145 Downloads
A library for interpolating variables into SQL strings in a safe and simple way.
hktr92/php-secrecy
5 Downloads
Secrecy holds your sensitive data as safe as possible from leaking.
gsylvestre/php-token-generator
718 Downloads
Generate crypto-secure URL safe strings
asolomatin/php-big-bit-mask
1291 Downloads
Bitmask compatible with JavaScript big-bit-mask - the bitmask serializable into a base64-like, url-safe string.
ashallendesign/type-safe
24 Downloads
A package for ensuring variable types in PHP
invincible-tech-systems/easeampredis
45 Downloads
A very simple and safe PHP library that provides methods to access redis cache in php applications. This wraps up the AmPHP related Redis Package to interact with Redis in-memory cache in an asynchronous & non-blocking way.
invincible-tech-systems/easeampmysql-halite
21 Downloads
A very simple and safe PHP library to execute SQL Queries as Prepared Statements on MySQL Database, in an asynchronous & non-blocking all basing upon amphp/mysql package. Additional checks are supported in terms of facilitating creation and verification of row level digital signature for different database tables along with creation of blind indexes of data in encrypted db columns, using easeappphp/ea-halite package.