Download the PHP package laravel-freelancer-nl/aranguent without Composer

On this page you can find all versions of the php package laravel-freelancer-nl/aranguent. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package aranguent

Aranguent

![Github CI tests](https://github.com/LaravelFreelancerNL/laravel-arangodb/workflows/CI%20tests/badge.svg?branch=next) [![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/LaravelFreelancerNL/laravel-arangodb/badges/quality-score.png?b=next)](https://scrutinizer-ci.com/g/LaravelFreelancerNL/laravel-arangodb/?branch=next) [![Code Coverage](https://scrutinizer-ci.com/g/LaravelFreelancerNL/laravel-arangodb/badges/coverage.png?b=next)](https://scrutinizer-ci.com/g/LaravelFreelancerNL/laravel-arangodb/?b=next) Latest Version Total Downloads License [ArangoDB](https://www.arangodb.com) driver for [Laravel](https://laravel.com) 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

This driver is currently in the v1 beta stage. To install it make sure that the minimum stability is set to beta or lower, and that prefer-stable is set to false in composer.json:

You may then use composer to install Aranguent:

Version compatibility

Laravel ArangoDB PHP Aranguent
^8.0 and ^9.0 ^3.7 ^8.0 ^0.13
^11.0 ^3.11 ^8.2 ^1.0.0

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. 11) Secondary database: using ArangoDB as your secondary database.

Related packages


All versions of aranguent with dependencies

PHP Build Version
Package Version
Requires php Version ^8.2
ext-json Version *
composer/composer Version ^2.7.0
laravel-freelancer-nl/arangodb-php-client Version ^2.3.0
laravel-freelancer-nl/fluentaql Version ^2.0
laravel/framework Version ^11.0
spatie/laravel-data Version ^4.4.0
stevebauman/unfinalize Version ^2.1
vlucas/phpdotenv Version ^5.4
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package laravel-freelancer-nl/aranguent contains the following files

Loading the files please wait ....