robodocxs/robodocxs-middleware-dtos

A package to provide the DTOs for Robodocxs middlewares

1.1.2 2025-03-03 19:44 UTC

This package is not auto-updated.

Last update: 2025-03-03 19:48:15 UTC


README

This package provides DTOs that are used between the Robodocxs Core Service and its ERP middlewares.

Installation

composer require robodocxs/robodocxs-middleware-dtos

Development

To symlink this project in your local middleware for faster development, follow these steps:

  1. Add repository to composer.json
"repositories": [
    {
        "type": "path",
        "url": "../robodocxs-middleware-dtos",
        "options": {
            "symlink": true
        }
    }
]
  1. Require dev-main and prefer source:
composer require robodocxs/robodocxs-middleware-dtos:dev-main --prefer-source

Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

License

The MIT License (MIT).