Skip to content

Commit

Permalink
Add README.md and badges
Browse files Browse the repository at this point in the history
  • Loading branch information
xunto committed Nov 19, 2016
1 parent 94de295 commit 3c8aab4
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
Alfresco-Control
=============

[![Coverage Status](https://coveralls.io/repos/github/xunto/alfresco-control/badge.svg?branch=travis_configuration)](https://coveralls.io/github/xunto/alfresco-control?branch=travis_configuration)

##Description
Simple alfresco api wrapper created for personal use. Only process creating and fetching
are currently supported. I do not guarantee further development but I accept pull requests.

##Requirements
- php: >=5.6.0,
- guzzle: ^6.2

##Installation
```
composer require xunto/alfresco-control
```
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"version": "0.0.1",
"type": "library",
"license": "MIT",
"description": "Simple alfresco api wrapper.",
"authors": [
{
"name": "xunto",
Expand Down

0 comments on commit 3c8aab4

Please sign in to comment.