Libraries tagged by enc
namshi/jose
81243432 Downloads
JSON Object Signing and Encryption library for PHP.
mrclay/minify
13236914 Downloads
Minify is a PHP app that helps you follow several rules for client-side performance. It combines multiple CSS or Javascript files, removes unnecessary whitespace and comments, and serves them with gzip encoding and optimal client-side cache headers
zbateson/mb-wrapper
31147180 Downloads
Wrapper for mbstring with fallback to iconv for encoding conversion and string manipulation
phpseclib/mcrypt_compat
22278105 Downloads
PHP 5.x-8.x polyfill for mcrypt extension
paragonie/halite
5742416 Downloads
High-level cryptography interface powered by libsodium
jbroadway/urlify
4966195 Downloads
A fast PHP slug generator and transliteration library that converts non-ascii characters for use in URLs.
christian-riesen/base32
23235369 Downloads
Base32 encoder/decoder according to RFC 4648
amphp/socket
11986178 Downloads
Non-blocking socket connection / server implementations based on Amp and Revolt.
fgrosse/phpasn1
28575437 Downloads
A PHP Framework that allows you to encode and decode arbitrary ASN.1 structures using the ITU-T X.690 Encoding Rules.
spomky-labs/base64url
28758167 Downloads
Base 64 URL Safe Encoding/Decoding PHP Library
riverline/multipart-parser
38588144 Downloads
One class library to parse multipart content with encoding and charset support.
nelmio/security-bundle
8973011 Downloads
Extra security-related features for Symfony: signed/encrypted cookies, HTTPS/SSL/HSTS handling, cookie session storage, ...
nelexa/zip
5277591 Downloads
PhpZip is a php-library for extended work with ZIP-archives. Open, create, update, delete, extract and get info tool. Supports appending to existing ZIP files, WinZip AES encryption, Traditional PKWARE Encryption, BZIP2 compression, external file attributes and ZIP64 extensions. Alternative ZipArchive. It does not require php-zip extension.
clue/ndjson-react
15855547 Downloads
Streaming newline-delimited JSON (NDJSON) parser and encoder for ReactPHP.
cbschuld/browser.php
4999511 Downloads
A PHP Class to detect a user's Browser. This encapsulation provides a breakdown of the browser and the version of the browser using the browser's user-agent string. This is not a guaranteed solution but provides an overall accurate way to detect what browser a user is using.