All Projects → ohdearapp → laravel-ohdear-webhooks

ohdearapp / laravel-ohdear-webhooks

Licence: MIT License
Handle Oh Dear webhooks with ease in a Laravel app

Programming Languages

PHP
23972 projects - #3 most used programming language

Projects that are alternatives of or similar to laravel-ohdear-webhooks

Bubbly
Better SSL in Nginx in 10 minutes. Configuration files and setup scripts for Certbot.
Stars: ✭ 213 (+1083.33%)
Mutual labels:  ssl, certificate
nova-ohdear-tool
A Nova tool to display downtime, broken links and mixed content
Stars: ✭ 29 (+61.11%)
Mutual labels:  uptime, ohdear
Acme Nginx
python acme client for nginx
Stars: ✭ 248 (+1277.78%)
Mutual labels:  ssl, certificate
Mutual Tls Ssl
🔐 Tutorial of setting up Security for your API with one way authentication with TLS/SSL and mutual mutual authentication for a java based web server and a client with both Spring Boot. Different clients are provided such as Apache HttpClient, OkHttp, Spring RestTemplate, Spring WebFlux WebClient Jetty and Netty, the old and the new JDK HttpClient, the old and the new Jersey Client, Google HttpClient, Unirest, Retrofit, Feign, Methanol, vertx, Scala client Finagle, Featherbed, Dispatch Reboot, AsyncHttpClient, Sttp, Akka, Requests Scala, Http4s Blaze, Kotlin client Fuel, http4k, Kohttp and ktor. Also other server examples are available such as jersey with grizzly. Also gRPC examples are included
Stars: ✭ 163 (+805.56%)
Mutual labels:  ssl, certificate
sslcontext-kickstart
🔐 A lightweight high level library for configuring a http client or server based on SSLContext or other properties such as TrustManager, KeyManager or Trusted Certificates to communicate over SSL TLS for one way authentication or two way authentication provided by the SSLFactory. Support for Java, Scala and Kotlin based clients with examples. Av…
Stars: ✭ 295 (+1538.89%)
Mutual labels:  ssl, certificate
Sslfie
Generate self-signed x.509 certificates for use with SSL/TLS
Stars: ✭ 169 (+838.89%)
Mutual labels:  ssl, certificate
qiniu-auto-cert
七牛 CDN 证书自动化工具
Stars: ✭ 20 (+11.11%)
Mutual labels:  ssl, certificate
Certstrap
Tools to bootstrap CAs, certificate requests, and signed certificates.
Stars: ✭ 1,689 (+9283.33%)
Mutual labels:  ssl, certificate
wile
Stripped down letsencrypt (ACME) client
Stars: ✭ 15 (-16.67%)
Mutual labels:  ssl, certificate
acme2
Another PHP client for acme protocal (version 2) implementation, used for generating letsencrypt's free ssl certificates.
Stars: ✭ 45 (+150%)
Mutual labels:  ssl, certificate
Cert
Cert is the Go tool to get TLS certificate information.
Stars: ✭ 166 (+822.22%)
Mutual labels:  ssl, certificate
smtplib-bruteforce
bruteforcing gmail (TLS/SSL)
Stars: ✭ 26 (+44.44%)
Mutual labels:  ssl, certificate
Acmetool
🔒 acmetool, an automatic certificate acquisition tool for ACME (Let's Encrypt)
Stars: ✭ 1,882 (+10355.56%)
Mutual labels:  ssl, certificate
Ssl exporter
Exports Prometheus metrics for SSL certificates
Stars: ✭ 211 (+1072.22%)
Mutual labels:  ssl, certificate
Aspnetcorecertificates
Certificate Manager in .NET Core for creating and using X509 certificates
Stars: ✭ 135 (+650%)
Mutual labels:  ssl, certificate
Websockify
Websockify is a WebSocket to TCP proxy/bridge. This allows a browser to connect to any application/server/service.
Stars: ✭ 2,942 (+16244.44%)
Mutual labels:  ssl, certificate
Https Localhost
HTTPS server running on localhost
Stars: ✭ 122 (+577.78%)
Mutual labels:  ssl, certificate
Pem
Easy PEM file parsing in Python.
Stars: ✭ 122 (+577.78%)
Mutual labels:  ssl, certificate
ssl-date-checker
Nodejs Library to check and report on the start and expiration date of a given SSL certificate for a given domain.
Stars: ✭ 21 (+16.67%)
Mutual labels:  ssl, certificate
Bubbly
Better SSL in Nginx in 10 minutes. Configuration files and setup scripts for Certbot.
Stars: ✭ 217 (+1105.56%)
Mutual labels:  ssl, certificate

Handle Oh Dear! webhooks in a Laravel application

Latest Version on Packagist GitHub Workflow Status Total Downloads

Oh Dear can notify your application of events using webhooks. This package can help you handle those webhooks. Out of the box it will verify the Oh Dear signature of all incoming requests. You can easily define jobs or events that should be dispatched when specific events hit your app.

This package will not handle what should be done after the webhook request has been validated and the right job or event is called.

Before using this package we highly recommend reading the documentation on webhooks over at Oh Dear.

Documentation

All package documentation can be found on the Oh Dear website.

Contributing

Please see CONTRIBUTING for details.

Security

If you discover any security related issues, please email [email protected] instead of using the issue tracker.

Credits

License

The MIT License (MIT). Please see License File for more information.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].