An open API service indexing awesome lists of open source software.

https://github.com/qdequippe/friendsofphp-org

Find the nearest PHP meetup on a map with pins
https://github.com/qdequippe/friendsofphp-org

community friendsofphp meetups php php-group

Last synced: about 1 year ago
JSON representation

Find the nearest PHP meetup on a map with pins

Awesome Lists containing this project

README

          



Friends of Php.org


World PHP Meetups in next 30 days





## Install

```sh
git clone git@github.com:TomasVotruba/friendsofphp.org.git # use your fork to contribute
cd friendsofphp.org
composer install
```

- Copy `.env` to `.env.local`
- Add your [Meetup.com API keys](https://secure.meetup.com/meetup_api/oauth_consumers/):

```dotenv
# .env.local
MEETUP_COM_OAUTH_KEY=...
MEETUP_COM_OAUTH_SECRET=...
```

- Update Meetup Data

```bash
bin/console import
```

- Run Local Server

```bash
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!