paragonie/random_compat
PHP 5 polyfill for random_bytes() and random_int(), providing secure, cryptographically strong randomness on older PHP versions. Uses the best available system sources and falls back safely, helping apps generate tokens, keys, IDs, and nonces consistently across environments.
|
Package
|
Description
|
Stars
|
Likes
|
Forks
|
Downloads
|
Issues
|
Score
|
Opportunity
|
License
|
Last Release
|
|
|---|---|---|---|---|---|---|---|---|---|---|---|
| amashukov/user-bundle | — | 0 | 0 | 1 | 0 | 0 | 1.2 | — | MIT | 6 years ago | |
| atheon/user-bundle | — | 0 | 0 | 0 | 0 | 0 | 0.3 | — | MIT | 3 years ago | |
| awstudio-paris/user-bundle | — | 1 | 1 | 0 | 0 | 0 | 0.0 | — | MIT | — | |
| awuniversity/oauth2-client | — | 0 | 0 | 1 | 0 | 0 | 0.7 | — | MIT | 6 years ago | |
| barygi/user-bundle | — | 0 | 0 | 0 | 0 | 0 | 0.3 | — | MIT | 5 years ago | |
| cast1el/user-bundle | — | 1 | 1 | 1 | 0 | 0 | 1.3 | — | MIT | 4 years ago | |
| chifek/user-bundle | — | 0 | 0 | 0 | 0 | 0 | 0.9 | — | MIT | 4 years ago | |
| commercetools/php-sdk | Deprecated PHP SDK for commercetools Composable Commerce. Provides native PHP models/helpers, IDE autocompletion, object mapping, i18n, and an OAuth2 client with caching and async/concurrent request support. Requires PHP 5.6+ (Guzzle). | 43 | 44 | 22 | 1K | 19 | 8.2 | 20.8 | MIT | 3 years ago | |
| comunedifirenze/user-bundle | — | 0 | 0 | 2 | 95 | 0 | 0.2 | 27.4 | MIT | — | |
| creatissimo/user-bundle | — | 1 | 1 | 1 | 0 | 0 | 1.8 | — | MIT | 4 years ago | |
| defuse/php-encryption | Secure, hard-to-misuse PHP encryption library for encrypting data with keys or passwords. Requires PHP 5.6+ and OpenSSL 1.0.1+. Simple API inspired by libsodium, built to avoid common crypto mistakes. | 0 | 3,901 | — | 4M | — | 34.5 | 44.5 | — | — | |
| delatbabel/elocryptfive | — | 84 | 84 | 31 | 112 | 6 | 5.1 | 6.5 | MIT | 9 years ago | |
| fedeisas/laravel-mail-css-inliner | — | 598 | 608 | 117 | 80K | 3 | 28.2 | 34.6 | MIT | 2 months ago | |
| google/cloud-tools | Dev utilities for Google Cloud in PHP. Includes flex_exec to run commands inside the same Docker image as an App Engine Flexible deployment, with optional Cloud SQL connectivity via Cloud Build. Also provides Google\Cloud\TestUtils helpers and fixtures. | 23 | 23 | 20 | 22K | 5 | 13.3 | 47.7 | Apache-2.0 | 10 months ago | |
| hidehalo/nanoid-php | Secure, URL-friendly unique ID generator for PHP inspired by nanoid. Generates 21‑char IDs with UUIDv4-like collision probability, supports custom alphabets/lengths, and lets you plug in your own random bytes generator for extra control. | 812 | 813 | 57 | 206K | 1 | 11.5 | 33.4 | MIT | 1 year ago | |
| instana/instana-php-opentracing | Instana’s OpenTracing implementation for PHP. Send traces to an Instana Agent via the PHP sensor (default port 16816) or REST SDK endpoint (port 42699). Provides InstanaTracer helpers, tags, and span types for instrumenting PHP apps. | 4 | 4 | 5 | 0 | 1 | 2.2 | — | — | 7 years ago | |
| laravel/legacy-encrypter | Drop-in Laravel encrypter compatible with legacy apps. Encrypt/decrypt data using older key formats and cipher settings so you can read existing payloads and migrate safely. Useful for upgrades where stored encrypted values must remain accessible. | 62 | 64 | 33 | 84 | 0 | 1.3 | 1.4 | MIT | — | |
| league/oauth2-server | Standards-compliant OAuth 2.0 authorization server for PHP. Protect APIs with bearer access tokens, issue and refresh tokens, and support common grants (auth code, client credentials, device, implicit, password, refresh) with PSR-7 interoperability and RFC support. | 6,646 | 6,727 | 1,134 | 4M | 55 | 76.1 | 67.1 | MIT | 6 months ago | |
| mpdf/mpdf | mPDF is a PHP library for generating PDF files from UTF-8 HTML. Install via Composer and render documents with simple WriteHTML() calls. Supports modern PHP versions and requires mbstring and gd, with extras like zlib for advanced features. | 4,682 | 4,865 | 1,104 | 2M | 309 | 59.9 | 58.4 | GPL-2.0 | 4 years ago | |
| mpdf/qrcode | Laravel-friendly QR code generator for mPDF: create QR codes as images/data URIs and embed them in PDFs. Simple API for sizing, error correction, and output formats—ideal for invoices, tickets, and labels. | 49 | 51 | 15 | 88K | 1 | 0.9 | 44.8 | LGPL-3.0 | — | |
| ongr/elasticsearch-dsl | Object-oriented Elasticsearch query builder for PHP. Build searches, filters, aggregations and more with a DSL, then export to arrays for elasticsearch-php or ONGR ElasticsearchBundle. Supports Elasticsearch 5/6/7 via versioned releases. | 464 | 470 | 206 | 39K | 41 | 31.3 | 45.2 | MIT | 3 years ago | |
| perftools/xhgui-collector | Standalone XHProf data collector for storing profiles compatible with XHGUI (0.2–0.9). Supports PHP 5.3+, minimal dependencies, configurable storage/collection. Use via auto_prepend_file (web) or header for CLI. Being phased out; use perftools/php-profiler for new installs. | 33 | 33 | 35 | 7K | 0 | 2.6 | 22.6 | — | 6 years ago | |
| phpcompatibility/phpcompatibility-paragonie | PHP_CodeSniffer rulesets that extend PHPCompatibility to account for Paragonie polyfills (random_compat and sodium_compat), reducing false positives when checking PHP cross-version compatibility. Includes separate RandomCompat and SodiumCompat standards. | 10 | 12 | 2 | 1M | 0 | 13.3 | 60.0 | LGPL-3.0 | 6 months ago | |
| pragmarx/google2fa | Google2FA adds HOTP/TOTP two-factor authentication to PHP, compatible with Google Authenticator and RFC 4226/6238. Generate secrets and QR code data, verify one-time codes, and tune validation windows and time drift—ideal for Laravel or standalone apps. | 0 | 2,030 | — | 5M | — | 24.3 | 50.8 | — | — | |
| qiniu/php-sdk | — | 809 | 847 | 424 | 32K | 13 | 30.3 | 29.0 | MIT | 1 year ago | |
| scaytrase/json-rpc-client | Lightweight PHP JSON-RPC client for calling remote procedures over HTTP. Provides request/response handling, batching, and error parsing, making it easier to integrate JSON-RPC services into your Laravel or vanilla PHP apps with minimal setup. | 4 | 6 | 0 | 454 | 0 | 0.9 | 27.0 | MIT | 9 years ago | |
| zendframework/zend-math | Zend Math provides math utilities for PHP, including big integer/decimal support, random number generation, and statistical helpers. Part of the Zend Framework ecosystem, it offers consistent, tested components for numeric operations. | 53 | 56 | 23 | 44K | 1 | 1.6 | 28.3 | BSD-3-Clause | 7 years ago |
How can I help you explore Laravel packages today?