2017 © Pedro Peláez
 

library didbot-api

API for didbot.com

image

didbot/didbot-api

API for didbot.com

  • Saturday, April 15, 2017
  • by benbjurstrom
  • Repository
  • 1 Watchers
  • 0 Stars
  • 11 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 5 Versions
  • 0 % Grown

The README.md

didbot-api

Build Status API for didbot.com or a self hosted didbot application., (*1)

Installation

Install the package via composer:, (*2)

composer require didbot/didbot-api

Add the service provider to the config/app.php providers array, (*3)

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

Finally add the Didbot\DidbotApi\Traits\HasDids trait to the User model., (*4)

use Didbot\DidbotApi\Traits\HasDids;

class User
{
    use HasDids;

    // ...
}

Database

To take advantage of full text search the recommended database is postgresql., (*5)

The Versions

30/11 2016

0.2.1

0.2.1.0 https://github.com/didbot/didbot-api

API for didbot.com

  Sources   Download

MIT

The Requires

 

The Development Requires

by Ben Bjurstrom

laravel api task tracker didbot

28/11 2016

0.2.0

0.2.0.0 https://github.com/didbot/didbot-api

API for didbot.com

  Sources   Download

MIT

The Requires

 

The Development Requires

by Ben Bjurstrom

laravel api task tracker didbot

21/11 2016

0.1.1

0.1.1.0 https://github.com/didbot/didbot-api

API for didbot.com

  Sources   Download

MIT

The Requires

 

The Development Requires

by Ben Bjurstrom

laravel api task tracker didbot

21/11 2016

0.1.0

0.1.0.0 https://github.com/didbot/didbot-api

API for didbot.com

  Sources   Download

MIT

The Requires

 

The Development Requires

by Ben Bjurstrom

laravel api task tracker didbot