Libraries tagged by Safe PHP
kafoso/type-formatter
4120 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
2536 Downloads
Safe, simple and useful file upload class for PHP.
hipsterjazzbo/editor
19240 Downloads
A clean, elegant, unicode-safe, fluent, immutable, localisable, dependency-free string manipulation library for PHP 7.1+
eboreum/caster
3630 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
368 Downloads
A simple PHPStan extension for Safe PHP functions
zarganwar/safe-process-runner
3696 Downloads
PHP process runner with locking
neovg/php-struct
13905 Downloads
A "C struct"-like class with type safe attributes and fluent setter interface.
hktr92/php-secrecy
2 Downloads
Secrecy holds your sensitive data as safe as possible from leaking.
gsylvestre/php-token-generator
716 Downloads
Generate crypto-secure URL safe strings
ashallendesign/type-safe
21 Downloads
A package for ensuring variable types in PHP
easeappphp/hmac
525 Downloads
A very simple and safe PHP library that provides methods to handle HMAC in applications.
seworqs/semver
7 Downloads
A type-safe, chainable semantic versioning implementation for PHP with support for bumping versions, handling pre-releases, and comparing versions.
squirrelphp/types
880 Downloads
Explicit handling of type coercions and enforcement in PHP in order to deal with unknown data in a more predictable and safe way.
pinga/base64
348 Downloads
Simple and convenient Base64 encoding and decoding for PHP
pageon/expiring-token
488 Downloads
A cryptographically safe token with a build in customizable expiration date