PHPackages                             costsrl/cost-authorization - 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. [Database &amp; ORM](/categories/database)
4. /
5. costsrl/cost-authorization

ActiveLibrary[Database &amp; ORM](/categories/database)

costsrl/cost-authorization
==========================

Authorization based on DoctrineORMModule

v1.0.0(3y ago)09BSD-3-ClausePHPPHP &gt;=5.6.1

Since Mar 24Pushed 3y ago1 watchersCompare

[ Source](https://github.com/costsrl/cost-authorization)[ Packagist](https://packagist.org/packages/costsrl/cost-authorization)[ RSS](/packages/costsrl-cost-authorization/feed)WikiDiscussions main Synced today

READMEChangelog (1)DependenciesVersions (2)Used By (0)

CostAuthorization
=================

[](#costauthorization)

**What is CostAuthorization?**

CostAuthorization is a Module for CostAuthorization based on Laminas Framework 2

**What exactly does CostAuthorization?**

Installation
============

[](#installation)

Installation via composer is supported, just make sure you've set `"minimum-stability": "dev"`in your `composer.json`file and after that run ```php composer.phar require novigo/Cost-navigation:zf3`

Go to your application configuration in `./config/application.config.php`and add 'CostNavigation'. copy Cost-authorization.global.php.dist to ./config/autoload An example application configuration could look like the following:

open main composer.json and add under auotload key

"autoload" : { "psr-0" : { }

```

"repositories": [
        {
            "type": "vcs",
        }
    ]

module requirements

depends on:
1) CostAuthentication

```

'modules' =&gt; array( 'Application', 'CostAuthentication', 'CostAuthorization' )

```

CostAuthorization configuration
=============

doctrine generate entity

    1) ./vendor/doctrine/doctrine-module/bin/doctrine-module orm:convert-mapping --namespace="CostAuthorization\\Model\\Entity\\" --filter='Menus' --force  --from-database annotation ./vendor/novigo/Cost-authorization/src/

    2) ./vendor/doctrine/doctrine-module/bin/doctrine-module orm:validate-schema

    3) 	./vendor/doctrine/doctrine-module/bin/doctrine-module orm:generate-entities --generate-annotations=true --generate-methods=true ./vendor/novigo/Cost-authorization/src

    /**
    ./vendor/doctrine/doctrine-module/bin/doctrine-module orm:convert-mapping --namespace="CmsApplication\\Model\\Entity\\" --force  --from-database annotation ./module/CmsApplication/src

    ./vendor/doctrine/doctrine-module/bin/doctrine-module orm:generate-entities --generate-annotations=true --generate-methods=true ./module/CmsApplication/src
    **/

    doctrine create update databse from  entity
    4) ./vendor/doctrine/doctrine-module/bin/doctrine-module orm:schema-tool:update  --dump-sql

    5) ./vendor/doctrine/doctrine-module/bin/doctrine-module schema-tool:update --force

```

###  Health Score

19

—

LowBetter than 9% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity40

Maturing project, gaining track record

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

Unknown

Total

1

Last Release

1196d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/8c60285d97462c4a75336d0a8b70c0235c74faba8e37de102a9f3e530b2bbfae?d=identicon)[costsrl](/maintainers/costsrl)

---

Tags

doctrinezf3doctrine-orm-modulecost-authentication

### Embed Badge

![Health badge](/badges/costsrl-cost-authorization/health.svg)

```
[![Health](https://phpackages.com/badges/costsrl-cost-authorization/health.svg)](https://phpackages.com/packages/costsrl-cost-authorization)
```

###  Alternatives

[doctrine/common

PHP Doctrine Common project is a library that provides additional functionality that other Doctrine projects depend on such as better reflection support, proxies and much more.

5.8k376.0M1.3k](/packages/doctrine-common)[symfony/property-info

Extracts information about PHP class' properties using metadata of popular sources

2.2k278.6M1.2k](/packages/symfony-property-info)[beberlei/doctrineextensions

A set of extensions to Doctrine 2 that add support for additional query functions available in MySQL, Oracle, PostgreSQL and SQLite.

2.1k79.7M183](/packages/beberlei-doctrineextensions)[ramsey/uuid-doctrine

Use ramsey/uuid as a Doctrine field type.

90442.6M263](/packages/ramsey-uuid-doctrine)[scienta/doctrine-json-functions

A set of extensions to Doctrine that add support for json query functions.

58825.9M54](/packages/scienta-doctrine-json-functions)[coolcsn/csn-user

Authentication based on DoctrineORMModule

346.9k2](/packages/coolcsn-csn-user)

PHPackages © 2026

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