1
1
# clue/reactphp-utf8 [ ![ Build Status] ( https://travis-ci.org/clue/reactphp-utf8.svg?branch=master )] ( https://travis-ci.org/clue/reactphp-utf8 )
2
2
3
- Streaming UTF-8 parser, built on top of [ ReactPHP] ( https://reactphp.org/ )
3
+ Streaming UTF-8 parser, built on top of [ ReactPHP] ( https://reactphp.org/ ) .
4
4
5
5
** Table of Contents**
6
6
7
+ * [ Support us] ( #support-us )
7
8
* [ Usage] ( #usage )
8
9
* [ Sequencer] ( #sequencer )
9
10
* [ Install] ( #install )
10
11
* [ Tests] ( #tests )
11
12
* [ License] ( #license )
12
13
* [ More] ( #more )
13
14
15
+ ## Support us
16
+
17
+ We invest a lot of time developing, maintaining and updating our awesome
18
+ open-source projects. You can help us sustain this high-quality of our work by
19
+ [ becoming a sponsor on GitHub] ( https://github.com/sponsors/clue ) . Sponsors get
20
+ numerous benefits in return, see our [ sponsoring page] ( https://github.com/sponsors/clue )
21
+ for details.
22
+
23
+ Let's take these projects to the next level together! 🚀
24
+
14
25
## Usage
15
26
16
27
### Sequencer
@@ -56,18 +67,24 @@ This binary data will be left as-is, unless you filter this at a later stage.
56
67
The recommended way to install this library is [ through Composer] ( https://getcomposer.org ) .
57
68
[ New to Composer?] ( https://getcomposer.org/doc/00-intro.md )
58
69
70
+ This project follows [ SemVer] ( https://semver.org/ ) .
59
71
This will install the latest supported version:
60
72
61
73
``` bash
62
- $ composer require clue/utf8-react:^1.1
74
+ $ composer require clue/utf8-react:^1.2
63
75
```
64
76
65
77
See also the [ CHANGELOG] ( CHANGELOG.md ) for details about version upgrades.
66
78
79
+ This project aims to run on any platform and thus does not require any PHP
80
+ extensions and supports running on legacy PHP 5.3 through current PHP 7+ and
81
+ HHVM.
82
+ It's * highly recommended to use PHP 7+* for this project.
83
+
67
84
## Tests
68
85
69
86
To run the test suite, you first need to clone this repo and then install all
70
- dependencies [ through Composer] ( http ://getcomposer.org) :
87
+ dependencies [ through Composer] ( https ://getcomposer.org) :
71
88
72
89
``` bash
73
90
$ composer install
@@ -81,7 +98,10 @@ $ php vendor/bin/phpunit
81
98
82
99
## License
83
100
84
- MIT
101
+ This project is released under the permissive [ MIT license] ( LICENSE ) .
102
+
103
+ > Did you know that I offer custom development services and issuing invoices for
104
+ sponsorships of releases and for contributions? Contact me (@clue ) for details.
85
105
86
106
## More
87
107
0 commit comments