Skip to content

Commit 4a6d458

Browse files
authored
Merge pull request #245 from PHPJasper/master
Sync with master branch
2 parents 7dfffb7 + f004a78 commit 4a6d458

File tree

2 files changed

+159
-2
lines changed

2 files changed

+159
-2
lines changed

.all-contributorsrc

Lines changed: 125 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,125 @@
1+
{
2+
"files": [
3+
"README.md"
4+
],
5+
"imageSize": 100,
6+
"commit": false,
7+
"contributors": [
8+
{
9+
"login": "geekcom",
10+
"name": "Daniel Rodrigues",
11+
"avatar_url": "https://avatars2.githubusercontent.com/u/3955933?v=4",
12+
"profile": "https://twitter.com/geekcom2",
13+
"contributions": [
14+
"infra",
15+
"maintenance",
16+
"code"
17+
]
18+
},
19+
{
20+
"login": "lavela",
21+
"name": "Leandro Bitencourt",
22+
"avatar_url": "https://avatars2.githubusercontent.com/u/13982234?v=4",
23+
"profile": "http://www.leandrobitencourt.com.br",
24+
"contributions": [
25+
"code"
26+
]
27+
},
28+
{
29+
"login": "vitormattos",
30+
"name": "Vitor Mattos",
31+
"avatar_url": "https://avatars3.githubusercontent.com/u/1079143?v=4",
32+
"profile": "https://github.com/vitormattos",
33+
"contributions": [
34+
"code"
35+
]
36+
},
37+
{
38+
"login": "rafaelqueiroz",
39+
"name": "Rafael Queiroz",
40+
"avatar_url": "https://avatars0.githubusercontent.com/u/275919?v=4",
41+
"profile": "https://github.com/rafaelqueiroz",
42+
"contributions": [
43+
"code"
44+
]
45+
},
46+
{
47+
"login": "dbould",
48+
"name": "Dave Bould",
49+
"avatar_url": "https://avatars0.githubusercontent.com/u/5477476?v=4",
50+
"profile": "http://dave.codes",
51+
"contributions": [
52+
"code"
53+
]
54+
},
55+
{
56+
"login": "ThiagoAlves31",
57+
"name": "ThiagoAlves31",
58+
"avatar_url": "https://avatars1.githubusercontent.com/u/32931011?v=4",
59+
"profile": "https://github.com/ThiagoAlves31",
60+
"contributions": [
61+
"code"
62+
]
63+
},
64+
{
65+
"login": "jadsonbr",
66+
"name": "Jadson Ribeiro",
67+
"avatar_url": "https://avatars3.githubusercontent.com/u/10354607?v=4",
68+
"profile": "http://www.jadsonbr.com.br",
69+
"contributions": [
70+
"code"
71+
]
72+
},
73+
{
74+
"login": "boaglio",
75+
"name": "Fernando Boaglio",
76+
"avatar_url": "https://avatars0.githubusercontent.com/u/6140?v=4",
77+
"profile": "http://www.boaglio.com",
78+
"contributions": [
79+
"code"
80+
]
81+
},
82+
{
83+
"login": "xRahul",
84+
"name": "Rahul Jain",
85+
"avatar_url": "https://avatars3.githubusercontent.com/u/1639945?v=4",
86+
"profile": "https://rahulja.in",
87+
"contributions": [
88+
"code"
89+
]
90+
},
91+
{
92+
"login": "lecneri",
93+
"name": "Luiz Eduardo",
94+
"avatar_url": "https://avatars2.githubusercontent.com/u/431453?v=4",
95+
"profile": "https://github.com/lecneri",
96+
"contributions": [
97+
"code"
98+
]
99+
},
100+
{
101+
"login": "davidribeiro",
102+
"name": "David Ribeiro",
103+
"avatar_url": "https://avatars0.githubusercontent.com/u/11426456?v=4",
104+
"profile": "https://github.com/davidribeiro",
105+
"contributions": [
106+
"code"
107+
]
108+
},
109+
{
110+
"login": "allenjd3",
111+
"name": "James Allen",
112+
"avatar_url": "https://avatars3.githubusercontent.com/u/8092154?v=4",
113+
"profile": "https://allenjd3.github.io",
114+
"contributions": [
115+
"code"
116+
]
117+
}
118+
],
119+
"contributorsPerLine": 7,
120+
"projectName": "phpjasper",
121+
"projectOwner": "PHPJasper",
122+
"repoType": "github",
123+
"repoHost": "https://github.com",
124+
"skipCi": true
125+
}

README.md

Lines changed: 34 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
![PHPJasper logo](docs/images/phpjasper.png)
2+
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
23

