awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
sleimanx2 avatar

sleimanx2/plastic

0
View on GitHub↗
507 stars·106 forks·PHP·MIT·5 views

Plastic

Plastic is an Elasticsearch ODM and mapper for Laravel. It renders the developer experience more enjoyable while using Elasticsearch, by providing a fluent syntax for mapping, querying, and storing eloquent models.

Features

  • Search - Maps and searches Elasticsearch fluently.

Star history

Star history chart for sleimanx2/plasticStar history chart for sleimanx2/plastic

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Open-source alternatives to Plastic

Similar open-source projects, ranked by how many features they share with Plastic.
  • algolia/algoliasearch-laravelalgolia avatar

    algolia/algoliasearch-laravel

    238View on GitHub↗

    Deprecated We now recommend using Laravel Scout, see =>

    PHP
    View on GitHub↗238
  • ankane/searchkickankane avatar

    ankane/searchkick

    6,717View on GitHub↗

    Searchkick is an integration library and wrapper that connects application models to search engines such as Elasticsearch and OpenSearch. It functions as a search index synchronizer, automatically mirroring database records to a search server to enable full-text and vector retrieval. The project provides a high-level interface for implementing keyword search, semantic vector search, and hybrid search. It distinguishes itself through the ability to combine traditional keyword matching with vector embeddings using reranking and fusion techniques to improve precision. The library covers the end

    Ruby
    View on GitHub↗6,717
  • django-es/django-elasticsearch-dsldjango-es avatar

    django-es/django-elasticsearch-dsl

    1,057View on GitHub↗

    This is a package that allows indexing of django models in elasticsearch with elasticsearch-dsl-py.

    Python
    View on GitHub↗1,057
  • activerecord-hackery/ransackactiverecord-hackery avatar

    activerecord-hackery/ransack

    5,864View on GitHub↗

    Ransack is an object-based search library for Active Record models that provides a form-driven framework for building database queries. It generates query conditions from user input through a configurable predicate system, allowing developers to filter records using simple or advanced criteria without writing SQL or relying on external dependencies. The library distinguishes itself through its predicate-based query construction, where search methods are dynamically generated from model attribute names and predicate suffixes at runtime. It wraps search parameters into a dedicated form object t

    Ruby
    View on GitHub↗5,864
See all 24 alternatives to Plastic→

Frequently asked questions

What does sleimanx2/plastic do?

Plastic is an Elasticsearch ODM and mapper for Laravel. It renders the developer experience more enjoyable while using Elasticsearch, by providing a fluent syntax for mapping, querying, and storing eloquent models.

What are the main features of sleimanx2/plastic?

The main features of sleimanx2/plastic are: Search.

What are some open-source alternatives to sleimanx2/plastic?

Open-source alternatives to sleimanx2/plastic include: algolia/algoliasearch-laravel — [Deprecated] We now recommend using Laravel Scout, see =>. ankane/searchkick — Searchkick is an integration library and wrapper that connects application models to search engines such as… django-es/django-elasticsearch-dsl — This is a package that allows indexing of django models in elasticsearch with elasticsearch-dsl-py. django-haystack/django-haystack — Django Haystack is a search abstraction layer and framework for integrating full-text search into Django applications.… elastic/elasticsearch-ruby — Ruby integrations for Elasticsearch. activerecord-hackery/ransack — Ransack is an object-based search library for Active Record models that provides a form-driven framework for building…