Skip to content

Commit 9da91f2

Browse files
authored
Update README.md
1 parent ec74644 commit 9da91f2

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

README.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# PHP CORS Proxy
22

3+
[![Latest Version on Packagist][ico-version]][link-packagist]
4+
[![Total Downloads][ico-downloads]][link-downloads]
5+
36
*Formerly known as "PHP Cross Domain (AJAX) Proxy"*
47

58
PHP CORS Proxy is a simple php script that allows cross domain requests. It can be used to access resources from third party websites when it's not possible to enable CORS on target website i.e. when you don't own that website.
@@ -25,8 +28,8 @@ PHP Cors Proxy works with PHP 5.3+ or above.
2528

2629
### Author
2730

28-
* Iacovos Constantinou - softius@gmail.com
29-
* See also the list of [contributors](https://github.com/softius/php-cross-domain-proxy/graphs/contributors) which participated in this project.
31+
- [Iacovos Constantinou][link-author] - softius@gmail.com - https://twitter.com/iacons
32+
- See also the list of [contributors][link-contributors] which participated in this project.
3033

3134

3235
### License
@@ -101,3 +104,11 @@ The following example uses `curl`
101104
```
102105
curl -v "http://yourdomain.com/proxy.php?csurl=http://www.cross-domain.com/&param1=value1&param2=value2"
103106
```
107+
108+
[ico-version]: https://img.shields.io/packagist/v/softius/cors-proxy.svg?style=flat-square
109+
[ico-downloads]: https://img.shields.io/packagist/dt/softius/cors-proxy.svg?style=flat-square
110+
111+
[link-packagist]: https://packagist.org/packages/softius/cors-proxy
112+
[link-downloads]: https://packagist.org/packages/softius/cors-proxy
113+
[link-author]: https://github.com/softius
114+
[link-contributors]: ../../contributors

0 commit comments

Comments
 (0)