PHPackages                             cakedc/cakephp-nav-auth - 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. [Authentication &amp; Authorization](/categories/authentication)
4. /
5. cakedc/cakephp-nav-auth

AbandonedArchivedCakephp-plugin[Authentication &amp; Authorization](/categories/authentication)

cakedc/cakephp-nav-auth
=======================

CakeDC Navision Authentication plugin for CakePHP

1.0.2(8y ago)1044MITPHP

Since Feb 26Pushed 8y ago7 watchersCompare

[ Source](https://github.com/CakeDC/cakephp-nav-auth)[ Packagist](https://packagist.org/packages/cakedc/cakephp-nav-auth)[ RSS](/packages/cakedc-cakephp-nav-auth/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (3)Dependencies (2)Versions (5)Used By (0)

CakeDC Navision Authenticate plugin for CakePHP
===============================================

[](#cakedc-navision-authenticate-plugin-for-cakephp)

[![Build Status](https://camo.githubusercontent.com/ff847f6a760d8059e06d8d904ab980b5c69595af9f3c228b1c90f97f1a7696b4/68747470733a2f2f7365637572652e7472617669732d63692e6f72672f43616b6544432f63616b657068702d6e61762d617574682e706e673f6272616e63683d6d6173746572)](http://travis-ci.org/CakeDC/cakephp-nav-auth)[![Coverage Status](https://camo.githubusercontent.com/9f3088322ff527dcbc102711a32ee291e642185bb18ab52642a0fd928063f4e3/68747470733a2f2f696d672e736869656c64732e696f2f636f6465636f762f632f67682f43616b6544432f63616b657068702d6e61762d617574682e7376673f7374796c653d666c61742d737175617265)](https://codecov.io/gh/CakeDC/cakephp-nav-auth)[![Downloads](https://camo.githubusercontent.com/1445f1785ba3aa429968ae779d11a79624ccb2666ebcd0b7e238408b9b3cab71/68747470733a2f2f706f7365722e707567782e6f72672f43616b6544432f63616b657068702d6e61762d617574682f642f746f74616c2e706e67)](https://packagist.org/packages/CakeDC/cakephp-nav-auth)[![Latest Version](https://camo.githubusercontent.com/9393d71a71794bcad14c4f6112159d9793676e9664c0988fb15b192f8a17dee2/68747470733a2f2f706f7365722e707567782e6f72672f43616b6544432f63616b657068702d6e61762d617574682f762f737461626c652e706e67)](https://packagist.org/packages/CakeDC/cakephp-nav-auth)[![License](https://camo.githubusercontent.com/dc080111b362f43d2c65ddf5003663f78f83b70318fc5ddc136943ea90c9f4d9/68747470733a2f2f706f7365722e707567782e6f72672f43616b6544432f63616b657068702d6e61762d617574682f6c6963656e73652e737667)](https://packagist.org/packages/CakeDC/cakephp-nav-auth)

This CakePHP plugin allows to authenticate against a Navision® server using SOAP or OData webservices.

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

[](#installation)

You can install this plugin into your CakePHP application using [composer](http://getcomposer.org).

The recommended way to install composer packages is:

```
composer require cakedc/cakephp-nav-auth

```

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

[](#configuration)

You need to configure the following settings using `Configure`:

```
Configure::write('NavAuth', [
    'url' => [
        'soap' => [
            // Protocol (http, https)
            'protocol' => 'https',
            // Server
            'server' => '',
            // Port
            'port' => '',
            // Instance
            'instance' => '',
            // Company String
            'company' => '',
            //Type
            'type' => '',
            //Endpoint
            'endpoint' => '',
            //Function
            'function => ''
         ],
        'odata' => [
            //Protocol (http, https)
            'protocol' => 'https',
            //Server
            'server' => '',
            //Port
            'port' => '',
            //Instance
            'instance' => '',
            //Method
            'method' => '',
            //Type (usually empty for odata)
            'type' => '',
            //Company String
            'company' => '',
            //Endpoint
            'endpoint' => '',
        ]

    ],
    'auth' => [
        // NTML authentication params
        'ntlm' => [
            'domain' => '',
            'username' => '',
            'password' => ''
        ],

    ],
]);

```

Usage
-----

[](#usage)

The plugin includes two authenticate objects: `Soap` and `OData`. To use any of them (or both) you can include the following code in your `AppController::initialize()`.

```
$this->loadComponent('Auth', [
    'authenticate' => [
        'CakeDC/NavAuth.Soap'
    ]
]);

```

```
$this->loadComponent('Auth', [
    'authenticate' => [
        'CakeDC/NavAuth.OData'
    ]
]);

```

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

[](#requirements)

- CakePHP 3.4.0+
- PHP 7.1+

Support
-------

[](#support)

For bugs and feature requests, please use the [issues](https://github.com/CakeDC/cakephp-nav-auth/issues) section of this repository.

Commercial support is also available, [contact us](https://www.cakedc.com/contact) for more information.

Contributing
------------

[](#contributing)

This repository follows the [CakeDC Plugin Standard](https://www.cakedc.com/plugin-standard). If you'd like to contribute new features, enhancements or bug fixes to the plugin, please read our [Contribution Guidelines](https://www.cakedc.com/contribution-guidelines) for detailed instructions.

License
-------

[](#license)

Copyright 2018 Cake Development Corporation (CakeDC). All rights reserved.

Licensed under the [MIT](http://www.opensource.org/licenses/mit-license.php) License. Redistributions of the source code included in this repository must retain the copyright notice found in each file.

Navision® is a trademark of the Microsoft group of companies.

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity66

Established project with proven stability

 Bus Factor1

Top contributor holds 91.7% 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 ~5 days

Total

3

Last Release

2988d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/204531?v=4)[Cake Development Corporation](/maintainers/CakeDC)[@CakeDC](https://github.com/CakeDC)

---

Top Contributors

[![ajibarra](https://avatars.githubusercontent.com/u/794722?v=4)](https://github.com/ajibarra "ajibarra (22 commits)")[![steinkel](https://avatars.githubusercontent.com/u/151761?v=4)](https://github.com/steinkel "steinkel (2 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/cakedc-cakephp-nav-auth/health.svg)

```
[![Health](https://phpackages.com/badges/cakedc-cakephp-nav-auth/health.svg)](https://phpackages.com/packages/cakedc-cakephp-nav-auth)
```

###  Alternatives

[cakedc/users

Users Plugin for CakePHP

524897.0k16](/packages/cakedc-users)[dereuromark/cakephp-tinyauth

A CakePHP plugin to handle user authentication and authorization the easy way.

129228.6k10](/packages/dereuromark-cakephp-tinyauth)[admad/cakephp-jwt-auth

CakePHP plugin for authenticating using JSON Web Tokens

160680.3k8](/packages/admad-cakephp-jwt-auth)[markstory/acl_extras

Additional tools for managing DB ACL in CakePHP applications.

155311.0k](/packages/markstory-acl-extras)[admad/cakephp-social-auth

A CakePHP plugin which allows you to authenticate using social providers like Facebook/Google/Twitter etc.

51298.3k1](/packages/admad-cakephp-social-auth)[cakedc/auth

Auth objects for CakePHP

31630.0k2](/packages/cakedc-auth)

PHPackages © 2026

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