Libraries tagged by safe urls
rattfieldnz/shodan
7 Downloads
A laravel package to check URLs with Shodan API.
blazorazem/sanitizer
376 Downloads
Sanitizer is a package convenient for sanitizing proper names, email addresses, URLs etc.
pinga/base64
342 Downloads
Simple and convenient Base64 encoding and decoding for PHP
midgard/midgardmvc-helper-urlize
21778 Downloads
URL-safe text converter
harrisonratcliffe/laravel-google-web-risk
27 Downloads
Laravel package to allow you to easily integrate the Google Web Risk API into your application
gsylvestre/php-token-generator
716 Downloads
Generate crypto-secure URL safe strings
rattfieldnz/safe-urls
12 Downloads
A laravel package to check URLs with Google's Safe Browsing API.
bangerkuwranger/magento2-gtid-safe-url-rewrite-fallback
46 Downloads
Magento 2 module that forces the category save/update observers to fall back to a (deprecated) method that doesn't require temporary tables. This allows GTID consistent category saves for Magento v2.1.x
antevenio/safe-url-validator
14770 Downloads
Url checking for malicious content.
kryuu-common/base64-url
6 Downloads
This is a simple library for encoding and decoding Base64Url, the basis of this is that the Base64 is not URL safe due to the characters `+`, `/` and `=`, so this encode replaces these characters with `=` to ``, `+` to `-` and `/` to `_` for the purpose of using it in the URL
jigius/url-safe-base64
390 Downloads
Simple library for url safe base64 manipulations
sukohi/google-safe-browsing
37 Downloads
A Laravel package to check if a specific URL is secure or not through Google Safe Browsing API.
yurijbogdanov/base64
1 Downloads
PHP Base64 (encode/decode) Library
oodle/urlify
8767 Downloads
urlify - a library for creating url-safe slugs from text
beorn/base64url-tools
13 Downloads
Base64 URL-safe encoder/decoder. Also generates random tokens.