--- /dev/null
+; see http://editorconfig.org
+root = true
+
+[*]
+end_of_line = lf
+insert_final_newline = true
+indent_style = tab
+charset = utf-8
+trim_trailing_whitespace = true
+
+[*.md]
+trim_trailing_whitespace = false
+
+[*.json]
+indent_style = space
+indent_size = 4
tests/*/*.log
tests/*/*.sh
php_apfd.o
+*.tgz
--- /dev/null
+Michael Wallner <mike@php.net>
--- /dev/null
+# Contributor Code of Conduct
+
+As contributors and maintainers of this project, and in the interest of
+fostering an open and welcoming community, we pledge to respect all people who
+contribute through reporting issues, posting feature requests, updating
+documentation, submitting pull requests or patches, and other activities.
+
+We are committed to making participation in this project a harassment-free
+experience for everyone, regardless of level of experience, gender, gender
+identity and expression, sexual orientation, disability, personal appearance,
+body size, race, ethnicity, age, religion, or nationality.
+
+Examples of unacceptable behavior by participants include:
+
+* The use of sexualized language or imagery
+* Personal attacks
+* Trolling or insulting/derogatory comments
+* Public or private harassment
+* Publishing other's private information, such as physical or electronic
+ addresses, without explicit permission
+* Other unethical or unprofessional conduct.
+
+Project maintainers have the right and responsibility to remove, edit, or reject
+comments, commits, code, wiki edits, issues, and other contributions that are
+not aligned to this Code of Conduct. By adopting this Code of Conduct, project
+maintainers commit themselves to fairly and consistently applying these
+principles to every aspect of managing this project. Project maintainers who do
+not follow or enforce the Code of Conduct may be permanently removed from the
+project team.
+
+This code of conduct applies both within project spaces and in public spaces
+when an individual is representing the project or its community.
+
+Instances of abusive, harassing, or otherwise unacceptable behavior may be
+reported by opening an issue or contacting one or more of the project maintainers.
+
+This Code of Conduct is adapted from the
+[Contributor Covenant](http://contributor-covenant.org), version 1.2.0,
+available at http://contributor-covenant.org/version/1/2/0/.
-Copyright (c) 2015, Michael Wallner <mike@iworks.at>.
+Copyright (c) 2015, Michael Wallner <mike@php.net>.
All rights reserved.
Redistribution and use in source and binary forms, with or without
-# PECL :: apfd
+# ext-apfd
-Always Populate Form Data [![Build Status](https://travis-ci.org/m6w6/ext-apfd.svg?branch=master)](https://travis-ci.org/m6w6/ext-apfd)
+[![Build Status](https://travis-ci.org/m6w6/ext-apfd.svg?branch=master)](https://travis-ci.org/m6w6/ext-apfd)
-## About
+Always Populate Form Data
-This tiny extension lets PHP's post handler parse multipart/form-data and
-application/x-www-form-urlencoded (or any other customly registered form data
-handler, like [json_post](http://github.com/m6w6/ext-json_post)) without
-regard to the request's request method.
+## Documentation
-This extension does not provide any INI entries, constants, functions or classes.
+See the [online markdown reference](https://mdref.m6w6.name/apfd).
+## Installing
+
+### PECL
+
+ pecl install apfd
+
+### PHARext
+
+Watch out for [PECL replicates](https://replicator.pharext.org?apfd)
+and pharext packages attached to [releases](./releases).
+
+### Checkout
+
+ git clone github.com:m6w6/ext-apfd
+ cd ext-apfd
+ /path/to/phpize
+ ./configure --with-php-config=/path/to/php-config
+ make
+ sudo make install
+
+## ChangeLog
+
+A comprehensive list of changes can be obtained from the
+[PECL website](https://pecl.php.net/package-changelog.php?package=apfd).
+
+## License
+
+ext-apfd is licensed under the 2-Clause-BSD license, which can be found in
+the accompanying [LICENSE](./LICENSE) file.
+
+## Contributing
+
+All forms of contribution are welcome! Please see the bundled
+[CONTRIBUTING](./CONTRIBUTING.md) note for the general principles followed.
+
+The list of past and current contributors is maintained in [THANKS](./THANKS).
--- /dev/null
+Thanks go to the following people, who have contributed to this project:
+
+Remi Collet
<release>stable</release>
<api>stable</api>
</stability>
- <license>BSD, revised</license>
+ <license uri="http://copyfree.org/content/standard/licenses/2bsd/license.txt">BSD-2-Clause</license>
<notes><![CDATA[
* Fix bug where non-POST payloads with mixed case boundaries would not be parsed
]]></notes>
<contents>
<dir name="/">
- <file role="doc" name="LICENSE"/>
+ <file role="doc" name="AUTHORS"/>
+ <file role="doc" name="CONTRIBUTING.md"/>
<file role="doc" name="CREDITS"/>
+ <file role="doc" name="LICENSE"/>
+ <file role="doc" name="README.md"/>
+ <file role="doc" name="THANKS"/>
<file role="src" name="config.m4"/>
<file role="src" name="config.w32"/>