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