mirror of
https://github.com/codeguy/php-the-right-way.git
synced 2025-08-18 11:31:16 +02:00
23
_posts/13-01-01-Community.md
Normal file
23
_posts/13-01-01-Community.md
Normal file
@@ -0,0 +1,23 @@
|
||||
# Community
|
||||
|
||||
The PHP community is as diverse as it is large, and it's members are ready and willing to support new PHP programmers. You should consider joining your local PHP user group (PUG) or attending larger PHP conferences to learn more about the best practices shown here. Get out there, meet new developers, learn new topics and, above all, make new friends.
|
||||
|
||||
[Read the Official PHP Events Calendar][php-calendar]
|
||||
|
||||
## PHP User Groups
|
||||
|
||||
If you live in a larger city, odds are there's a PHP user group nearby. Although there's not yet an official list of PUGs, you can easily find your local PUG by searching on [Google][google] or [Meetup.com][meetup]. If you live in a smaller town, there may not be a local PUG; if that's the case, start one!
|
||||
|
||||
[Read about User Groups on the PHP Wiki][php-wiki]
|
||||
|
||||
## PHP Conferences
|
||||
|
||||
The PHP community also hosts larger regional and national conferences in many countries around the world. Well-known members of the PHP community usually speak at these larger events, so it's a great opportunity to learn directly from industry leaders.
|
||||
|
||||
[Find a PHP Conference][php-conf]
|
||||
|
||||
[php-calendar]: http://www.php.net/cal.php
|
||||
[google]: https://www.google.com/search?q=php+user+group+near+me
|
||||
[meetup]: http://www.meetup.com/find/
|
||||
[php-wiki]: https://wiki.php.net/usergroups
|
||||
[php-conf]: http://php.net/conferences/index.php
|
Reference in New Issue
Block a user