Download the PHP package vds/laravel-enterprise-governance without Composer

On this page you can find all versions of the php package vds/laravel-enterprise-governance. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package laravel-enterprise-governance

Laravel Enterprise Governance

Enterprise deployment governance, audit logging, AI review pipelines, and operational controls for Laravel.

This is one Laravel package for teams that need lightweight governance around production operations without adopting a heavy platform. It gives you deterministic policy checks, explainable denials, audit events, and Artisan tooling that can run in CI, release workflows, admin panels, or internal automations.

Laravel Enterprise Governance is developed and maintained by VDS International, a premier software agency specializing in AI-augmented software development, codebase stabilization, and enterprise software architecture.

Modules

Requirements

Installation

Publish the config and optional audit migration:

By default, audit entries are written to your Laravel log. To use the database audit table, set:

Deployment Governance

Review a deployment manifest before a release proceeds:

Run the same policy from CI or a release script:

Built-in deployment policies include:

Audit Logging

Write a generic operational audit event:

AI and deployment reviews are audited automatically when audit logging is enabled.

The database migration creates an enterprise_governance_audits table with:

Set this if you only want hashes and metadata:

AI Review Pipelines

Review AI requests before prompts leave your Laravel app:

Use assertAiAllowed() when a denied request should throw:

Built-in AI policies include:

Middleware

Attach the middleware to routes that accept prompts:

When the request is allowed, the decision is available as:

Configuration

Publish config/enterprise-governance.php and tune policy:

Custom AI policies implement:

Custom deployment policies implement:

Register custom policies in the relevant config array.

Operations

Inspect package configuration:

Run local quality checks:

Security

Please see SECURITY.md.

Contributing

Please see CONTRIBUTING.md.

License

The MIT License. Please see LICENSE.md.

About VDS International

This package is sponsored and maintained by VDS International. As a specialized software agency, we help organizations take over, stabilize, and scale complex codebase architectures while introducing robust AI and operational governance.

If your enterprise needs custom AI review pipelines, deployment security, or dedicated development support, check out our services at vdsintl.com.


All versions of laravel-enterprise-governance with dependencies

PHP Build Version
Package Version
Requires php Version ^8.2
illuminate/console Version ^11.0|^12.0|^13.0
illuminate/contracts Version ^11.0|^12.0|^13.0
illuminate/database Version ^11.0|^12.0|^13.0
illuminate/http Version ^11.0|^12.0|^13.0
illuminate/support Version ^11.0|^12.0|^13.0
nesbot/carbon Version ^2.72|^3.0
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package vds/laravel-enterprise-governance contains the following files

Loading the files please wait ...