Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

Eloquent ORM

Eloquent is an ORM which is part of the Laravel framework. When using Eloquent, each database table has a corresponding “Model” that is used to interact with that table. Eloquent models are usually stored in app/Models and extend from Laravel’s model base class Illuminate\Database\Eloquent\Model. In addition to retrieving records from the database table, Eloquent models allow you to insert, update, and delete records from the table as well.

https://github.com/morning-train/wp-database

Database with Illuminate Models, Eloquent and migrations

database eloquent php wordpress wp

Last synced: 10 Nov 2024

https://github.com/erdiko/eloquent

Use the Eloquent ORM from Laravel in your Erdiko app

eloquent erdiko laravel orm

Last synced: 13 Nov 2024

https://github.com/caknoooo/laravel-onion-mvc-architecture

This repository serves as a dedicated space for crafting Laravel Onion templates, adhering to the foundational principles of the Model-View-Controller (MVC) architecture. It is designed to streamline the process of creating organized and scalable web applications

eloquent framework laravel-framework mvc-architecture mysql-database onion-architecture orm-framework php

Last synced: 21 Oct 2024

https://github.com/ging-dev/nette-eloquent

💡 Eloquent Bridge for Nette Framework

eloquent nette nette-extension

Last synced: 10 Oct 2024

https://github.com/grummfy/eloquent-extended-cast-model

This library help you to make more advanced cast to eloquent model.

cast eloquent laravel trait

Last synced: 12 Oct 2024

https://github.com/faustoq/laravel-model-encrypt-fields

Simple crypt / decrypt for Laravel eloquent models fields

eloquent encryption-decryption laravel

Last synced: 13 Oct 2024

https://github.com/roquie/laravel-perpage-resolver

Add a few feature to resolve per_page query parameter globally

eloquent laravel limit paginate pagination perpage

Last synced: 06 Nov 2024

https://github.com/leonzai/laravel

Laravel 6 教程 - 最干货的视频和文档教程。

eloquent laravel laravel5 laravel6 oauth passport

Last synced: 11 Oct 2024

https://github.com/mehedimi/laravel-dynamodb

Laravel DynamoDB is a package for laravel to use dynamodb as a database driver

aws dynamodb eloquent laravel laravel-dynamodb laravel-framework php

Last synced: 14 Oct 2024

https://github.com/al-one/laravel-replace-into

SQL replace into For Laravel

eloquent laravel

Last synced: 13 Oct 2024

https://github.com/halalsoft/laravel-dynamic-column

Provides a trait for Laravel Eloquent/Query builder to handle MariaDB Dynamic Columns

dynamic-columns eloquent laravel mariadb

Last synced: 18 Oct 2024

https://github.com/stayallive/laravel-eloquent-uuid

Generate a UUIDv4 for the primary key or any other attribute on an Eloquent model.

eloquent laravel-package

Last synced: 02 Nov 2024

https://github.com/ardalanamini/laravel-custom-relation

Create your own custom relation for when stock relations aren't enough

custom eloquent laravel relation relationship

Last synced: 27 Oct 2024

https://github.com/martinbean/eloquent-encryptable

Adds encryptable attributes to Eloquent models, for storing sensitive data.

eloquent encryption laravel

Last synced: 27 Sep 2024

https://github.com/recca0120/eloquent-logrotate

laravel eloquent auto create table by daily or weekly or monthly or yearly

daily eloquent laravel logrotate model monthly yearly

Last synced: 20 Oct 2024

https://github.com/stidges/eloquent-factory

Laravel 5 model factories extracted to a separate package

eloquent factory laravel laravel4 php testing

Last synced: 27 Sep 2024

https://github.com/rico-vz/bakker-bartel

Website for Bakery Bartel in Purmerend. Made by a team of 5 students using Laravel, MySQL, HTML/CSS, Tailwind

blade eloquent eloquent-orm laravel laravel9 tailwindcss

Last synced: 11 Oct 2024

https://github.com/rougin/datatables

PHP wrapper for Datatables' server-side.

datatables doctrine eloquent php-library wrapper

Last synced: 11 Oct 2024

https://github.com/sarfraznawaz2005/eventable

Laravel package to easily add event listening capabilities to any model on Create/Update/Delete operations.

eloquent events laravel laravel-5-package model php

Last synced: 05 Nov 2024

https://github.com/kazemmdev/media

Associate files with Eloquent models

