All Projects → LaravelFreelancerNL → laravel-arangodb

LaravelFreelancerNL / laravel-arangodb

Licence: MIT license
ArangoDB driver for Laravel

Programming Languages

PHP
23972 projects - #3 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to laravel-arangodb

Pyarango
Python Driver for ArangoDB with built-in validation
Stars: ✭ 183 (+325.58%)
Mutual labels:  graph-database, arangodb
Eloquent Builder
Provides an advanced filter for Laravel or Lumen model.
Stars: ✭ 264 (+513.95%)
Mutual labels:  eloquent, query-builder
Arangodb
🥑 ArangoDB is a native multi-model database with flexible data models for documents, graphs, and key-values. Build high performance applications using a convenient SQL-like query language or JavaScript extensions.
Stars: ✭ 11,880 (+27527.91%)
Mutual labels:  graph-database, arangodb
Elasticsearch
The missing elasticsearch ORM for Laravel, Lumen and Native php applications
Stars: ✭ 375 (+772.09%)
Mutual labels:  eloquent, query-builder
Querybuilderparser
A simple to use query builder for the jQuery QueryBuilder plugin for use with Laravel.
Stars: ✭ 126 (+193.02%)
Mutual labels:  eloquent, query-builder
laravel-query-inspector
The missing laravel helper that allows you to inspect your eloquent queries with it's bind parameters
Stars: ✭ 59 (+37.21%)
Mutual labels:  eloquent, query-builder
Datatable
Modular server side Datatable package for Laravel 5 for various client side table plugins
Stars: ✭ 52 (+20.93%)
Mutual labels:  eloquent, query-builder
Laravel Eloquent Query Cache
Adding cache on your Laravel Eloquent queries' results is now a breeze.
Stars: ✭ 529 (+1130.23%)
Mutual labels:  eloquent, query-builder
Pecee Pixie
Lightweight, easy-to-use querybuilder for PHP inspired by Laravel Eloquent - but with less overhead.
Stars: ✭ 19 (-55.81%)
Mutual labels:  eloquent, query-builder
docs
Source code of the ArangoDB online documentation
Stars: ✭ 18 (-58.14%)
Mutual labels:  graph-database, arangodb
query-filter
🔍 Database/Eloquent Query Builder filters for Laravel
Stars: ✭ 69 (+60.47%)
Mutual labels:  eloquent, query-builder
simplegraphdb
Basic Golang implementation of a Triple Store. Built to learn the Golang language before an internship.
Stars: ✭ 17 (-60.47%)
Mutual labels:  graph-database
loopback-connector-arangodb
LoopBack connector for ArangoDB
Stars: ✭ 20 (-53.49%)
Mutual labels:  arangodb
aql
asyncio query generator
Stars: ✭ 33 (-23.26%)
Mutual labels:  query-builder
graphql-arangodb
A query translation layer from GraphQL to ArangoDB's AQL query language. Reduce the number of DB queries per GraphQL operation.
Stars: ✭ 26 (-39.53%)
Mutual labels:  arangodb
gql-query-builder
This is a GraphQL query builder.
Stars: ✭ 30 (-30.23%)
Mutual labels:  query-builder
kafka-connect-arangodb
🥑 Kafka connect sink connector for ArangoDB
Stars: ✭ 22 (-48.84%)
Mutual labels:  arangodb
Cypher.js
Cypher graph database for Javascript
Stars: ✭ 30 (-30.23%)
Mutual labels:  graph-database
vue-query-builder
A Vue-Query-Builder
Stars: ✭ 71 (+65.12%)
Mutual labels:  query-builder
python-arango
Python Driver for ArangoDB
Stars: ✭ 407 (+846.51%)
Mutual labels:  arangodb

Aranguent

Github CI tests Scrutinizer Code Quality Code Coverage Latest Version Total Downloads License

ArangoDB driver for Laravel
The unguent between the ArangoDB and Laravel

The goal is to create a drop-in ArangoDB replacement for Laravel's database, migrations and model handling.

This package is in development; use at your own peril.

Installation

You may use composer to install Aranguent:

composer require laravel-freelancer-nl/aranguent

Version compatibility

Laravel ArangoDB PHP Aranguent
^8.0 and ^9.0 ^3.7 ^8.0 ^0.13

Documentation

  1. Connect to ArangoDB: set up a connection
  2. Converting from SQL databases to ArangoDB:
  3. Migrations: migration conversion and commands
  4. Eloquent relationships: supported relationships
  5. Query Builder: supported functions
  6. Selecting JSON data: how to select subsets of documents.
  7. ArangoSearch: searching views
  8. Transactions: how to set up ArangoDB transactions
  9. FluentAQL: Use the AQL query builder directly
  10. Testing: testing your project with Aranguent.
  11. Compatibility list: overview of DB related compatible methods.

Related packages

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].