Skip to content

qdequippe/friendsofphp-org

Repository files navigation

World PHP Meetups in next 30 days


Install

git clone git@github.com: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:

Happy coding... with friends!