didbot/didbot-api

API for didbot.com
12
Install
composer require didbot/didbot-api
Latest Version:0.2.1
PHP:>=7.0
License:MIT
Last Updated:Apr 15, 2017
Links: GitHub  ·  Packagist
Maintainer: benbjurstrom

didbot-api

Build Status API for didbot.com or a self hosted didbot application.

Installation

Install the package via composer:

composer require didbot/didbot-api

Add the service provider to the config/app.php providers array

// config/app.php
'providers' => [
    ...
    Didbot\DidbotApi\ApiServiceProvider::class
];

Finally add the Didbot\DidbotApi\Traits\HasDids trait to the User model.

use Didbot\DidbotApi\Traits\HasDids;

class User
{
    use HasDids;

    // ...
}

Database

To take advantage of full text search the recommended database is postgresql.

Related Packages

php-tmdb/laravel

Laravel Package for TMDB ( The Movie Database ) API. Provides easy access to the...

53,303 162
cyvelnet/laravel5-fractal

A simple fractal service provider and transformer generator with model attribute...

189,086 79
kavenegar/laravel

laravel 4 and 5 kavenegar integration

350,771 85
pixelpeter/laravel5-woocommerce-api-client

Laravel 5 wrapper for the Woocommerce REST API

105,678 123