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 هو مولد مواصفات OpenAPI ومكتبة توثيق PHP API. يقوم بمسح سمات وتعليقات الكود المصدري لـ PHP لإنتاج ملفات مواصفات موحدة ومراجع API تفاعلية. تعمل الأداة كمحرك استنتاج مخطط يستمد أنواع البيانات والمخططات من تلميحات نوع PHP الأصلية والكتل العامة. يستخدم تحليلاً ثابتاً قائماً على الانعكاس لاستخراج البيانات الوصفية دون تنفيذ منطق التطبيق ويدعم وراثة المخطط المتكرر لدمج التعريفات من الفئات والواجهات الأصلية. يتضمن المشروع أداة سطر أوامر لتصدير تعريفات API إلى ملفات YAML أو JSON ثابتة. كما يوفر خط أنابيب لتجميع المواصفات مع منطق معالجة قابل للتوصيل لتعديل كيفية تحليل الكود المصدري أو هيكلته.
Provides a library for creating interactive API references by extracting metadata directly from PHP source code.
phpDocumentor is a PHP API documentation generator and source code analyzer that transforms PHP files and DocBlocks into structured HTML API references. It functions as a static site generator and an automatic documentation tool designed to synchronize technical documentation with code changes. The project distinguishes itself by acting as a UML diagram generator, producing class and architectural graphs via PlantUML based on source analysis. It also supports technical manual authoring, rendering hand-written guides in Markdown and ReStructuredText alongside the automatically generated API re
Automatically generates searchable technical references for PHP classes and methods from source code and comments.