|
Package
|
Score
|
Description
|
Stars
|
Likes
|
Forks
|
Downloads
|
Issues
|
Score
|
Opportunity
|
License
|
Last Release
|
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| genkgo/php-asn1 | 0.83 | Encode and decode arbitrary ASN.1 structures in PHP using ITU-T X.690 (DER/BER). Build or parse X.509/PKI data like CSRs, certificates, and CRLs, manipulate objects, then re-encode. Requires supported PHP plus gmp or bcmath. | 4 | 4 | 5 | 49K | 0 | 12.3 | 60.2 | MIT | 6 months ago | |
| vakata/asn1 | 0.82 | — | 16 | 16 | 3 | 883 | 0 | 0.2 | 23.8 | NOASSERTION | — | |
| nikic/php-parser | 0.81 | Parse PHP code into an Abstract Syntax Tree (AST) for static analysis, manipulation, and code generation. Supports PHP 5.x to 8.4, handles errors gracefully, and preserves formatting during AST-to-code conversion. Easily traverse, modify, and convert ASTs back to PHP, with JSON serialization support... | 17,450 | 17,523 | 1,131 | 17M | 49 | 84.5 | 74.6 | BSD-3-Clause | 1 month ago | |
| amphp/serialization | 0.80 | AMPHP serialization tools for IPC and storage in PHP. Provides a Serializer interface with JSON, native PHP serialize/unserialize, and passthrough implementations, plus optional payload compression via a wrapping serializer. | 137 | 137 | 3 | 3M | 1 | 15.3 | 61.9 | MIT | 4 months ago | |
| eesnaola/afip.php | 0.80 | Fork of AfipSDK/afip.php that focuses on fixing PHP compatibility issues. Use it as a drop-in alternative when the original package has version conflicts, deprecated features, or fails under newer PHP releases. | 0 | 0 | 0 | 42 | 0 | 0.3 | 22.6 | MIT | 5 years ago | |
| ircmaxell/php-yacc | 0.79 | PHP port of kmyacc: a YACC/LALR(1) parser generator. Feed it a YACC grammar plus a parser template to generate fast PHP parsers. Useful for building language/DSL parsers; generation is resource-heavy, but produced parsers run efficiently. | 155 | 156 | 15 | 3K | 2 | 18.9 | 20.7 | NOASSERTION | 3 months ago | |
| flix-tech/avro-serde-php | 0.79 | PHP library for serializing/deserializing Apache Avro with Schema Registry support. Built for Kafka-style messaging, it handles Avro binary encoding, schema resolution, and compatibility, providing a straightforward SerDe layer you can use in your own producers/consumers. | 67 | 68 | 41 | 55K | 15 | 10.8 | 45.8 | MIT | 1 year ago | |
| lastdragon-ru/lara-asp-core | 0.79 | — | 0 | 0 | 1 | 4K | 0 | 0.0 | 50.3 | MIT | — | |
| kelunik/certificate | 0.78 | Generate and manage X.509 certificates in PHP with a simple API. Create CSRs, self-signed and CA-signed certs, handle keys and certificate chains, and export common formats—ideal for TLS tooling, service provisioning, and automation. | 112 | 114 | 4 | 3M | 2 | 2.7 | 55.5 | MIT | 3 years ago | |
| spomky-labs/pki-framework | 0.77 | PHP 8.1+ framework for Public Key Infrastructure: X.509 certificates (incl. attribute certs), ASN.1 DER encoding/decoding, X.501/X.520 DN parsing, PEM (RFC 7468) handling, and PKCS-oriented cryptography utilities. | 31 | 29 | 6 | 4M | 0 | 23.4 | 64.5 | MIT | 2 weeks ago | |
| phpunit/php-token-stream | 0.77 | phpunit/php-token-stream is a small PHP library for tokenizing and streaming PHP source code tokens, commonly used by PHPUnit and related tools for parsing, reflection-like inspection, and test-related code analysis. | 6,384 | 6,392 | 58 | 2M | 0 | 26.7 | 33.5 | NOASSERTION | — | |
| answear/acs-bundle | 0.77 | — | 0 | 0 | 0 | 278 | 0 | 21.8 | 39.5 | MIT | 1 month ago | |
| phpseclib/phpseclib | 0.76 | MIT-licensed pure-PHP secure communications and crypto library: SSH-2, SFTP, X.509, RSA/DSA/ECDSA/ECDH, Ed25519/Curve25519, big integers, and modern ciphers (AES/ChaCha20, GCM/Poly1305). Composer-ready, LTS branches available. | 5,580 | 5,691 | 908 | 10M | 195 | 93.4 | 79.0 | MIT | 3 days ago | |
| php-standard-library/php-standard-library | 0.76 | PSL (PHP Standard Library) is a well-typed, centralized API set for PHP 8.4+ covering async, collections, networking, I/O, crypto, terminal UI, and more. It replaces unsafe PHP primitives with predictable, async-ready alternatives and includes composable type-safe validation. | 1,560 | 1,560 | 90 | 269K | 21 | 43.3 | 44.3 | MIT | 2 months ago | |
| giggsey/libphonenumber-for-php | 0.74 | PHP port of Google’s libphonenumber for parsing, formatting, validating, and storing international phone numbers. Supports geocoding, carrier and timezone mapping, plus short-number info. Composer install; requires mbstring. | 5,045 | 5,102 | 480 | 3M | 2 | 70.5 | 45.7 | Apache-2.0 | 3 days ago | |
| azjezz/psl | 0.74 | PSL is a modern PHP standard library (PHP 8.4+) inspired by HHVM/HSL. It provides consistent, well-typed APIs for async, collections, networking, I/O, crypto, terminal UI, and data validation—safer, predictable alternatives to PHP’s built-ins. | 1,560 | 1,556 | 90 | 446K | 21 | 44.5 | 47.3 | MIT | 2 months ago | |
| flix-tech/avro-php | 0.73 | A PHP library for working with Apache Avro: parse schemas, encode/decode Avro data, and integrate serialization into your apps. Useful for Kafka-style pipelines and data interchange where compact binary formats and schema evolution matter. | 21 | 21 | 23 | 299K | 0 | 16.4 | 61.2 | Apache-2.0 | 6 months ago | |
| functional-php/fantasy-land | 0.71 | Fantasy Land–style algebraic structures for PHP to enable interoperable functional patterns. Includes interfaces for Setoid, Semigroup/Monoid, Functor, Applicative, Monad, Foldable/Traversable, plus ready-made law/property tests to verify implementations. | 38 | 39 | 12 | 230K | 2 | 1.5 | 52.5 | BSD-3-Clause | 8 years ago |
How can I help you explore Laravel packages today?