Libraries tagged by no-exec
likun-mci/php-composer
3 Downloads
用原生 PHP 实现的 Composer 包管理器:依赖求解、下载安装、autoload 生成全程只走 HTTP,不调用任何 shell 命令。为禁用 exec/proc_open 的共享主机与受管控服务器而写,产出的 vendor 目录与官方 Composer 完全兼容,支持 HTTP/SOCKS5 代理。
likun-mci/acme
1 Downloads
用原生 PHP 实现的 ACME v2 (RFC 8555) 证书客户端,acme.sh 的完整功能对等实现:账户、订单、http-01/dns-01/tls-alpn-01 验证、签发续期吊销、部署与通知钩子。全程不调用 openssl/curl/crontab 等外部进程,为禁用 exec 的共享主机与受管控服务器而写。支持 Let's Encrypt、ZeroSSL、BuyPass、Google Trust Services、SSL.com 与数十家 DNS 提供商。
bol/magento2-module-checkoutviabol
4 Downloads
Security placeholder for bug bounty vulnerability disclosure. No executable code. Please contact researcher eshwar_dec in intigriti or [email protected] for details.
shipsaas/never-throw
5184 Downloads
Response-first over Throw. PHP NeverThrow library sample implementation
grisaia/time
5469 Downloads
PHP built-in DateTime classes alternative. Strict types, immutability, no exceptions and latest PHP features.
jascree/try-cast
10 Downloads
Safe type coercion for PHP – returns null on failure, no exceptions, no dependencies.