Skip to content

Commit e827633

Browse files
committed
Add sponsor badges/info
1 parent bc1d6c8 commit e827633

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

.github/FUNDING.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# These are supported funding model platforms
2+
3+
github: [Vectorial1024] # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2]
4+
patreon: # Replace with a single Patreon username
5+
open_collective: # Replace with a single Open Collective username
6+
ko_fi: # Replace with a single Ko-fi username
7+
tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
8+
community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry
9+
liberapay: # Replace with a single Liberapay username
10+
issuehunt: # Replace with a single IssueHunt username
11+
lfx_crowdfunding: # Replace with a single LFX Crowdfunding project-name e.g., cloud-foundry
12+
polar: # Replace with a single Polar username
13+
buy_me_a_coffee: # Replace with a single Buy Me a Coffee username
14+
thanks_dev: # Replace with a single thanks.dev username
15+
custom: # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2']

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
[![PHP Dependency Version][php-version-image]][packagist-url]
66
[![GitHub Actions Workflow Status][php-build-status-image]][github-actions-url]
77
[![GitHub Repo Stars][github-stars-image]][github-repo-url]
8+
[![GitHub Sponsors][github-sponsors-image]][github-sponsors-url]
89

910
This is a modern PHP port of the `google/open-location-code` repository. Please visit https://github.com/google/open-location-code for discussion and up-to-date information about **Open Location Code ("OLC", aka "Plus Code")** itself. This repository only concerns the PHP implementation.
1011

@@ -139,10 +140,12 @@ composer run-script test
139140
[packagist-stats-url]: https://packagist.org/packages/vectorial1024/open-location-code-php/stats
140141
[github-repo-url]: https://github.com/Vectorial1024/open-location-code-php
141142
[github-actions-url]: https://github.com/Vectorial1024/open-location-code-php/actions/workflows/php.yml
143+
[github-sponsors-url]: https://github.com/sponsors/Vectorial1024
142144

143145
[packagist-license-image]: https://img.shields.io/packagist/l/vectorial1024/open-location-code-php?style=plastic
144146
[packagist-version-image]: https://img.shields.io/packagist/v/vectorial1024/open-location-code-php?style=plastic
145147
[packagist-downloads-image]: https://img.shields.io/packagist/dm/vectorial1024/open-location-code-php?style=plastic
146148
[php-version-image]: https://img.shields.io/packagist/dependency-v/vectorial1024/open-location-code-php/php?style=plastic&label=PHP
147149
[php-build-status-image]: https://img.shields.io/github/actions/workflow/status/Vectorial1024/open-location-code-php/php.yml?style=plastic
148150
[github-stars-image]: https://img.shields.io/github/stars/vectorial1024/open-location-code-php
151+
[github-sponsors-image]: https://img.shields.io/github/sponsors/Vectorial1024?style=plastic

0 commit comments

Comments
 (0)