Skip to content

Commit 5c30d55

Browse files
authored
Merge pull request #64 from php/build-badges
readme: fix linux build badge, add a windows badge and sponsor msg
2 parents fea0f5b + 92207bb commit 5c30d55

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# PHP extension for communicating with Apache Solr Server 4.0+
22

3-
[![Build Status](https://github.com/php/pecl-search_engine-solr/actions/workflows/ci.yml/badge.svg?branch=master)](https://github.com/php/pecl-search_engine-solr/actions/workflows/ci.yml)
3+
[![Linux Build Status](https://github.com/php/pecl-search_engine-solr/actions/workflows/linux-tests.yml/badge.svg?branch=master)](https://github.com/php/pecl-search_engine-solr/actions/workflows/linux-tests.yml)
4+
[![Windows Build Status](https://github.com/php/pecl-search_engine-solr/actions/workflows/windows-tests.yml/badge.svg?branch=master)](https://github.com/php/pecl-search_engine-solr/actions/workflows/windows-tests.yml)
45
[![Coverage Status](https://coveralls.io/repos/github/php/pecl-search_engine-solr/badge.svg?branch=master)](https://coveralls.io/github/php/pecl-search_engine-solr?branch=master)
56

67
The Apache Solr PHP extension is an extremely fast, light-weight, feature-rich library that allows PHP applications to communicate easily and efficiently with Apache Solr server instances using an object-oriented API.
@@ -43,6 +44,11 @@ Contributions
4344
-------------
4445
All forms of contributions are welcome! Whether contributing to tests, or the source.
4546

47+
Support & Sponsorship
48+
---------------------
49+
The PHP Solr Extension has been around since 2010 without any financial backing. Today, We'd like to transform it into an ODM (Object Document Mapper), a milestone we can't reach without your support, as there will be significant work up ahead. [Giving back will help us in this transformation](https://opencollective.com/php-solr-extension)!
50+
51+
4652
Running Tests
4753
-------------
4854
Types of tests

0 commit comments

Comments
 (0)