we now have fcntl
[m6w6/ext-psi] / README.md
1 # ext-psi
2
3 THIS README IS JUST A STUB YET
4
5 [![Build Status](https://travis-ci.org/m6w6/ext-psi.svg?branch=master)](https://travis-ci.org/m6w6/ext-psi)
6
7 ...
8
9 ## Documentation
10
11 See the [online markdown reference](https://mdref.m6w6.name/psi).
12
13 Known issues are listed in [BUGS](./BUGS) and future ideas can be found in [TODO](./TODO).
14
15 ## Installing
16
17 ### PECL
18
19 pecl install psi
20
21 ### PHARext
22
23 Watch out for [PECL replicates](https://replicator.pharext.org?psi)
24 and pharext packages attached to [releases](./releases).
25
26 ### Checkout
27
28 git clone github.com:m6w6/ext-psi
29 cd ext-psi
30 /path/to/phpize
31 ./configure --with-php-config=/path/to/php-config
32 make
33 sudo make install
34
35 ## ChangeLog
36
37 A comprehensive list of changes can be obtained from the
38 [PECL website](https://pecl.php.net/package-changelog.php?package=psi).
39
40 ## License
41
42 ext-psi is licensed under the 2-Clause-BSD license, which can be found in
43 the accompanying [LICENSE](./LICENSE) file.
44
45 ## Contributing
46
47 All forms of contribution are welcome! Please see the bundled
48 [CONTRIBUTING](./CONTRIBUTING.md) note for the general principles followed.
49
50 The list of past and current contributors is maintained in [THANKS](./THANKS).