PHPackages                             manulith/sketchfab-php - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. manulith/sketchfab-php

ActiveLibrary[API Development](/categories/api)

manulith/sketchfab-php
======================

A Laravel package for uploading 3D objects to the Sketchfab API.

v0.1.0(11y ago)1981[1 issues](https://github.com/manulith/sketchfab-php/issues)MITPHPPHP &gt;=5.4.0

Since Jul 14Pushed 9y ago2 watchersCompare

[ Source](https://github.com/manulith/sketchfab-php)[ Packagist](https://packagist.org/packages/manulith/sketchfab-php)[ Docs](https://manulith.com)[ RSS](/packages/manulith-sketchfab-php/feed)WikiDiscussions master Synced today

READMEChangelog (1)Dependencies (1)Versions (2)Used By (0)

Sketchfab PHP
=============

[](#sketchfab-php)

This is a Laravel package for uploading 3D objects to the Sketchfab API.

Installation
------------

[](#installation)

1. Add `"manulith/sketchfab-php": "dev-master"` to **composer.json**.
2. Run `composer update`
3. Publish your config

```
$ php artisan vendor:publish"

```

Then, set your API key in `config/sketchfab.php`

Usage
-----

[](#usage)

### Upload an object

[](#upload-an-object)

Simple:

```
