Skip to content

Commit 9b02f78

Browse files
committed
add funding.json
1 parent 2597ac5 commit 9b02f78

1 file changed

Lines changed: 64 additions & 0 deletions

File tree

website/static/funding.json

Lines changed: 64 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,64 @@
1+
2+
{
3+
"version": "v1.0.0",
4+
"entity": {
5+
"type": "organisation",
6+
"role": "maintainer",
7+
"name": "phpseclib",
8+
"email": "terrafrost@php.net",
9+
"description": "PHP Secure Communications Library - Pure-PHP implementations of RSA, AES, SSH2, SFTP, X.509 etc.",
10+
"webpageUrl": {
11+
"url": "https://phpseclib.com/"
12+
}
13+
},
14+
"projects": [
15+
{
16+
"guid": "phpseclib",
17+
"name": "phpseclib",
18+
"description": "PHP Secure Communications Library - Pure-PHP implementations of RSA, AES, SSH2, SFTP, X.509 etc.",
19+
"webpageUrl": {
20+
"url": "https://phpseclib.com/"
21+
},
22+
"repositoryUrl": {
23+
"url": "https://github.com/phpseclib/phpseclib"
24+
},
25+
"licenses": [
26+
"MIT"
27+
],
28+
"tags": [
29+
"security",
30+
"cryptography",
31+
"ssh",
32+
"sftp",
33+
"asn1",
34+
"x509",
35+
"cms",
36+
"crl",
37+
"pfx",
38+
"csr"
39+
]
40+
}
41+
],
42+
"funding": {
43+
"channels": [
44+
{
45+
"guid": "github-sponsors",
46+
"type": "payment-provider",
47+
"address": "https://github.com/sponsors/phpseclib",
48+
"description": "Payments up to $12,000 USD per month can be made via Github Sponsors."
49+
}
50+
],
51+
"plans": [
52+
{
53+
"guid": "developer-time",
54+
"status": "active",
55+
"name": "Developer compensation",
56+
"description": "This compensates the developers working on the project.",
57+
"amount": 0,
58+
"currency": "USD",
59+
"frequency": "monthly",
60+
"channels": ["github-sponsors"]
61+
}
62+
]
63+
}
64+
}

0 commit comments

Comments
 (0)