Skip to main content
Looking to update your church website?
Try MyPortal.Church. It's designed to perfectly integrate with Planning Center and keeps your calendar events, groups, and profile automatically in sync with your website.

Tags

To start using the Group Tags API, add the following to the top of your file:

use EncoreDigitalGroup\PlanningCenter\Objects\Groups\Tag;

TagGroup Class

Now we can create a new instance of the Tag class;

$tag = Tag::make($clientId, $clientSecret);

Tags

Get All Tags

$tag->all();

Get Tags for a Group

$tag->forGroupId(TAG_ID)->groups();