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

Technical Evaluation

Architecture fit: Excellent fit for Laravel applications as a standalone Composer package that abstracts OpenSSL complexities. It aligns with Laravel's service-oriented architecture by enabling clean integration via dependency injection or service providers without conflicting with framework conventions. Ideal for security-focused modules (e.g., TLS/mTLS validation, PKI tooling) where lightweight certificate inspection is needed.
Integration feasibility: High. Requires only composer require kelunik/certificate and minimal boilerplate code. No complex configuration or bootstrapping needed. The API is designed for simplicity (e.g., Certificate::fromPem()), making it trivial to replace manual OpenSSL calls or heavier libraries like phpseclib.
Technical risk: Moderate. Low GitHub activity (last release Feb 2023) and limited community adoption (109 stars) raise concerns about long-term maintenance and vulnerability patches. Potential gaps in edge-case handling (e.g., exotic certificate formats, OCSP/CRL checks) not explicitly documented. Reliance on PHP's OpenSSL extension introduces environment-specific risks (e.g., version mismatches).
Key questions:

  • Does it support OCSP/CRL validation or certificate chain verification beyond basic expiration/key usage checks?
  • How does it handle malformed certificates (e.g., does it throw exceptions or return null)?
  • What PHP/OpenSSL version compatibility is guaranteed?
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.
codraw/framework-extra-bundle
codraw/messenger
codraw/security
codraw/mailer
codraw/contracts
codraw/profiling
codraw/dependency-injection
codraw/tester
codraw/core
nexmo/api-specification
capell-app/block-library
axium/identity
cetria/laravel-dummy-models
cetria/reflection-helper
agropredict/sso-auth-bundle
evolvestudio/spam-protection
datacore/hub-sdk
develia/commons
cuci/prototurk-sdk
cuci/prototurk-sdk-symfony