mirror of
https://github.com/codeguy/php-the-right-way.git
synced 2025-08-14 01:33:58 +02:00
22 lines
928 B
Markdown
22 lines
928 B
Markdown
---
|
|
anchor: community
|
|
---
|
|
|
|
# Community {#community_title}
|
|
|
|
The PHP community is as diverse as it is large, and its members are ready and willing to support new PHP programmers.
|
|
Consider joining your local PHP user group (PUG) or attending larger PHP conferences to learn more about the best
|
|
practices shown here. You can hang out on IRC in the #phpc channel on [irc.libera.chat][php-irc] and follow the
|
|
@phpc, on [Discord][php-discord], on [X][phpc-x] or [Mastodon][phpc-mastodon]. Get out there, meet new developers, learn new topics, and above all, make new
|
|
friends! Other community resources include [StackOverflow][php-so].
|
|
|
|
[Read the Official PHP Events Calendar][php-calendar]
|
|
|
|
|
|
[php-irc]: https://web.libera.chat/#phpc
|
|
[php-discord]: https://phpc.chat/
|
|
[phpc-x]: https://x.com/phpc
|
|
[phpc-mastodon]: https://phpc.social/
|
|
[php-so]: https://stackoverflow.com/questions/tagged/php
|
|
[php-calendar]: https://www.php.net/cal.php
|