Skip to content

abdyfranco/makerbot-php

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

MakerBot Replicator PHP SDK

Provides a wrapper class for communicating with MakerBot Replicator printers through JSON-RPC.

<?php

use Makerbot\Replicator;

$Replicator = new Replicator('192.168.1.100');

$Replicator->authenticate(); // Press the knob on the printer to authorize
$Replicator->loadFilament();
sleep(5);
$Replicator->stopFilament();

Requirements

PHP 7.1+. Other than that, this library has no external requirements.

Installation

You can install this library via Composer.

$ composer require abdyfranco/makerbot

License

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

About

A wrapper class for communicating with MakerBot Replicator printers through JSON-RPC

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages