PHPackages                             thigas88/alfresco-api-php-client - 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. thigas88/alfresco-api-php-client

ActiveLibrary[API Development](/categories/api)

thigas88/alfresco-api-php-client
================================

A PHP library for Alfresco API

18PHP

Since Feb 14Pushed 2y agoCompare

[ Source](https://github.com/thigas88/alfresco-api-php-client)[ Packagist](https://packagist.org/packages/thigas88/alfresco-api-php-client)[ RSS](/packages/thigas88-alfresco-api-php-client/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Alfresco API
============

[](#alfresco-api)

This project is a fork from rhuanbarreto/alfresco-api-php-client with some improvements

**API** Provides access to the features of Alfresco Content Services.

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

[](#requirements)

PHP 5.4.0 and later

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

[](#installation--usage)

### Composer

[](#composer)

To install the bindings via [Composer](http://getcomposer.org/), add the following to `composer.json`:

```
{
  "require": {
    "thigas88/alfresco-api-php-client": "@dev"
  }
}

```

Then run `composer install`

Or run `composer require thigas88/alfresco-api-php-client`

### Manual Installation

[](#manual-installation)

Download the files and include `autoload.php`:

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

Tests
-----

[](#tests)

To run the unit tests:

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

```

Getting Started - Core API
--------------------------

[](#getting-started---core-api)

Please follow the [installation procedure](#installation--usage) and then run the following for using the ***CORE API***:

```
