Libraries tagged by entrust
jeffersongoncalves/laravel-npm-readme
44 Downloads
A Laravel package that fetches an npm package's README from the registry document, renders the markdown and caches the resulting HTML. The default renderer strips raw HTML; provide your own renderer callable (and sanitize) to keep it. Rendered HTML is untrusted — sanitize it before display.
jeffersongoncalves/laravel-html-sanitizer
60 Downloads
This Laravel package provides a simple wrapper around the Symfony HTML Sanitizer to safely clean untrusted HTML. It strips scripts, inline event handlers, and Alpine attributes while keeping the presentational subset (headings, lists, tables, code blocks, images, links) that rendered Markdown and READMEs need. The package is easy to install and configure, seamlessly integrating with your existing Laravel application.
jeffersongoncalves/laravel-github-readme
55 Downloads
A Laravel package that fetches, renders and disk-caches GitHub repository READMEs. It uses conditional ETag requests with a short freshness window, reuses cached HTML on 304 responses, falls back to stale content on errors, and rewrites relative assets/links to absolute GitHub URLs. Rendered HTML is untrusted — sanitize it before display.
edgetelemetrics/reactphp-dns-over-https-client
7 Downloads
A ReactPHP/DNS Executor to resolve DNS queries over HTTPS, providing secure DNS resolution over untrusted or shared networks (eg Serverless deployments) utilising standard HTTPS queries.
dorantor/simple-crypt
9201 Downloads
Very simple lib for symmetric en/decrypt messages so they could be sent through untrusted channels.
unisharp/untrust
110 Downloads
fpoirotte/idmef
11 Downloads
IDMEF library for PHP
centrust/nova-modules
117 Downloads
Nova Modular Architrchter
univeros/sanitation
0 Downloads
Composable input sanitation that transforms untrusted input into a safe, canonical form before it reaches your domain logic.
topolis/filter
684 Downloads
A flexible filter system for untrusted values
tobischulz/trashmail-checker
34 Downloads
Validates email addresses of known trashmail providers to keep away untrusted registrations.
sharryy/docker-sandbox
1 Downloads
A simple, secure and fluent PHP API for running untrusted code in isolated Docker containers.
ranvis/robots-txt-processor
22 Downloads
robots.txt filter and tester for untrusted source.
initphp/escaper
38 Downloads
Context-aware output escaper (HTML, attribute, JavaScript, CSS, URL) for safely rendering untrusted user input.
hinyka/evalmath
11 Downloads
Use the EvalMath when you want to evaluate mathematical expressions from untrusted sources.