2017 © Pedro Peláez
 

library multicraft-api

image

demindo/multicraft-api

  • Friday, August 11, 2017
  • by ronaldvaneede
  • Repository
  • 1 Watchers
  • 0 Stars
  • 120 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 0 Open issues
  • 10 Versions
  • 1 % Grown

The README.md

multicraft-api

Build Status, (*1)

This package is based on the mcprohosting/multicraft-api package., (*2)

This repo is a simple Composer package for the Multicraft API (as there was not one already). Included in this package are a service provider (with a config file) and facade for the Laravel framework (but you are free to simply ignore them if you're not wanting to use Laravel) as well as the Multicraft API class., (*3)

The Multicraft API class was originally written by and is copyright 2010-2012 by xhost.ch GmbH.
Some changes have been made by MCProHosting, and those changes are noted within the file itself.
Some changes have been made by Demindo, and those changes are noted within the file itself., (*4)

Laravel

In your config/app.php add the following provider:, (*5)

Demindo\MulticraftApi\MulticraftApiServiceProvider::class

And in the aliasses add this:, (*6)

'Multicraft' => Demindo\MulticraftApi\Multicraft::class,

Run php artisan vendor:publish --provider="Demindo\MulticraftApi\MulticraftApiServiceProvider" to generate a config/multicraft.php configuration file., (*7)

The Versions

11/08 2017

dev-laravel-5

dev-laravel-5

  Sources   Download

The Requires

  • php >=5.2.0
  • ext-curl *

 

by Connor Peet

05/04 2017

dev-master

9999999-dev

A Multicraft API client

  Sources   Download

MIT

The Requires

  • php >=5.2.0
  • ext-curl *

 

by Connor Peet

laravel multicraft

05/04 2017

1.2.0

1.2.0.0

A Multicraft API client

  Sources   Download

MIT

The Requires

  • php >=5.2.0
  • ext-curl *

 

by Connor Peet

laravel multicraft

05/04 2017

1.1.1

1.1.1.0

A Multicraft API client

  Sources   Download

MIT

The Requires

  • php >=5.2.0
  • ext-curl *

 

by Connor Peet

laravel multicraft

05/04 2017

1.1.0

1.1.0.0

A Multicraft API client

  Sources   Download

MIT

The Requires

  • php >=5.2.0
  • ext-curl *

 

by Connor Peet

laravel multicraft

01/06 2014

1.0.6

1.0.6.0

  Sources   Download

The Requires

  • php >=5.2.0
  • ext-curl *

 

by Connor Peet

24/05 2014

0.0.5

0.0.5.0

  Sources   Download

The Requires

  • php >=5.2.0
  • ext-curl *

 

by Connor Peet

24/05 2014

0.0.3

0.0.3.0

  Sources   Download

The Requires

  • php >=5.2.0
  • ext-curl *

 

by Connor Peet

15/05 2014

0.0.2

0.0.2.0

  Sources   Download

The Requires

  • php >=5.2.0
  • ext-curl *

 

by Connor Peet

14/05 2014

0.0.1

0.0.1.0

  Sources   Download

The Requires

  • php >=5.2.0
  • ext-curl *

 

by xhost.ch