PHPackages                             anklimsk/internal-ldap-based-phonebook - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. anklimsk/internal-ldap-based-phonebook

ActiveProject[Utility &amp; Helpers](/categories/utility)

anklimsk/internal-ldap-based-phonebook
======================================

Internal LDAP-based phonebook

v1.0.10(6y ago)91534[2 PRs](https://github.com/anklimsk/internal-ldap-based-phonebook/pulls)MITPHPPHP &gt;=5.4.0CI failing

Since Nov 23Pushed 4y agoCompare

[ Source](https://github.com/anklimsk/internal-ldap-based-phonebook)[ Packagist](https://packagist.org/packages/anklimsk/internal-ldap-based-phonebook)[ Docs](https://anklimsk.github.io/internal-ldap-based-phonebook)[ RSS](/packages/anklimsk-internal-ldap-based-phonebook/feed)WikiDiscussions master Synced today

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

Internal LDAP-based phonebook
=============================

[](#internal-ldap-based-phonebook)

[![Build Status](https://camo.githubusercontent.com/8f787a4ef229823b7fab4d56fd107fedc979b65f76c8cc109445a8a77618f80b/68747470733a2f2f7472617669732d63692e636f6d2f616e6b6c696d736b2f696e7465726e616c2d6c6461702d62617365642d70686f6e65626f6f6b2e7376673f6272616e63683d6d6173746572)](https://travis-ci.com/anklimsk/internal-ldap-based-phonebook)[![codecov](https://camo.githubusercontent.com/d24fd25425b9e4b68751ef757933d56aaba41ccd0209eb3fb5011bf6ffbfba7a/68747470733a2f2f636f6465636f762e696f2f67682f616e6b6c696d736b2f696e7465726e616c2d6c6461702d62617365642d70686f6e65626f6f6b2f6272616e63682f6d61737465722f67726170682f62616467652e737667)](https://codecov.io/gh/anklimsk/internal-ldap-based-phonebook)[![Latest Stable Version](https://camo.githubusercontent.com/9102dd29891f3a0d34d411f8ffd4b61aa63909c11a941135b12b0b4811d7b29b/68747470733a2f2f706f7365722e707567782e6f72672f616e6b6c696d736b2f696e7465726e616c2d6c6461702d62617365642d70686f6e65626f6f6b2f762f737461626c65)](https://packagist.org/packages/anklimsk/internal-ldap-based-phonebook)[![License: MIT](https://camo.githubusercontent.com/fdf2982b9f5d7489dcf44570e714e3a15fce6253e0cc6b5aa61a075aac2ff71b/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4c6963656e73652d4d49542d79656c6c6f772e737667)](https://opensource.org/licenses/MIT)

Internal LDAP-based phonebook

This phonebook provides next features:
--------------------------------------

[](#this-phonebook-provides-next-features)

- Authenticating users by membership in the LDAP security group for next roles:
    - `user` - read-only access without extended fields, allows to change information about yourself;
    - `secretary` - read-only access include extended fields, allows to change information about yourself;
    - `human resources` - full access include extended fields, allows to approve changes to information from users;
    - `administrator` - full access include extended fields, allows to approve changes to information from users and manage phonebook.
- Changing user information after approval;
- Ability to change the list of extended fields and read-only fields;
- Changing the display format of the phone number:
    - `E164`;
    - `INTERNATIONAL`;
    - `NATIONAL`;
    - `RFC3966`.
- Export phonebook information in PDF and XLSX format alphabetically and by department. For each user role. Without breaks in table headers at the end of the page for PDF.
- Ability to change the logo of the organization on the title page PDF;
- Ability to change order of the columns in the result table;
- Ability to change label of fields, tooltip, input mask and validation rules and flag of truncate long text in result table;
- Ability to change the order of departments in the exported files PDF and XLSX;
- Ability to use the full and abbreviated name of the department;
- Notice of birthdays of employees;
- View employees as a subordination tree or gallery;
- Logging changes in employee information with the ability to recover;
- Resize photo up to 200x200 px on upload;
- Support for keyboard layout corrections for the Russian language;
- Customizable list of fields for synchronization;
- Synchronizing information from LDAP to database.

Requirements
------------

[](#requirements)

- Apache module `mod_rewrite`;
- PHP 5.4.0 or greater.

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

[](#installation)

1. Install phonebook using composer: `composer create-project anklimsk/internal-ldap-based-phonebook /path/to/phonebook`.
2. Copy applicaton files from `/path/to/phonebook`to VirtualHost document root directory, e.g.: `/var/www/phonebook`.
3. Navigate to the directory `app` application (`/var/www/phonebook/app`), and run the following command: `sudo ./Console/cake CakeInstaller`to start interactive shell of installer.
4. After the installation process is complete, in your browser go to the link `http://phonebook.fabrikam.com/settings` to change settings of application, where `http://phonebook.fabrikam.com` - base URL of installited Phonebook.
5. Fill in the fields in the `Authentication` group settings and click the `Save` button.
6. Login with user group member `Administrator` or `Human resources` and choose menu item `Employees` -&gt; `Synchronizing information with LDAP server`. For synchronization subordinate employees repeat choose menu item.
7. To start a tour of the phonebook, select the menu item "?" on the home page.

Using
-----

[](#using)

[Using this phonebook](docs/using.md)

Project icon
------------

[](#project-icon)

Author: [Andy Gongea](http://www.iconarchive.com/icons/graphicrating/quartz/readme.txt)

License
-------

[](#license)

MIT License

Copyright (c) 2018 Andrey Klimov

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity18

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity64

Established project with proven stability

 Bus Factor1

Top contributor holds 100% 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 ~40 days

Recently: every ~101 days

Total

14

Last Release

2207d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/140887a79183c767c877d9ddb80aeaf88e0abd091f8dc1cd6e599ab7e30e1d82?d=identicon)[anklimsk](/maintainers/anklimsk)

---

Top Contributors

[![anklimsk](https://avatars.githubusercontent.com/u/42044955?v=4)](https://github.com/anklimsk "anklimsk (228 commits)")

---

Tags

activedirectoryldapphonebookldapphonebook

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/anklimsk-internal-ldap-based-phonebook/health.svg)

```
[![Health](https://phpackages.com/badges/anklimsk-internal-ldap-based-phonebook/health.svg)](https://phpackages.com/packages/anklimsk-internal-ldap-based-phonebook)
```

###  Alternatives

[symfony/ldap

Provides a LDAP client for PHP on top of PHP's ldap extension

1407.5M46](/packages/symfony-ldap)[ldaptools/ldaptools

LdapTools is a feature-rich LDAP library for PHP 5.6+.

204263.9k1](/packages/ldaptools-ldaptools)[freedsx/ldap

A Pure PHP LDAP library

157142.4k2](/packages/freedsx-ldap)[avadaneidanut/ldapquery

A light weight package for easily building LDAP advanced filter queries.

4717.8k](/packages/avadaneidanut-ldapquery)

PHPackages © 2026

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