Skip to content

Commit ca381a0

Browse files
authored
Add funding.json
1 parent e502dee commit ca381a0

File tree

1 file changed

+96
-0
lines changed

1 file changed

+96
-0
lines changed

web/funding.json

Lines changed: 96 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,96 @@
1+
{
2+
"version": "v1.0.0",
3+
"entity": {
4+
"type": "group",
5+
"role": "maintainer",
6+
"name": "Yii Software",
7+
"email": "[email protected]",
8+
"description": "Our primary goal is to develop and support Yii that is a fast, secure, and efficient PHP framework and a set of reusable libraries. Flexible yet pragmatic. Works right out of the box with reasonable defaults.",
9+
"webpageUrl": {
10+
"url": "https://www.yiiframework.com/"
11+
}
12+
},
13+
"projects": [
14+
{
15+
"guid": "yii-framework",
16+
"name": "Yii framework",
17+
"description": "Yii framework. Versions 1, 2, and 3.",
18+
"webpageUrl": {
19+
"url": "https://www.yiiframework.com/"
20+
},
21+
"repositoryUrl": {
22+
"url": "https://github.com/yiisoft/",
23+
"wellKnown": "https://www.yiiframework.com/funding.json"
24+
},
25+
"licenses": [
26+
"spdx:BSD-3-Clause"
27+
],
28+
"tags": [
29+
"php",
30+
"framework",
31+
"yii",
32+
"database",
33+
"library",
34+
"api"
35+
]
36+
}
37+
],
38+
"funding": {
39+
"channels": [
40+
{
41+
"guid": "opencollective",
42+
"type": "other",
43+
"address": "https://opencollective.com/yiisoft"
44+
}
45+
],
46+
"plans": [
47+
{
48+
"guid": "month-5",
49+
"status": "active",
50+
"name": "Backer",
51+
"amount": 5,
52+
"currency": "USD",
53+
"frequency": "monthly",
54+
"channels": [
55+
"opencollective"
56+
]
57+
},
58+
{
59+
"guid": "month-100",
60+
"status": "active",
61+
"name": "Sponsor",
62+
"amount": 100,
63+
"currency": "USD",
64+
"frequency": "monthly",
65+
"channels": [
66+
"opencollective"
67+
]
68+
},
69+
{
70+
"guid": "onetime",
71+
"status": "active",
72+
"name": "Donation",
73+
"amount": 0,
74+
"currency": "USD",
75+
"frequency": "one-time",
76+
"channels": [
77+
"opencollective"
78+
]
79+
}
80+
],
81+
"history": [
82+
{
83+
"year": 2023,
84+
"income": 44716,
85+
"expenses": 48340,
86+
"currency": "USD"
87+
},
88+
{
89+
"year": 2024,
90+
"income": 26550,
91+
"expenses": 23650,
92+
"currency": "USD"
93+
}
94+
]
95+
}
96+
}

0 commit comments

Comments
 (0)