# BasePerson Bundle
The BasePerson Bundle provides an entity and endpoints to access persons via the API.
# Installation
Important
Make sure you are using the API Server Template (opens new window) as template Symfony application or have added the DBP Symfony recipe repository (opens new window) to your application to get the configuration file and environment variables installed automatically.
# Install the bundle
composer require dbp/relay-base-person-bundle
# Implement PersonProviderInterface
You need to implement a service for PersonProviderInterface
from Base Person Bundle (opens new window)
to actually fetch persons from a source.
TIP
If you are using LDAP as your source for identity management, you can install and configure the BasePerson Connector Bundle for LDAP, which allows you to connect the BasePerson Bundle to your LDAP server.