friendsofphp-org icon indicating copy to clipboard operation
friendsofphp-org copied to clipboard

Find the nearest PHP meetup on a map with pins

Friends of Php.org

World PHP Meetups in next 30 days


Install

git clone [email protected]:TomasVotruba/friendsofphp.org.git # use your fork to contribute
cd friendsofphp.org
composer install
# .env.local
MEETUP_COM_OAUTH_KEY=...
MEETUP_COM_OAUTH_SECRET=...
  • Update Meetup Data
bin/console import
  • Run Local Server
bin/console server:run

You'll find new or updated files in /config/_data/ directory.

JSON API?

Do you want to get all groups and meetups? There you are:

  • https://friendsofphp.org/api/meetups.json
  • https://friendsofphp.org/api/groups.json

Happy coding... with friends!