awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 dépôt

Awesome GitHub RepositoriesFluent Array Wrappers

Working with arrays and objects using a fluent, chainable API similar to Laravel Collections.

Distinct from Array Manipulation Utilities: Distinct from Array Manipulation Utilities: provides a fluent, chainable interface rather than standalone utility functions.

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

Awesome Fluent Array Wrappers GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • ecrmnn/collect.jsAvatar de ecrmnn

    ecrmnn/collect.js

    6,571Voir sur GitHub↗

    collect.js is a dependency-free JavaScript library that provides a fluent, chainable interface for manipulating arrays and objects. It mirrors the Laravel Collection API, offering a consistent set of methods for data transformation across JavaScript and Laravel backend environments. The library stores collection data as plain arrays internally and supports fluent method chaining, where each method returns a new collection instance. The library distinguishes itself by closely replicating the Laravel Collection API in JavaScript, mapping each PHP method to an equivalent JavaScript implementatio

    Provides a fluent, chainable API for manipulating arrays and objects, mirroring Laravel Collections.

    JavaScriptcollectionlaravellaravel-collections
    Voir sur GitHub↗6,571
  1. Home
  2. Data & Databases
  3. Array Manipulation Utilities
  4. Fluent Array Wrappers