PHPackages                             openclassrooms/front-desk-bundle - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Framework](/categories/framework)
4. /
5. openclassrooms/front-desk-bundle

ActiveSymfony-bundle[Framework](/categories/framework)

openclassrooms/front-desk-bundle
================================

Front Desk Symfony2 Bundle

v1.1.4(8y ago)03.6k[1 PRs](https://github.com/OpenClassrooms/FrontDeskBundle/pulls)MITPHPPHP &gt;=5.6

Since Oct 7Pushed 8y ago25 watchersCompare

[ Source](https://github.com/OpenClassrooms/FrontDeskBundle)[ Packagist](https://packagist.org/packages/openclassrooms/front-desk-bundle)[ RSS](/packages/openclassrooms-front-desk-bundle/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (10)Dependencies (6)Versions (16)Used By (0)

[![SensioLabsInsight](https://camo.githubusercontent.com/4d46a33ceb66389585bd0edab250e02f18968598ef88db1b58d3e78f392659df/68747470733a2f2f696e73696768742e73656e73696f6c6162732e636f6d2f70726f6a656374732f33356538666236352d396662332d346539382d383264642d3330356566303538613738342f6d696e692e706e67)](https://insight.sensiolabs.com/projects/35e8fb65-9fb3-4e98-82dd-305ef058a784)[![Build Status](https://camo.githubusercontent.com/1e3b274be10d539da42890d87f4b4003019236b8a347d3d11733324b95b849b5/68747470733a2f2f7472617669732d63692e6f72672f4f70656e436c617373726f6f6d732f46726f6e744465736b42756e646c652e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/OpenClassrooms/FrontDeskBundle.svg?branch=master)[![Coverage Status](https://camo.githubusercontent.com/f7c5d46f619e74d461f5a34679ff95661627ad29bfa0a3d4ede6e543821da714/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f6769746875622f4f70656e436c617373726f6f6d732f46726f6e744465736b42756e646c652f62616467652e7376673f6272616e63683d6d6173746572)](https://coveralls.io/github/OpenClassrooms/FrontDeskBundle?branch=master)

The FrontDeskBundle offers integration of the FrontDesk Library. FrontDesk Library is a PHP5 library that provides FrontDesk functionality in your application. See [FrontDesk](https://github.com/OpenClassrooms/FrontDesk) for full details.

Installation
------------

[](#installation)

This bundle can be installed using composer:

`composer require openclassrooms/front-desk-bundle`

or by adding the package to the composer.json file directly:

```
{
    "require": {
        "openclassrooms/front-desk-bundle": "*"
    }
}
```

After the package has been installed, add the bundle to the AppKernel.php file:

```
// in AppKernel::registerBundles()
$bundles = array(
    // ...
    new OpenClassrooms\Bundle\FrontDeskBundle\OpenClassroomsFrontDeskBundle(),
    // ...
);
```

Configuration
-------------

[](#configuration)

```
# app/config/config.yml

openclassrooms_frontdesk:
    key:  %frontdesk.key%
    token: %frontdesk.token%
```

Usage
-----

[](#usage)

### ENROLLMENT

[](#enrollment)

```
$enrollmentService = $container->get('openclassrooms.frontdesk.service.enrollment');
```

#### Query Enrollment

[](#query-enrollment)

```
$enrollmentService->query($field, $filter, $limit);
```

### PACK

[](#pack)

```
$packService = $container->get('openclassrooms.frontdesk.service.pack');
```

#### Create Pack

[](#create-pack)

```
$packService->create(new PackStub());
```

#### Delete Pack by id

[](#delete-pack-by-id)

```
$packService->deletePack($packId);
```

### PERSON

[](#person)

```
$personService = $container->get('openclassrooms.frontdesk.service.person');
```

#### Post Person

[](#post-person)

```
$personService->create(new PersonStub());
```

#### Put Person

[](#put-person)

```
$personService->update(new PersonStub());
```

#### Get Person by id

[](#get-person-by-id)

```
$personService->find($personId);
```

#### Get All People

[](#get-all-people)

```
$personService->findAll($page);
```

#### Get person by query

[](#get-person-by-query)

```
$personService->search($query);
```

### PLAN

[](#plan)

\####Get Plan by Person id

```
$planService = $container->get('openclassrooms.frontdesk.service.plan');
$planService->getPlans($personId);
```

### VISIT

[](#visit)

#### Get Visits by person id

[](#get-visits-by-person-id)

```
$visitService = $container->get('openclassrooms.frontdesk.service.visit');
$visitService->getVisits($personId, $from, $to);
```

#### Delete Visit by id

[](#delete-visit-by-id)

```
$visitService = $container->get('openclassrooms.frontdesk.service.visit');
$visitService->deleteVisit($visitId);
```

###  Health Score

32

—

LowBetter than 72% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community15

Small or concentrated contributor base

Maturity66

Established project with proven stability

 Bus Factor1

Top contributor holds 95% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~37 days

Recently: every ~83 days

Total

12

Last Release

3097d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/d82b0e2dcc1728eacb2b83c259311b5ea7c3253bd08f1341d45df79bdd9ba77a?d=identicon)[openclassrooms-admin](/maintainers/openclassrooms-admin)

![](https://www.gravatar.com/avatar/7269e1b35f8ab9bc1a82abecd37c6803704fabf19285d6becf0ef304da125aef?d=identicon)[killianherbunot](/maintainers/killianherbunot)

---

Top Contributors

[![killianherbunot](https://avatars.githubusercontent.com/u/10085296?v=4)](https://github.com/killianherbunot "killianherbunot (38 commits)")[![arnaud-23](https://avatars.githubusercontent.com/u/2587655?v=4)](https://github.com/arnaud-23 "arnaud-23 (2 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/openclassrooms-front-desk-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/openclassrooms-front-desk-bundle/health.svg)](https://phpackages.com/packages/openclassrooms-front-desk-bundle)
```

###  Alternatives

[symfony/framework-bundle

Provides a tight integration between Symfony components and the Symfony full-stack framework

3.6k235.4M9.7k](/packages/symfony-framework-bundle)[shopware/platform

The Shopware e-commerce core

3.3k1.5M3](/packages/shopware-platform)[sulu/sulu

Core framework that implements the functionality of the Sulu content management system

1.3k1.3M152](/packages/sulu-sulu)[prestashop/prestashop

PrestaShop is an Open Source e-commerce platform, committed to providing the best shopping cart experience for both merchants and customers.

9.0k15.4k](/packages/prestashop-prestashop)[contao/core-bundle

Contao Open Source CMS

1231.6M2.4k](/packages/contao-core-bundle)[shopware/storefront

Storefront for Shopware

684.2M148](/packages/shopware-storefront)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