audio eloquent images laravel media php upload video

Last synced: 11 Nov 2024

https://github.com/morilog/flexible-repository

Reposiotry Pattern implemention for PHP (inc: Laravel, Symfony, ...)

ddd doctrine eloquent eloquent-orm-models laravel php repository-pattern symfony

Last synced: 24 Oct 2024

https://github.com/vollborn/local-db

LocalDB is a small package to read and write JSON files in a Laravel Eloquent like style.

composer database eloquent json laravel package packagist php php-json

Last synced: 08 Nov 2024

https://github.com/jeckel/eloquent-signature

Add signature check on your Eloquent models

eloquent laravel security signature

Last synced: 12 Oct 2024

https://github.com/zingimmick/laravel-eloquent-tags

Manage tags for Laravel eloquent

eloquent laravel tags

Last synced: 28 Oct 2024

https://github.com/mahmoudmohamedramadan/easy-model

A Laravel package for enjoyably managing database queries.

composer database easy-model eloquent laravel mssql mysql orm pdo sql sqlite sqlserver

Last synced: 19 Oct 2024

https://github.com/khalyomede/laravel-odata-adaptable

Adapt your Eloquent model automatically according to the OData query strings.

eloquent laravel odata odata-query-parser odatav4 query-string

Last synced: 12 Oct 2024

https://github.com/noweh/eloquent-dual-database

Custom Eloquent Builder for dual database (one for READ, and another for WRITE).

eloquent laravel

Last synced: 16 Oct 2024

https://github.com/juniorb2ss/eloquentuuid

Trait to implement UUID in Eloquent ORM

composer eloquent laravel orm uuid

Last synced: 14 Oct 2024

https://github.com/tarkhov/eloquent-validation

Laravel Eloquent model validation rules.

composer database db eloquent laravel orm php validation

Last synced: 13 Oct 2024

https://github.com/pionl/laravel-support-eloquent

Package with small support traits and classes for the Laravel Eloquent models

eloquent html html-cleaner laravel laravel-5-package nullable relational-model trait

Last synced: 11 Oct 2024

https://github.com/alexchasx/laravel-orchid-blog

Blog on Laravel 9.1 with the Orchid admin panel.

admin-panel blog eloquent laravel orchid php php8

Last synced: 12 Nov 2024

https://github.com/qtsolv/laravel-auditors

Record created by, updated by and deleted by on Eloquent models automatically.

eloquent laravel php security

Last synced: 14 Oct 2024

https://github.com/dehsilvadeveloper/laravel10-notification

Uma API feita com Laravel 10 que simula um sistema de notificações, gerenciando informações de notificações por meio de endpoints, sem realmente enviá-las. O propósito é controlar o histórico das notificações, servindo como um projeto de refinamento de habilidades e demonstração de skills.

api docker eloquent laravel laravel10 mysql php php8 rest-api scribe-api-documentation

Last synced: 11 Oct 2024

https://github.com/rdcm/iot-camera-gun

Motion detection with ESP32 AI Thinker Camera

arduino eloquent esp32-cam iot motion-capture motion-detection telegram-bot

Last synced: 26 Oct 2024

https://github.com/unisharp/one-or-fail

Works like laravel `firstOrFail`, but oneOrFail throws exception when getting multiple results.

eloquent laravel

Last synced: 11 Nov 2024

https://github.com/tahrz/doge-mytwitter-task

MyTwitter project

doge eloquent php7

Last synced: 31 Oct 2024

https://github.com/corazzi/sluggable

Automatically create slugs for your Eloquent models by hooking into the creating event

eloquent eloquent-models laravel laravel-5-package php php7

Last synced: 12 Oct 2024

https://github.com/zingimmick/laravel-eloquent-blameable

Track the creator and updater for Laravel eloquent

blameable eloquent laravel

Last synced: 06 Nov 2024

https://github.com/foohx/elasticquent

Maps Laravel Eloquent models to Elasticsearch types

elastic elasticsearch eloquent eloquent-models laravel laravel-framework

Last synced: 29 Sep 2024

https://github.com/zingimmick/laravel-eloquent-images

Manage images for Laravel eloquent

eloquent images laravel

Last synced: 28 Oct 2024

https://github.com/tpenaranda/model-log

A Laravel 5 package to log attributes changes of any of your app models.

attributes changes composer eloquent laravel laravel-5-package laravel5 logger logging model tate track

Last synced: 13 Oct 2024

