-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #29 from acelaya-forks/feature/docs
Feature/docs
- Loading branch information
Showing
20 changed files
with
838 additions
and
266 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
docs export-ignore | ||
test export-ignore | ||
test-integration export-ignore | ||
.github export-ignore | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
# Shlink PHP SDK | ||
|
||
[![Build Status](https://img.shields.io/github/workflow/status/shlinkio/shlink-php-sdk/Continuous%20integration/main?logo=github&style=flat-square)](https://github.com/shlinkio/shlink-php-sdk/actions?query=workflow%3A%22Continuous+integration%22) | ||
[![Code Coverage](https://img.shields.io/codecov/c/gh/shlinkio/shlink-php-sdk/main?style=flat-square)](https://app.codecov.io/gh/shlinkio/shlink-php-sdk) | ||
[![Infection MSI](https://img.shields.io/endpoint?style=flat-square&url=https%3A%2F%2Fbadge-api.stryker-mutator.io%2Fgithub.com%2Fshlinkio%2Fshlink-php-sdk%2Fmain)](https://dashboard.stryker-mutator.io/reports/github.com/shlinkio/shlink-php-sdk/main) | ||
[![Latest Stable Version](https://img.shields.io/github/release/shlinkio/shlink-php-sdk.svg?style=flat-square)](https://packagist.org/packages/shlinkio/shlink-php-sdk) | ||
[![License](https://img.shields.io/github/license/shlinkio/shlink-php-sdk.svg?style=flat-square)](https://github.com/shlinkio/shlink-php-sdk/blob/main/LICENSE) | ||
[![Paypal donate](https://img.shields.io/badge/Donate-paypal-blue.svg?style=flat-square&logo=paypal&colorA=aaaaaa)](https://slnk.to/donate) | ||
|
||
A PHP SDK to consume [Shlink](https://shlink.io)'s REST API in a very convenient and robust way. | ||
|
||
* Very expressive API. | ||
* Decoupled from implementations. Depending only on PSR-17 and PSR-18 interfaces. | ||
* Dependency injection. Every service can be composed out of a set of pieces. | ||
* Statically typed and immutable DTOs, with meaningful named constructors. | ||
* Generator-based iterable collections, to abstract pagination and reduce resource consumption. | ||
* Error handling via contextual exceptions. | ||
* Extensively tested. Unit tests, integration tests and mutation testing. | ||
|
||
## Installation | ||
|
||
Install the SDK with composer. | ||
|
||
composer install shlinkio/shlink-php-sdk |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
- [Home](/) | ||
- **Basic** | ||
- [Getting started](/basic/getting-started) | ||
- [Configuration](/basic/configuration) | ||
- [Shlink "clients"](/basic/shlink-clients) | ||
- **Contexts** | ||
- [Short URLs](/contexts/short-urls) | ||
- [Visits](/contexts/visits) | ||
- [Tags](/contexts/tags) | ||
- [Domains](/contexts/domains) | ||
- **Extra** | ||
- [Error handling](/extra/error-handling) | ||
- [Debugging](/extra/debugging) | ||
|
||
--- | ||
|
||
- [Changelog](/changelog) | ||
- [:octocat: Fork me on GitHub](https://github.com/shlinkio/shlink-php-sdk/) |
Oops, something went wrong.