34
# PHPJasper
45
_A PHP Report Generator_
@@ -10,6 +11,8 @@ _A PHP Report Generator_
1011
[![Total Downloads](https://poser.pugx.org/geekcom/phpjasper/downloads)](https://packagist.org/packages/geekcom/phpjasper)
1112
[![License](https://poser.pugx.org/geekcom/phpjasper/license)](https://packagist.org/packages/geekcom/phpjasper)
1213
[![PHPStan](https://img.shields.io/badge/PHPStan-enabled-brightgreen.svg?style=flat)](https://github.com/phpstan/phpstan)
14+
[![All Contributors](https://img.shields.io/badge/all_contributors-12-orange.svg?style=flat-square)](#contributors-)
15+
<!-- ALL-CONTRIBUTORS-BADGE:END -->
1316

1417
### Docs
1518

@@ -336,5 +339,34 @@ Open a new [Issue](https://github.com/PHPJasper/phpjasper/issues) or look for a
336339
MIT
337340

338341
## [Contribute](https://github.com/PHPJasper/phpjasper/blob/master/CONTRIBUTING.md)
339-
340-
Contribute to the community PHP, make a fork!
342+
## Contributors ✨
343+
344+
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
345+
346+
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
347+
<!-- prettier-ignore-start -->
348+
<!-- markdownlint-disable -->
349+
<table>
350+
<tr>
351+
<td align="center"><a href="https://twitter.com/geekcom2"><img src="https://avatars2.githubusercontent.com/u/3955933?v=4" width="100px;" alt=""/><br /><sub><b>Daniel Rodrigues</b></sub></a><br /><a href="#infra-geekcom" title="Infrastructure (Hosting, Build-Tools, etc)">🚇</a> <a href="#maintenance-geekcom" title="Maintenance">🚧</a> <a href="https://github.com/PHPJasper/phpjasper/commits?author=geekcom" title="Code">💻</a></td>
352+
<td align="center"><a href="http://www.leandrobitencourt.com.br"><img src="https://avatars2.githubusercontent.com/u/13982234?v=4" width="100px;" alt=""/><br /><sub><b>Leandro Bitencourt</b></sub></a><br /><a href="https://github.com/PHPJasper/phpjasper/commits?author=lavela" title="Code">💻</a></td>
353+
<td align="center"><a href="https://github.com/vitormattos"><img src="https://avatars3.githubusercontent.com/u/1079143?v=4" width="100px;" alt=""/><br /><sub><b>Vitor Mattos</b></sub></a><br /><a href="https://github.com/PHPJasper/phpjasper/commits?author=vitormattos" title="Code">💻</a></td>
354+
<td align="center"><a href="https://github.com/rafaelqueiroz"><img src="https://avatars0.githubusercontent.com/u/275919?v=4" width="100px;" alt=""/><br /><sub><b>Rafael Queiroz</b></sub></a><br /><a href="https://github.com/PHPJasper/phpjasper/commits?author=rafaelqueiroz" title="Code">💻</a></td>
355+
<td align="center"><a href="http://dave.codes"><img src="https://avatars0.githubusercontent.com/u/5477476?v=4" width="100px;" alt=""/><br /><sub><b>Dave Bould</b></sub></a><br /><a href="https://github.com/PHPJasper/phpjasper/commits?author=dbould" title="Code">💻</a></td>
356+
<td align="center"><a href="https://github.com/ThiagoAlves31"><img src="https://avatars1.githubusercontent.com/u/32931011?v=4" width="100px;" alt=""/><br /><sub><b>ThiagoAlves31</b></sub></a><br /><a href="https://github.com/PHPJasper/phpjasper/commits?author=ThiagoAlves31" title="Code">💻</a></td>
357+
<td align="center"><a href="http://www.jadsonbr.com.br"><img src="https://avatars3.githubusercontent.com/u/10354607?v=4" width="100px;" alt=""/><br /><sub><b>Jadson Ribeiro</b></sub></a><br /><a href="https://github.com/PHPJasper/phpjasper/commits?author=jadsonbr" title="Code">💻</a></td>
358+
</tr>
359+
<tr>
360+
<td align="center"><a href="http://www.boaglio.com"><img src="https://avatars0.githubusercontent.com/u/6140?v=4" width="100px;" alt=""/><br /><sub><b>Fernando Boaglio</b></sub></a><br /><a href="https://github.com/PHPJasper/phpjasper/commits?author=boaglio" title="Code">💻</a></td>
361+
<td align="center"><a href="https://rahulja.in"><img src="https://avatars3.githubusercontent.com/u/1639945?v=4" width="100px;" alt=""/><br /><sub><b>Rahul Jain</b></sub></a><br /><a href="https://github.com/PHPJasper/phpjasper/commits?author=xRahul" title="Code">💻</a></td>
362+
<td align="center"><a href="https://github.com/lecneri"><img src="https://avatars2.githubusercontent.com/u/431453?v=4" width="100px;" alt=""/><br /><sub><b>Luiz Eduardo</b></sub></a><br /><a href="https://github.com/PHPJasper/phpjasper/commits?author=lecneri" title="Code">💻</a></td>
363+
<td align="center"><a href="https://github.com/davidribeiro"><img src="https://avatars0.githubusercontent.com/u/11426456?v=4" width="100px;" alt=""/><br /><sub><b>David Ribeiro</b></sub></a><br /><a href="https://github.com/PHPJasper/phpjasper/commits?author=davidribeiro" title="Code">💻</a></td>
364+
<td align="center"><a href="https://allenjd3.github.io"><img src="https://avatars3.githubusercontent.com/u/8092154?v=4" width="100px;" alt=""/><br /><sub><b>James Allen</b></sub></a><br /><a href="https://github.com/PHPJasper/phpjasper/commits?author=allenjd3" title="Code">💻</a></td>
365+
</tr>
366+
</table>
367+
368+
<!-- markdownlint-enable -->
369+
<!-- prettier-ignore-end -->
370+
<!-- ALL-CONTRIBUTORS-LIST:END -->
371+
372+
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!

0 commit comments

Comments
 (0)