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.
|
Package
|
Score
|
Description
|
Stars
|
Likes
|
Forks
|
Downloads
|
Issues
|
Score
|
Opportunity
|
License
|
Last Release
|
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| paragonie/ciphersweet | 0.80 | CipherSweet is a PHP library for fast, secure field-level encryption with searchable encrypted indexes. Designed for applications that need to protect sensitive data at rest while still supporting equality and range queries, with strong cryptography and clean integrations. | 466 | 466 | 39 | 52K | 8 | 29.9 | 35.2 | NOASSERTION | 3 months ago | |
| paperscissorsandglue/laravel-encryption-at-rest | 0.80 | — | 3 | 3 | 1 | 18 | 0 | 3.4 | 10.5 | MIT | 10 months ago | |
| laravel/helpers | 0.79 | Backwards-compatibility package that restores Laravel 5.8 global helper functions for newer Laravel versions. Useful when upgrading legacy apps; helpers map to modern Arr and Str methods. Not accepting new helpers. | 805 | 815 | 44 | 1M | 0 | 26.7 | 49.5 | MIT | 2 months ago | |
| illuminate/encryption | 0.78 | Laravel’s encryption component for securely encrypting and decrypting strings and serialized data using application keys and strong ciphers. Provides Encrypter support, key rotation via previous keys, and convenient helpers for protecting cookies, sessions, and payloads. | 92 | 96 | 25 | 327K | 0 | 1.2 | 49.0 | MIT | — | |
| spatie/crypto | 0.77 | Generate RSA key pairs and encrypt/decrypt (and sign/verify) data using private/public keys in PHP. Provides simple wrappers around OpenSSL for better DX, with support for loading keys from files and writing generated keys to disk. | 0 | 485 | — | 20K | — | 20.2 | 24.8 | — | — | |
| paragonie/halite | 0.77 | Halite is a high-level PHP cryptography library from Paragon Initiative Enterprises, built on libsodium. It provides safer, opinionated APIs for encryption, authentication, key management, and password hashing, helping you use modern crypto correctly with minimal foot-guns. | 1,155 | 1,162 | 90 | 385K | 21 | 30.0 | 43.3 | MPL-2.0 | 8 months ago | |
| spatie/laravel-ciphersweet | 0.76 | Laravel wrapper for Paragonie CipherSweet that adds searchable field-level encryption to Eloquent models. Encrypt/decrypt sensitive attributes and generate blind indexes so you can query encrypted data securely without exposing readable values in your database. | 420 | 419 | 38 | 36K | 0 | 27.0 | 30.6 | MIT | 2 months ago | |
| laravel/database | 0.76 | Bring Laravel’s database layer to non-Laravel projects: Illuminate Database with migrations, seeders, and Artisan CLI support. Includes Eloquent ORM, query builder, schema tools, and commands like migrate, db:seed, and make:* for MySQL/Postgres/SQL Server/SQLite. | 90 | 100 | 12 | 74 | 5 | 2.1 | 4.7 | — | — | |
| doctrine/persistence | 0.72 | Doctrine Persistence provides shared interfaces and abstractions for object mapper persistence in PHP. It standardizes common concepts like object managers, repositories, and metadata across Doctrine and other mappers, helping libraries integrate consistently. | 4,052 | 4,053 | 76 | 6M | 14 | 54.8 | 55.3 | MIT | 1 month ago | |
| laravel/framework | 0.71 | Laravel Framework core provides an elegant PHP foundation for building web apps: fast routing, powerful service container, sessions/caching, database migrations, queues, and real-time broadcasting—tools that scale from small projects to large applications. | 34,735 | 35,215 | 11,892 | 10M | 58 | 94.9 | 70.8 | MIT | 1 week ago | |
| symfony/security-http | 0.70 | Symfony Security HTTP integrates the Security Core with HTTP: firewalls, authenticators, and request/response handling to protect parts of your app and authenticate users. Install via composer require symfony/security-http. | 1,715 | 1,716 | 22 | 4M | 0 | 44.2 | 54.5 | MIT | 1 week ago | |
| doctrine/orm | 0.70 | Doctrine ORM is an object-relational mapper for PHP 8.1+ providing transparent persistence for PHP objects on top of Doctrine DBAL. Includes Doctrine Query Language (DQL), an object-oriented SQL-like dialect for flexible querying without duplication. | 10,174 | 10,347 | 2,535 | 5M | 1,278 | 91.5 | 70.2 | MIT | 1 week ago | |
| symfony/error-handler | 0.70 | Symfony ErrorHandler provides robust error and exception handling tools for PHP. Enable debug mode, register an error handler, and use DebugClassLoader for better stack traces. Convert PHP notices/warnings into exceptions and wrap risky code with ErrorHandler::call for safer debugging. | 2,676 | 2,680 | 20 | 14M | 0 | 44.4 | 60.5 | MIT | 1 week ago | |
| symfony/polyfill-php84 | 0.69 | Symfony Polyfill for PHP 8.4 features on older runtimes. Adds functions like array_find/any/all, bcdivmod, fpow, grapheme_str_split, mb_* trim/ucfirst/lcfirst, Deprecated attribute, cURL HTTP/3 constants, PDO driver subclasses, and ReflectionConstant. | 137 | 138 | 5 | 11M | 0 | 22.6 | 65.0 | MIT | 1 week ago | |
| laravel/installer | 0.63 | Laravel Installer is the official CLI tool for creating new Laravel applications quickly. Install it via Composer and scaffold fresh projects with a single command, using the latest Laravel release and recommended defaults for your environment. | 865 | 903 | 368 | 101K | 9 | 48.6 | 39.8 | MIT | 2 weeks ago | |
| laravel/valet | 0.63 | Laravel Valet is a lightweight macOS development environment for Laravel and PHP. It runs Nginx automatically, uses DnsMasq to route *.test domains to local sites, avoids Vagrant and /etc/hosts edits, and can share sites via tunnels. | 2,596 | 2,604 | 719 | 2K | 1 | 52.8 | 5.6 | MIT | 2 months ago | |
| laravel/telescope | 0.63 | Laravel Telescope is a debug assistant for Laravel that provides a rich dashboard of requests, exceptions, logs, database queries, queued jobs, mail, notifications, cache activity, scheduled tasks, and more—ideal for local development and troubleshooting. | 5,188 | 5,224 | 655 | 2M | 15 | 71.7 | 48.1 | MIT | 1 month ago |
How can I help you explore Laravel packages today?