Download the PHP package offline-agency/laravel-mongo-auto-sync without Composer

On this page you can find all versions of the php package offline-agency/laravel-mongo-auto-sync. 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 laravel-mongo-auto-sync

Laravel MongoDB Relationships

Latest Stable Version Total Downloads Build Status Quality Score StyleCI codecov

This package provides a better support for MongoDB relationships in Laravel Projects. At low level all CRUD operations has been handled by jenssegers/laravel-mongodb

Installation

Prerequisites

Make sure you have the MongoDB PHP driver installed. You can find installation instructions at http://php.net/manual/en/mongodb.installation.php

Package version Compatibility

This package Laravel Laravel MongoDB
1.x 5.8.x 3.5.x
1.x 6.x 3.6.x
2.x 5.8.x 3.5.x
2.x 6.x 3.6.x
2.x 7.x 3.7.x
2.x 8.x 3.8.x
2.x 9.x 3.9.x
3.x 5.8.x 3.5.x
3.x 6.x 3.6.x
3.x 7.x 3.7.x
3.x 8.x 3.8.x
3.x 9.x 3.9.x

PHP Version Compatibility

Features

Example without our package

The sub document article has not been updated with the new article. So you will need some extra code to write in order to see the new article it in the category page. The number of sync depends on the number of the relationships and on the number of the entry in every single EmbedsMany relationships.

Total updates = ∑ (entry in all EmbedsMany relationships) + ∑ (EmbedsOne relationships)

As you can see the lines of extra code can rapidly increase, and you will write many redundant code.

Example with our package

The sub document article has been updated with the new article, with no need of extra code :tada:

You can see the new article on the category page because the package synchronizes the information for you by reading the Model Setup.

These example can be applied for all write operations on the database.

Use cases

Documentation

You can find the documentation here

Testing

Run this command inside your project's route

Now run the tests with:

Roadmap :rocket:

Contributing

Please see CONTRIBUTING for details.

Security

If you discover any security-related issues, please email [email protected] instead of using the issue tracker.

Credits

About us

Offline Agency is a web design agency based in Padua, Italy. You'll find an overview of our projects on our website.

License

The MIT License (MIT). Please see License File for more information.


All versions of laravel-mongo-auto-sync with dependencies

PHP Build Version
Package Version
Requires php Version >=7.4
ext-json Version *
ext-mongodb Version *
illuminate/support Version ^5.0|^6.0|^7.0|^8.0
illuminate/container Version ^5.0|^6.0|^7.0|^8.0
illuminate/database Version ^5.0|^6.0|^7.0|^8.0
illuminate/events Version ^5.0|^6.0|^7.0|^8.0
jenssegers/mongodb Version ^3.6|^3.7|^3.8
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 offline-agency/laravel-mongo-auto-sync contains the following files

Loading the files please wait ....