Weave Code
Code Weaver
Helps Laravel developers discover, compare, and choose open-source packages. See popularity, security, maintainers, and scores at a glance to make better decisions.
Feedback
Share your thoughts, report bugs, or suggest improvements.
Subject
Message

Certificate Laravel Package

kelunik/certificate

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.

View on GitHub
Deep Wiki
Context7

Product Decisions This Supports

  • Enables rapid development of certificate-aware features (e.g., expiration alerts, mTLS validation) without cryptographic expertise
  • Reduces build vs buy tradeoffs by providing a battle-tested, lightweight alternative to reinventing certificate parsing logic
  • Supports security compliance initiatives through automated certificate lifecycle monitoring (e.g., detecting misconfigured SANs or weak key usage)
  • Ideal for internal tooling where minimal dependencies are critical (e.g., infrastructure scripts, monitoring agents)

When to Consider This Package

  • ✅ When your PHP application needs to inspect existing certificates (e.g., validating TLS handshakes, auditing PKI assets)
  • ✅ When avoiding OpenSSL dependencies or complex crypto code is a priority
  • ✅ For use cases focused on reading/parsing (not generating/signing) certificates
  • ❌ When you need full PKI management (certificate issuance, revocation, CA operations)
  • ❌ For projects requiring advanced cryptographic operations beyond inspection (e.g., signing, encryption)

How to Pitch It (Stakeholders)

Executives: "This package eliminates the risk of certificate-related outages by enabling automated expiration checks and validation in our PHP systems. With a MIT license and minimal maintenance overhead, it reduces engineering costs while improving security posture—no need to build or maintain custom crypto code."
Engineers: "It provides a clean, dependency-free API for X.509 certificate inspection—parse PEM/DER, validate fields, check expiry, and extract fingerprints without wrestling with OpenSSL. Perfect for integrating certificate checks into monitoring tools or mTLS auth flows with minimal code."

Weaver

How can I help you explore Laravel packages today?

Conversation history is not saved when not logged in.
Prompt
Add packages to context
No packages found.
davejamesmiller/laravel-breadcrumbs
artisanry/parsedown
christhompsontldr/phpsdk
enqueue/dsn
bunny/bunny
enqueue/test
enqueue/null
enqueue/amqp-tools
bower-asset/punycode
bower-asset/inputmask
bower-asset/jquery
bower-asset/yii2-pjax
laravel/nova
spatie/laravel-mailcoach
spatie/laravel-superseeder
laravel/liferaft
nst/json-test-suite
danielmiessler/sec-lists
jackalope/jackalope-transport
twbs/bootstrap4