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

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

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

1 مستودع

Awesome GitHub RepositoriesArray Wrappers

Provides an object-oriented interface for working with arrays and lists, enabling cleaner data manipulation.

Distinct from Object-Oriented: Distinct from Object-Oriented query languages: focuses on wrapping arrays in an OO interface, not querying databases.

Explore 1 awesome GitHub repository matching data & databases · Array Wrappers. Refine with filters or upvote what's useful.

Awesome Array Wrappers GitHub Repositories

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

    doctrine/collections

    5,979عرض على GitHub↗

    Doctrine Collections is a PHP library that provides object-oriented abstractions for managing and manipulating groups of objects with array-like functionality. It wraps native PHP arrays in an object-oriented interface, enabling cleaner data manipulation through methods for filtering, mapping, and iteration. The library supports callback-driven transformation, applying a callback to every element and returning a new collection with the transformed values. It also enables criteria expression querying, allowing selection of matching elements by applying a criteria object with comparison express

    Wraps native PHP arrays in an object-oriented interface for cleaner data manipulation.

    PHP
    عرض على GitHub↗5,979
  1. Home
  2. Data & Databases
  3. Query Languages
  4. Object-Oriented
  5. Array Wrappers