simplito/elliptic-php
Pure-PHP elliptic curve cryptography library for PHP. Provides ECDSA signing/verification and key generation on common curves (incl. secp256k1) with utilities for points, keys, and encodings—useful for blockchain, JWT, and other crypto workflows without extensions.
|
Package
|
Score
|
Description
|
Stars
|
Likes
|
Forks
|
Downloads
|
Issues
|
Score
|
Opportunity
|
License
|
Last Release
|
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| laragraph/utils | 0.78 | Laravel utilities for building GraphQL servers: shared primitives and helpers used by GraphQL packages. Install via Composer and use as a lightweight foundation for SDL-first (Lighthouse) or code-first (graphql-laravel) setups. | 21 | 21 | 7 | 502K | 0 | 25.1 | 65.0 | MIT | 1 month ago | |
| symplify/coding-standard | 0.77 | Ready-to-use PHP CS Fixer and PHP_CodeSniffer rules bundled as a coding standard, with Symplify tooling integration. Helps keep projects consistent, modern, and clean with configurable rule sets suited for CI and team workflows. | 379 | 379 | 26 | 82K | 3 | 24.0 | 38.4 | MIT | 10 months ago | |
| phpdocumentor/json-path | 0.77 | PHP library from phpDocumentor that adds JSONPath query support for selecting and extracting data from JSON structures. Useful for tooling and document generation workflows needing simple path-based access to nested JSON. | 1 | 1 | 1 | 4K | 1 | 21.0 | 53.2 | MIT | 6 months ago | |
| symplify/easy-parallel | 0.76 | Run PHP tasks in parallel with a simple API. Easy Parallel helps speed up builds and code analysis by distributing work across multiple processes, while keeping output manageable and integration straightforward in existing Symplify and custom tooling. | 11 | 11 | 5 | 18K | 1 | 0.4 | 43.8 | MIT | — | |
| symplify/vendor-patches | 0.76 | Apply and manage vendor patches in Composer projects. Automatically patch dependencies after install/update, keep patches versioned in your repo, and maintain reproducible builds without forking upstream packages. | 187 | 188 | 23 | 266K | 3 | 2.4 | 44.1 | MIT | — | |
| aimeos/ai-cms-grapesjs | 0.76 | Laravel CMS integration for the Aimeos e-commerce platform using GrapesJS. Manage and edit shop pages with a visual drag-and-drop builder, combine content blocks and templates, and embed Aimeos components for fast storefront customization. | 976 | 969 | 21 | 2K | 2 | 5.9 | 7.3 | LGPL-2.1 | — | |
| simplito/bigint-wrapper-php | 0.76 | Lightweight PHP wrapper for working with big integers safely beyond native limits. Provides convenient object-style operations for arithmetic, comparisons, and formatting, helping avoid overflow issues when handling large numeric IDs, counters, or financial values. | 15 | 16 | 7 | 57K | 3 | 1.2 | 50.0 | MIT | — | |
| webmozarts/strict-phpunit | 0.75 | Enforces strict PHPUnit configuration for PHP projects using the Webmozart standards. Helps catch risky tests, deprecated usage, and unintended behavior by turning on stricter PHPUnit settings and providing an easy way to apply and maintain them across projects. | 30 | 31 | 1 | 9K | 0 | 0.2 | 34.3 | MIT | — | |
| wyrihaximus/makefiles | 0.75 | Generate and manage GNU Makefiles for PHP projects with sensible defaults and helpers. Simplifies common tasks like testing, linting, building, and CI-friendly workflows so you can standardize project automation with minimal setup. | 0 | — | 0 | — | 1 | 20.1 | — | — | 4 weeks ago | |
| roxblnfk/unpoly | 0.74 | Laravel package for integrating Unpoly into your app. Adds helpers and assets to enable fast, progressive page updates, partial reloads, and smoother navigation without building a full SPA, while keeping standard routes and controllers. | 41 | — | 2 | — | 0 | 0.4 | — | MIT | — | |
| zendframework/zend-crypt | 0.74 | Zend\Crypt provides secure PHP cryptography utilities including encryption/decryption, hashing, HMAC, key generation, and password adapters. Designed for Zend Framework apps but usable standalone, with pluggable algorithms and safer defaults for common crypto tasks. | 87 | 91 | 35 | 34K | 2 | 12.1 | 42.9 | BSD-3-Clause | 6 years ago | |
| codeception/util-universalframework | 0.73 | Universal helper utilities for the Codeception testing framework, providing lightweight, framework-agnostic components to simplify test setup and reuse across projects. A small add-on package aimed at boosting consistency and reducing boilerplate in automated tests. | 1 | 1 | 1 | 59K | 1 | 20.7 | 65.0 | MIT | 3 months ago | |
| discord/interactions | 0.71 | PHP types and helpers for building Discord Interactions webhooks. Includes enums for interaction/response types and response flags, plus Ed25519 request signature verification via simplito/elliptic-php (requires php-gmp). | 46 | 46 | 14 | 13K | 1 | 24.6 | 40.3 | — | 4 years ago | |
| illuminate/encryption | 0.70 | 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 | 26 | 364K | 0 | 1.2 | 49.6 | MIT | — | |
| defuse/php-encryption | 0.69 | 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. | 3,872 | 3,907 | 312 | 4M | 10 | 54.7 | 52.7 | MIT | 2 years ago | |
| simplito/bn-php | 0.68 | Arbitrary-precision math for PHP with a clean, minimal API. Provides big integer/decimal operations beyond native limits, suitable for financial calculations, cryptography, and any code needing exact large-number arithmetic and conversions. | 20 | 21 | 5 | 57K | 0 | 0.3 | 47.5 | MIT | — | |
| phpseclib/phpseclib | 0.67 | Pure-PHP cryptography and secure communications toolkit: SSH-2/SFTP, X.509, RSA/DSA/DH, ECDSA/ECDH, Ed25519/Curve25519, plus modern ciphers (AES/ChaCha20/Salsa20) and AEAD (GCM/Poly1305). Composer-ready, LTS branches. | 5,568 | 5,687 | 906 | 9M | 198 | 89.9 | 79.4 | MIT | 3 weeks ago | |
| php-standard-library/math | 0.65 | Strictly typed math utilities for PHP with predictable, consistent error handling. Part of the PHP Standard Library project, providing reliable mathematical functions and a stable developer experience for safer numeric operations. | 1 | 0 | 0 | 4K | 0 | 20.6 | 53.9 | MIT | 2 weeks ago | |
| felixfbecker/advanced-json-rpc | 0.64 | JSON-RPC 2.0 request/response helpers with a Dispatcher that decodes JSON-RPC calls and invokes target methods. Automatically coerces parameter types using type hints and @param docs, and supports nested targets via configurable method delimiters. | 255 | 258 | 17 | 831K | 10 | 28.5 | 64.7 | ISC | 4 years ago |
How can I help you explore Laravel packages today?