Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/open-southeners/laravel-dto
Integrate data transfer objects into Laravel, the easiest way
https://github.com/open-southeners/laravel-dto
data-transfer-object laravel laravel-package php php-attributes php8 typescript-generator
Last synced: about 2 months ago
JSON representation
Integrate data transfer objects into Laravel, the easiest way
- Host: GitHub
- URL: https://github.com/open-southeners/laravel-dto
- Owner: open-southeners
- License: mit
- Created: 2023-03-15T16:44:03.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-19T17:36:34.000Z (5 months ago)
- Last Synced: 2024-10-29T23:54:55.464Z (2 months ago)
- Topics: data-transfer-object, laravel, laravel-package, php, php-attributes, php8, typescript-generator
- Language: PHP
- Homepage: https://docs.opensoutheners.com/laravel-dto/
- Size: 262 KB
- Stars: 9
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
Laravel DTO [![required php version](https://img.shields.io/packagist/php-v/open-southeners/laravel-dto)](https://www.php.net/supported-versions.php) [![run-tests](https://github.com/open-southeners/laravel-dto/actions/workflows/tests.yml/badge.svg?branch=main)](https://github.com/open-southeners/laravel-dto/actions/workflows/tests.yml) [![codecov](https://codecov.io/gh/open-southeners/laravel-dto/branch/main/graph/badge.svg?token=LjNbU4Sp2Z)](https://codecov.io/gh/open-southeners/laravel-dto) [![Edit on VSCode online](https://img.shields.io/badge/vscode-edit%20online-blue?logo=visualstudiocode)](https://vscode.dev/github/open-southeners/laravel-dto)
===Integrate data transfer objects into Laravel, the easiest way
## Getting started
```
composer require open-southeners/laravel-dto
```## Documentation
[Official documentation](https://docs.opensoutheners.com/laravel-dto/)
## Partners
[![skore logo](https://github.com/open-southeners/partners/raw/main/logos/skore_logo.png)](https://getskore.com)
## License
This package is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT).