Libraries tagged by Safe PHP
invincible-tech-systems/easeampmysql
63 Downloads
A very simple and safe PHP library to execute SQL Queries as Prepared Statements on MySQL Database, in an asynchronous & non-blocking way. Methods are provided to prepare a SQL Statement & it's execution separately as different methods (to facilitate caching of prepared statements) as well as together in a single method too, all basing upon Amphp, an event driven concurrent framework in php and its Amphp\Mysql package.
easeappphp/hmac
543 Downloads
A very simple and safe PHP library that provides methods to handle HMAC in applications.
easeappphp/ea-halite
35 Downloads
A very simple and safe PHP library that provides wrapper methods to handle encryption, decryption along with authentication in both symmetric & asymmetric modes for both text content and files appropriately. This library is based upon Halite library from Paragonie Initiative Enterprises.
squirrelphp/types
913 Downloads
Explicit handling of type coercions and enforcement in PHP in order to deal with unknown data in a more predictable and safe way.
squirrelphp/entities
3491 Downloads
Simple, safe and flexible implementation of handling SQL entities and repositories as well as multi-table SQL queries while staying lightweight and straightforward.
pinga/base64
362 Downloads
Simple and convenient Base64 encoding and decoding for PHP
pageon/expiring-token
491 Downloads
A cryptographically safe token with a build in customizable expiration date
karavasilev/cryptomanana
55 Downloads
CryptoManana is a cryptography framework for boosting your project's security.
istiak-tridip/laravel-sqids
37 Downloads
Laravel wrapper for Sqids to obscure database IDs with unique, URL-safe identifiers.
onepix/psr11-container-interface-generic
111 Downloads
A generic, type-safe container interface (PSR-compatible) with support for retrieving items of a specified type
phenogram/bindings
180 Downloads
Low level type-safe PHP bindings for the Telegram Bot API
paragonie/stern
1426 Downloads
Stern lets you built type-safe PHP projects, even if your project's users aren't writing type-safe code
ironer/base62shrink
159 Downloads
Simple javascript to perform LZW compression on longer structured or repetitive UTF8 data (like stringified JSON) to some universally web safe form. Simple PHP class for server side data processing.
fsubal/donphan
70 Downloads
Utility traits for type-safe & immutable entity in PHP
yowcow/mime-base64-urlsafe
21487 Downloads
PHP-version of URL safe base64 encoding/decoding