awesome-repositories.com
المدونة
MCP
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعخادم MCPحولكيفية ترتيب النتائجالصحافة
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 مستودعات

Awesome GitHub RepositoriesPHP File Utilities

PHP utility packages for inspecting file metadata and resolving file formats.

Distinct from PHP File Filters: Distinct from PHP File Filters: focuses on general file inspection and format resolution rather than collection filtering.

Explore 2 awesome GitHub repositories matching development tools & productivity · PHP File Utilities. Refine with filters or upvote what's useful.

Awesome PHP File Utilities GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • nette/php-generatorالصورة الرمزية لـ nette

    nette/php-generator

    2,253عرض على GitHub↗

    Php-generator is a metaprogramming library for programmatically generating, inspecting, parsing, and manipulating PHP source code using expressive object-oriented structures. It allows developers to construct classes, interfaces, traits, enums, functions, closures, and complete files without writing raw strings. The library features automated namespace resolution to manage fully qualified class names and use statements, preventing naming collisions in generated output. It also includes configurable formatting utilities that transform abstract syntax trees into text strings adhering to establ

    Assembles complete PHP files combining classes, functions, namespaces, and strict type declarations into ready-to-output file structures.

    PHPcode-generatornettenette-framework
    عرض على GitHub↗2,253
  • thephpleague/mime-type-detectionالصورة الرمزية لـ thephpleague

    thephpleague/mime-type-detection

    1,338عرض على GitHub↗

    Mime Type Detection is a PHP library for determining and mapping media types from file contents, paths, or extensions using fallback lookup strategies. It provides utilities for inspecting file metadata and resolving file formats within PHP applications. The library supports bidirectional mapping between file extensions and media types through static community-curated mapping tables alongside content-based inspection. It includes extension-to-media-type mapping, reverse lookups from media types to valid file extensions, and fallback resolution chains that attempt content inspection before fal

    Provides a PHP utility package for inspecting file metadata and resolving file formats.

    PHP
    عرض على GitHub↗1,338
  1. Home
  2. Development Tools & Productivity
  3. PHP File Utilities

استكشف الوسوم الفرعية

  • File AssemblersAssembles complete source files combining classes, functions, namespaces, and strict type declarations.