https://github.com/dehsilvadeveloper/laravel10-falemais

Desafio cujo objetivo é disponibilizar um API que permita a simulação de valores da ligação seguindo regras de planos propostas.

api docker eloquent laravel laravel10 mysql php php8

Last synced: 11 Oct 2024

https://github.com/zingimmick/laravel-eloquent-extensions

Manage extensions for Laravel eloquent

eloquent extensions laravel

Last synced: 10 Oct 2024

https://github.com/patiencemanzen/filtan

Filtan is a powerful Laravel QueryFilter package designed to simplify and enhance the process of filtering Eloquent queries.

composer eloquent laravel php8 symfony

Last synced: 21 Oct 2024

https://github.com/collinsigeh/schoolmp

SchoolMP is a SaaS Application for School Management, Class/Subject Lessons, Examination and Result Management

blade eloquent examination laravel5 mysql php saas-application school-management subject-lessons

Last synced: 11 Oct 2024

https://github.com/harmony-betta/harmony-betta.github.io

Harmony Betta Documentation | Slim 3 with Tinker and Eloquent ORM

eloquent framework harmony orm php-framework

Last synced: 14 Nov 2024

https://github.com/priyankasingh2907/laravel_notes

Sure! Laravel is a popular PHP framework used for web application development. Here’s a concise breakdown of its core components and concepts:

api-rest controllers database-management eloquent faker-library laravel-framework laravel10 middl migration model-view-controller mvc-architecture mvc-framework mvc-pattern php-framework rout view

Last synced: 11 Nov 2024

https://github.com/assembleonline/eloquentsearch

Searching facility to recursively search relations defined in Laravel5 Eloquent ORM

eloquent laravel laravel5 search

Last synced: 13 Oct 2024

https://github.com/ondrejvrto/laravel-visitors

Laravel package that allows you to associate views with Eloquent models and create traffic and statistics.

eloquent laravel laravel-package php php81 visitor-counter

Last synced: 12 Oct 2024

https://github.com/martinbean/eloquent-single-state-marking-store

An Eloquent-backed, single state marking store for Symfony Workflow.

eloquent laravel symfony-workflow

Last synced: 08 Nov 2024

https://github.com/savanihd/laravel-store-json-data-in-database

Laravel Store JSON Data in Database

advanced eloquent json laravel

Last synced: 31 Oct 2024

https://github.com/nenglish7/oreo-session-management

Secure by default, extremely fast, and eloquent session management.

eloquent fast oreo php-library php72 secure-by-default secure-coding session-management

Last synced: 12 Oct 2024

https://github.com/weiwei2694/laravel10-restful-api-inventory-system

Restful Api Inventory System: Laravel 10, Eloquent, MySQL

eloquent laravel10 mysql

Last synced: 11 Nov 2024

https://github.com/foxws/laravel-modelcache

Cache helpers for Laravel Eloquent models

cache eloquent helper laravel models redis

Last synced: 29 Oct 2024

https://github.com/weiwei2694/laravel10-inventory-system

Inventory System: Laravel 10, Bootstrap 5.3, MySQL, Blade Template, Eloquent

blade-template bootstrap eloquent laravel laravel10 mysql

Last synced: 11 Nov 2024

https://github.com/eloqjs/nuxt-collection

The collection for your resources. Made specifically to work with arrays of objects from your API Responses.

array collection eloqjs eloquent javascript laravel module nuxt resources typescript

Last synced: 12 Oct 2024

https://github.com/clayder/validacao-formulario-crud-laravel

Validação de formulário e CRUD com Laravel 5.5

composer eloquent gitflow laravel php twitter-bootstrap

Last synced: 10 Nov 2024

https://github.com/vikkio88/ascoota-api

a-scoota-api, based on slime

api eloquent manager php podcast rest slim3

Last synced: 14 Oct 2024

https://github.com/escolalms/ts-models

TypeScript Models generated from the packages

eloquent laravel typescript

Last synced: 10 Nov 2024

https://github.com/md-aamroni/eloquent

PDO Connection and MySQL Queries in PHP

db-connection eloquent mysql-database pdo-mysql query-builder

Last synced: 15 Oct 2024

https://github.com/peter279k/today-co

Recommend the top 10 adult video every week/day.

eloquent mysql orm php7 python3 silex

Last synced: 23 Oct 2024

https://github.com/robertov8/slim-template

Template para projetos no Slim.

