Download the PHP package azaharizaman/nexus-procurement without Composer

On this page you can find all versions of the php package azaharizaman/nexus-procurement. 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 nexus-procurement

Nexus\Procurement

Framework-agnostic procurement management package for Nexus ERP

The Procurement package provides a comprehensive, pure PHP solution for purchase requisitions, purchase orders, goods receipts, 3-way matching, and vendor quote management. It follows strict contract-driven design principles and integrates seamlessly with the Nexus monorepo architecture.

Features

Installation

Architecture

Package Structure

Core Principles

  1. Logic in Packages, Implementation in Applications

    • Package defines what (interfaces, services, value objects)
    • Application defines how (Eloquent models, repositories, migrations)
  2. Framework Agnostic

    • Zero Laravel dependencies in src/
    • No Illuminate\* classes
    • No Eloquent models
    • No database queries
  3. Dependency Injection
    • Constructor injection for all dependencies
    • Interface-based dependencies only

Usage Examples

Create Purchase Requisition

Approve Requisition (with Segregation of Duties)

Convert Requisition to Purchase Order

Record Goods Receipt

Three-Way Matching

Business Rules

Integration Points

Exception Handling

All domain exceptions extend ProcurementException:

Performance

Requirements Addressed

This package addresses all requirements in REQUIREMENTS.md:

Total: 44 requirements

Testing

Package tests use mocks for all repository implementations:

📖 Documentation

Package Documentation

Additional Resources

License

MIT License. See LICENSE file for details.


All versions of nexus-procurement with dependencies

PHP Build Version
Package Version
Requires php Version ^8.2
psr/log Version ^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 azaharizaman/nexus-procurement contains the following files

Loading the files please wait ...