A quick snapshot of what is going on with the project - for the tl;dr see "what can I do?"
- A name- GoPHP7 is a project (not yet really started) to motivate people to migrate to PHP7 when it's released. This echoes the GoPHP5 project of the past
- An irc channel - registered on freenode - owner auroraeosrose, ops lornajane, ircmaxell and joepferguson
- A set of goals - see http://goo.gl/BJ3s8D
- Getting "adminy" stuff set up (lornajane is in charge) - This will include website, wikis, twitter, whatever, and other tools
- Recruitment (auroraeosrose and all of you!) - Getting people interested in helping
- Vagrant boxes to help with quick development setup (joepferguson is in charge) - besides using rasmus's excellent php7 box https://atlas.hashicorp.com/rasmus/boxes/php7dev we'll also need windows boxes, and possibly some different virtual backends (parallels, hyper-v, vmware) for the php7dev box beyond virtualbox
- Identify extensions in core, pecl (hosted by php.net), pecl (elsewhere), and other places - get their location, maintainers, 5.6 and 7 compat, tests and doc statuses
- Brain dump docs for people wanting to help improve an extensions documentation, test, or 5.6/7 compat status
- Write more documentation for new extension devs to use, things like best practices, setups for testing on travis/appveyor, how to get windows extensions compiling, etc
- Work on "new" best practices for php7 - namespacing extensions, proper api design, code layout and standards, so that extensions are nice and clean (think PSR's for extensions - optional but makes life awesome)
- Work with composer and pickle folks (https://github.com/FriendsOfPHP/pickle) so that installation with composer/pickle is even better than with pear/pecl
- Have a packagist like place to list all these disparate extensions (pecl has license restrictions, for example) - maybe even packagist itself
- Create places to have binary compiles for systems - ubuntu/debian ppas, homebrew stuff, etc so that getting binary/easily compiling versions on a system is something all extensions can have with minimal work
- Create a gist of the extensions you really care about - that you use, that you WANT to use, and find out information about where it is (source) if it's on pecl, status, etc - keep it around until we're ready to stick it in the "big list"
- Set up a php7 compile somewhere to test on, you can wait for the vagrants but you may have something you're already used to, and esoteric operating systems (yes you freebsd) are not necessarily a bad thing
- Take a look at http://qa.php.net and learn to write .phpt tests (they're really easy)
- Take a look at http://doc.php.net/ to learn how to write php.net documentation
- Take a look at readthedocs.org to learn how to create offsite documentation