docker eloquent mysql phpmyadmin slim

Last synced: 07 Nov 2024

https://github.com/huubverbeek/query-watcher

A package to watch queries in your Laravel application -- including PHPUnit asserts.

eloquent feature-testing laravel phpunit queries

Last synced: 10 Oct 2024

https://github.com/melihovv/eloquent-presence-verifier

Perform presence verification through eloquent Model class instead of DB facade

eloquent laravel presence-verification

Last synced: 08 Nov 2024

https://github.com/makgr/pizzas

Pizza odering website

eloquent js laravel mysql pizza-order

Last synced: 09 Nov 2024

https://github.com/4513/laravel-properties

Prices and Measurement properties for Laravel and Eloquent. Calculations, conversions, comparing, storing, retrieving, validating.

comparison currency currency-converter currency-exchange-rates database eloquent exchange-rates formatter iso4217 laravel measurement metric price price-comparison printer vat vat-rates

Last synced: 24 Oct 2024

https://github.com/corazzi/eloquest

Eloquest provides a simple way to query your Eloquent models based on request parameters

eloquent eloquent-models laravel laravel-5-package php php7

Last synced: 03 Nov 2024

https://github.com/dehsilvadeveloper/laravel10-pagamento-simplificado

Desafio cujo objetivo é disponibilizar uma API que permita realizar transferência de dinheiro entre 2 usuários seguindo as regras propostas.

api docker docker-compose eloquent laravel laravel10 mysql payments php php8 transfer

Last synced: 31 Oct 2024

https://github.com/emmadonjo/laravel-filter

Laravel Filter is a laravel package to easily add filtering to your eloquent queries.

eloquent laravel php

Last synced: 09 Oct 2024

https://github.com/payter/has-column-many

Coma separated IDs, JSON and PHP Serialized relationships for Laravel Eloquent models

eloquent eloquent-database eloquent-models eloquent-orm eloquent-relations eloquent-relationships laravel php

Last synced: 09 Nov 2024

https://github.com/claudio-code/systemseriescontrol

Criado um sistema de cadastro de series com laravel

eloquent laravel laravelmix myql php

Last synced: 05 Nov 2024

https://github.com/artisanweblab/spatial

Spatial package (PostgreSQL, PostGIS, MySQL, MariaDB) for Laravel Framework

eloquent laravel mariadb mysql pgsql postgis postgresql spatial

Last synced: 10 Oct 2024

https://github.com/amadeusdelfino/ventriloquist

Ventríloquo aims to provide a user-friendly and functional interface for complex database queries in the Laravel framework

eloquent json laravel php query relations select

Last synced: 21 Oct 2024

https://github.com/wgtsantos/crud_php_laravel

CRUD criado com Laravel com permissões de acesso - Usuário Comum e Administrador

blade-template eloquent javascript laravel-framework php8

Last synced: 14 Nov 2024

https://github.com/yannx79/travel-booking-api

This project is a web API for a travel booking system using Laravel version 11. It will allow users to interact with travel data and functionalities.

apache api authentication authorization eloquent laravel mysql php sanctum testing

Last synced: 13 Nov 2024

https://github.com/napestershine/rideshare

A boiler plate start project in Lumen with oauth integration and API security and swagger docs and test cases.

api docs eloquent laravel lumen oauth2 php phpunit security swagger tdd

Last synced: 14 Oct 2024

https://github.com/kekalainen/eloquent-concurrency

Race condition workarounds for concurrent *OrCreate method calls.

concurrency eloquent laravel

Last synced: 11 Nov 2024

https://github.com/hrithiqball/transtrack-system

Project to fulfill CSC577 - Software Engineering Theories & Principles

eloquent inertiajs laravel mysql oop php tailwindcss typescript vuejs

Last synced: 15 Oct 2024

https://github.com/curder/laravel-relationships-demo

Laravel 模型关联关系演示

eloquent laravel relationships

Last synced: 12 Nov 2024

https://github.com/ajcastro/laravel-custom-insert-model

Laravel model extension for custom-insert ids.

custom-insert-id eloquent laravel model

Last synced: 20 Oct 2024

https://github.com/likesistemas/eloquent-external

Usando o Eloquent sem nenhuma dependecia com o Laravel Framework.

eloquent eloquent-orm laravel-framework

Last synced: 31 Oct 2024

Eloquent ORM Awesome Lists
Eloquent ORM Categories