2 रिपॉजिटरी
Libraries designed to extract metadata from PHP source code to build API references.
Distinct from PHP Console Libraries: Shortlist candidates are for specific utilities like UUIDs or Routing, not for general API documentation extraction.
Explore 2 awesome GitHub repositories matching web development · PHP API Documentation Libraries. Refine with filters or upvote what's useful.
swagger-php is an OpenAPI specification generator and PHP API documentation library. It scans PHP source code attributes and annotations to produce standardized specification files and interactive API references. The tool functions as a schema inference engine that derives data types and schemas from native PHP type hints and generic blocks. It uses reflection-based static analysis to extract metadata without executing application logic and supports recursive schema inheritance to merge definitions from parent classes and interfaces. The project includes a command-line utility for exporting
Provides a library for creating interactive API references by extracting metadata directly from PHP source code.
phpDocumentor एक PHP API दस्तावेज़ीकरण जनरेटर और सोर्स कोड एनालाइज़र है जो PHP फाइलों और DocBlocks को संरचित HTML API संदर्भों में बदल देता है। यह एक स्टेटिक साइट जनरेटर और एक स्वचालित दस्तावेज़ीकरण टूल के रूप में कार्य करता है जिसे कोड परिवर्तनों के साथ तकनीकी दस्तावेज़ीकरण को सिंक्रनाइज़ करने के लिए डिज़ाइन किया गया है। यह प्रोजेक्ट UML डायग्राम जनरेटर के रूप में कार्य करके खुद को अलग करता है, जो सोर्स विश्लेषण के आधार पर PlantUML के माध्यम से क्लास और आर्किटेक्चरल ग्राफ तैयार करता है। यह तकनीकी मैनुअल लेखन का भी समर्थन करता है, जो स्वचालित रूप से उत्पन्न API संदर्भों के साथ मार्कडाउन और ReStructuredText में हस्तलिखित गाइड प्रस्तुत करता है। यह टूल सोर्स कोड विश्लेषण के लिए व्यापक क्षमताएं प्रदान करता है, जिसमें एब्स्ट्रैक्ट सिंटैक्स ट्री का निर्माण, मेटाडेटा टैगिंग और दस्तावेज़ीकरण विरासत का प्रबंधन शामिल है। इसमें कोड आर्किटेक्चर, तत्व दृश्यता नियंत्रण और वर्शन्ड दस्तावेज़ीकरण प्रबंधन के लिए विज़ुअलाइज़ेशन टूल शामिल हैं। बिल्ड्स को निरंतर एकीकरण पाइपलाइनों के भीतर निर्माण को स्वचालित करने के लिए XML कॉन्फ़िगरेशन फाइलों के माध्यम से प्रबंधित किया जा सकता है।
Automatically generates searchable technical references for PHP classes and methods from source code and comments.