3 repository-uri
Server-side tools and utilities implemented in PHP for specific web-based tasks.
Distinct from PHP Implementations: The candidates focus on high-performance frameworks or database tools, not general-purpose web utilities.
Explore 3 awesome GitHub repositories matching web development · PHP Web Utilities. Refine with filters or upvote what's useful.
This project is a PHP-based web utility and API client designed for Baidu Netdisk. It functions as a cloud storage link parser and downloader that extracts direct file download addresses from shared cloud storage links. The tool enables the conversion of shared URLs into direct download links to bypass standard web interfaces. It also provides programmatic access to private cloud storage files by using account credentials to fetch secure download addresses via an API. The system automates the retrieval of file information and manages the extraction of direct links from cloud storage services
Implements a server-side PHP utility to automate the extraction of cloud storage download links.
h5ai is a web-based file navigator and server-side indexer that replaces default server index pages with a visual interface for browsing and downloading files over HTTP. It functions as a directory listing browser that transforms plain file paths into a navigable explorer for hosted files. The project is compatible with Apache, Nginx, and lighttpd web servers, providing a way to manage static assets and share files and folders through a browser-based interface instead of a command line. It utilizes PHP-based server indexing and recursive directory traversal to scan server directories and rea
Provides a PHP-based utility for scanning server directories and generating a web index.
This library provides a foundational set of tools for managing HTTP communication within PHP web applications. It focuses on the lifecycle of client-server interactions by parsing incoming request data into structured objects and facilitating the construction of protocol-compliant server responses. The architecture is built around immutable data structures that ensure state consistency throughout the application lifecycle. It incorporates lazy header parsing to reduce memory overhead and utilizes stream-based management for handling request and response payloads. By adhering to established co
Provides foundational tools for managing HTTP communication within PHP server-side applications.