Libraries tagged by wodel
nolanos/laravel-doctrine-factory
47136 Downloads
Generate Typescript definitions for your Eloquent models
nlpcloud/nlpcloud-client
17090 Downloads
NLP Cloud serves high performance pre-trained or custom models for NER, sentiment-analysis, classification, summarization, paraphrasing, grammar and spelling correction, keywords and keyphrases extraction, chatbot, product description and ad generation, intent classification, text generation, image generation, code generation, question answering, automatic speech recognition, machine translation, language detection, semantic search, semantic similarity, tokenization, POS tagging, speech synthesis, embeddings, and dependency parsing. It is ready for production, served through a REST API. This is the PHP client for the API. More details here: https://nlpcloud.com. Documentation: https://docs.nlpcloud.com. Github: https://github.com/nlpcloud/nlpcloud-php
ninoman/laravel-sortable
23065 Downloads
Simple package to add sorting functionality to your Laravel models.
namoshek/laravel-scout-database
63872 Downloads
A generic Laravel Scout driver which performs full-text search on indexed model data using an SQL database as storage backend. Indexed data is stored in normalized form, allowing efficient search.
nabilhassen/laravel-usage-limiter
915 Downloads
A laravel package to manage and limit usages/seats by plan, users, or other models
n1215/eloquent-bulk-save
18228 Downloads
bulk insert multiple records using Eloquent Model.
mpociot/laravel-firebase-sync
152614 Downloads
Synchronize your Eloquent models with a Firebase realtime database.
mozex/laravel-scout-bulk-actions
15664 Downloads
A Laravel Scout extension for bulk importing and flushing of all models.
mootensai/yii2-uuid-behavior
170724 Downloads
Set UUID before save on Yii 2 models
memio/pretty-printer
308002 Downloads
Memio's PrettyPrinter, used to generate PHP code from given Model
mathieutu/laravel-json-syncer
31107 Downloads
Export and import your Eloquent models to/from JSON
mateffy/laravel-codebase-mcp
656 Downloads
An MCP server to give Cursor, Aider, etc. the ability to introspect your Laravel codebase directly, by querying for your models, views, routes and classes without raw file search.
lychee-org/nestedset
196558 Downloads
Nested Set Model for Laravel 10.0 and up (fork with patches for Lychee)
liberu-genealogy/laravel-gedcom
2456 Downloads
A package that converts gedcom files to Eloquent models
laxity7/yii2-json-field
73245 Downloads
Behavior that convert array to JSON before save data in model, and also convert JSON to an array after saving and retrieving data