PHPackages                             bcartfall/autodesk-core - 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. bcartfall/autodesk-core

ActiveLibrary[API Development](/categories/api)

bcartfall/autodesk-core
=======================

1.0.5(1y ago)0557↓100%11Apache-2.0PHPPHP &gt;=5.4

Since Apr 2Pushed 1y agoCompare

[ Source](https://github.com/bcartfall/core-php-client)[ Packagist](https://packagist.org/packages/bcartfall/autodesk-core)[ Docs](https://github.com/Autodesk-Forge/php-core-sdk)[ RSS](/packages/bcartfall-autodesk-core/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (3)Versions (7)Used By (1)

Core Component (internal)
=========================

[](#core-component-internal)

Requirements
------------

[](#requirements)

PHP 5.4.0 and later

Installation &amp; Usage
------------------------

[](#installation--usage)

### Composer

[](#composer)

To install the bindings via [Composer](http://getcomposer.org/) run:

```
composer require autodesk/core

```

### Manual Installation

[](#manual-installation)

Download the files and include `autoload.php`:

```
require_once('/path/to/AutodeskCore/autoload.php');
```

Tests
-----

[](#tests)

To run the unit tests:

```
composer install
./vendor/bin/phpunit

```

Getting Started
---------------

[](#getting-started)

Please follow the [installation procedure](#installation--usage) and then run the following:

### Two legged

[](#two-legged)

```
