Skip to content

Commit

Permalink
Merge pull request #226 from dennisameling/add-badges-to-readme
Browse files Browse the repository at this point in the history
Add Packagist badges to README.md
  • Loading branch information
dennisameling authored Oct 12, 2020
2 parents 911e8d0 + be66384 commit 03f1f15
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,18 @@
[![Latest Stable Version](https://poser.pugx.org/mautic/api-library/v)](//packagist.org/packages/mautic/api-library) [![Total Downloads](https://poser.pugx.org/mautic/api-library/downloads)](//packagist.org/packages/mautic/api-library) [![Latest Unstable Version](https://poser.pugx.org/mautic/api-library/v/unstable)](//packagist.org/packages/mautic/api-library) [![License](https://poser.pugx.org/mautic/api-library/license)](//packagist.org/packages/mautic/api-library)

# Using the Mautic API Library

## Requirements
* PHP 7.2 or newer
* cURL support

## Installing the API Library
You can install the API Library with the following command:

```bash
composer require mautic/api-library
```

## Mautic Setup
The API must be enabled in Mautic. Within Mautic, go to the Configuration page (located in the Settings menu) and under API Settings enable
Mautic's API. If you intend on using Basic Authentication, ensure you enable it. You can also choose which OAuth protocol to use here. After saving the configuration, go to the API Credentials page
Expand Down

0 comments on commit 03f1f15

Please sign in to comment.