itco / ldapihelper
LdapiHelper plugin for CakePHP
Requires
- cakephp/cakephp: 4.0.*
- itco/ldapi: ^2.0.0
Requires (Dev)
- phpunit/phpunit: ^8.0
This package is auto-updated.
Last update: 2025-04-16 21:58:03 UTC
README
Installation
You can install this plugin into your CakePHP application using composer.
Run
composer require itco/LdapiHelper
When using the LdapiHelper, do not explicitly require the LDAPI package too.
Usage
See the repository wiki for more information: https://bitbucket.org/itco/ldapihelper/wiki/Home
Documentation
Documentation is automatically built and hosted by ReadTheDocs: https://ldapihelper.readthedocs.io/
This documentation is built through Doxygen and Sphinx (Python package), with the Breathe extension. Build it like:
cd docs
make html
Run pip install -r docs/requirements.txt
to get the required packages.
The build output can be found in docs/_build/html
.
PHPDoc
An easier way to build documentation is using phpDocumentor. Generated PHPDoc documentation can be found here: https://itco.bitbucket.io/ldapihelper/index.html (note: this is not build automatically and can be out-of-date).
Generate documentation with:
phpdoc -d ./src -t ./phpdoc_build
Use -d
to set the input and -t
to set the output.
Changelog
See CHANGELOG.md for an overview.