2017 © Pedro Peláez
 

package laravel-entity-sync-endpoint

Endpoint that handles syncing of entities

image

ventrec/laravel-entity-sync-endpoint

Endpoint that handles syncing of entities

  • Sunday, October 29, 2017
  • by ventrec
  • Repository
  • 1 Watchers
  • 1 Stars
  • 17 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 1 Open issues
  • 6 Versions
  • 0 % Grown

The README.md

Laravel entity sync client

Latest Version on Packagist Software License Build Status Total Downloads, (*1)

Handles incoming sync requests for the laravel entity sync package., (*2)

Introduction

This is the client package of the laravel entity sync package. The laravel entity sync package syncs entities to the endpoints that this package creates. This package will then handle the data and create, update or delete the entity., (*3)

The structure of your tables should be the same on both the master database and the client database., (*4)

Installation

  1. composer require ventrec/laravel-entity-sync-endpoint
  2. Add Ventrec\LaravelEntitySyncClient\LaravelEntitySyncClientProvider::class to providers in app.php
  3. Publish the config file php artisan vendor:publish --provider="Ventrec\LaravelEntitySyncClient\LaravelEntitySyncClientProvider"
  4. Update the config file
    • Add the entities that you expect to receive requests for. This should be the same entities that you have entered in the master config.
    • Enter an api token that should be used to verify the requests. This should be the same token that was used in the master config.
    • (Optional) Enter a prefix for the api-endpoint. If no prefix is entered, all requests will be sent to /entity-sync

Usage

All models that is used must have protected $guarded = []., (*5)

License

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

The Versions

29/10 2017

dev-master

9999999-dev

Endpoint that handles syncing of entities

  Sources   Download

MIT

The Development Requires

by Runar Jørgensen

29/10 2017

1.0.0

1.0.0.0

Endpoint that handles syncing of entities

  Sources   Download

MIT

The Development Requires

by Runar Jørgensen

17/10 2017

0.1.3

0.1.3.0

Endpoint that handles syncing of entities

  Sources   Download

MIT

by Runar Jørgensen

16/10 2017

0.1.2

0.1.2.0

Endpoint that handles syncing of entities

  Sources   Download

MIT

by Runar Jørgensen

15/10 2017

0.1.1

0.1.1.0

Endpoint that handles syncing of entities

  Sources   Download

MIT

by Runar Jørgensen

15/10 2017

0.1.0

0.1.0.0

Endpoint that handles syncing of entities

  Sources   Download

MIT

by Runar Jørgensen