robodocxs / robodocxs-middleware-dtos
A package to provide the DTOs for Robodocxs middlewares
Package info
github.com/robodocxs/robodocxs-middleware-dtos
pkg:composer/robodocxs/robodocxs-middleware-dtos
2.5.0
2026-06-08 21:45 UTC
Requires
- php: ^8.1
- nesbot/carbon: ^2.60 || ^3.0
- spatie/laravel-data: ^4.17
Requires (Dev)
- phpunit/phpunit: ^12.3
This package is not auto-updated.
Last update: 2026-08-03 22:34:24 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:
- Add repository to
composer.json
"repositories": [
{
"type": "path",
"url": "../robodocxs-middleware-dtos",
"options": {
"symlink": true
}
}
]
- Require
dev-mainand 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).