Skip to content

Commit

Permalink
Added more badges
Browse files Browse the repository at this point in the history
  • Loading branch information
lsolesen committed Feb 24, 2017
1 parent fe2a10b commit 3fd44d4
Showing 1 changed file with 21 additions and 5 deletions.
26 changes: 21 additions & 5 deletions README.markdown
@@ -1,10 +1,11 @@
PHP SDK for EDB-Brugs
--
# PHP SDK for EDB-Brugs

[![Build Status](https://travis-ci.org/vih/edbbrugs-php-sdk.png?branch=master)](https://travis-ci.org/vih/edbbrugs-php-sdk)
[![Build Status](https://travis-ci.org/vih/edbbrugs-php-sdk.png?branch=master)](https://travis-ci.org/vih/edbbrugs-php-sdk) [![Code Coverage](https://scrutinizer-ci.com/g/lsolesen/edbbrugs-php-sdk/badges/coverage.png?b=master)](https://scrutinizer-ci.com/g/lsolesen/edbbrugs-php-sdk/?branch=master) [![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/lsolesen/edbbrugs-php-sdk/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/lsolesen/edbbrugs-php-sdk/?branch=master) [![Latest Stable Version](https://poser.pugx.org/lsolesen/edbbrugs-php-sdk/v/stable)](https://packagist.org/packages/lsolesen/edbbrugs-php-sdk) [![Total Downloads](https://poser.pugx.org/lsolesen/edbbrugs-php-sdk/downloads)](https://packagist.org/packages/lsolesen/edbbrugs-php-sdk) [![License](https://poser.pugx.org/lsolesen/edbbrugs-php-sdk/license)](https://packagist.org/packages/lsolesen/edbbrugs-php-sdk)

PHP 5 SDK to communicate with [De frie skolers EDB-BRUGS](http://edb-brugs.dk).

## Getting started

The service communicates via SOAP to EDB-BRUGS. You are only able to create new registrations which has to manually manipulated and put into the correct courses using the EDB-BRUGS Windows program.

To get access to the service, you need to contact the [support at EDB-BRUGS](http://edb-brugs.dk). You need following information:
Expand All @@ -14,7 +15,22 @@ To get access to the service, you need to contact the [support at EDB-BRUGS](htt
- Password
- School Code

Testing
--
## Installation

### Composer

Simply add a dependency on lsolesen/edbbrugs-php-sdk to your project's `composer.json` file if you use Composer to manage the dependencies of your project. Here is a minimal example of a composer.json file that just defines a dependency on Billy PHP SDK 2.1:

```
{
"require": {
"lsolesen/edbbrugs-php-sdk": "1.0.*"
}
}
```

After running `composer install`, you can take advantage of Composer's autoloader in `vendor/autoload.php`.

## Testing

During testing you need to manually delete the web registrations using the Windows program.

0 comments on commit 3fd44d4

Please sign in to comment.