bornfight / transfer-object-converter
Populate given object from POST request - both from $_POST and $_FILES
Installs: 622
Dependents: 0
Suggesters: 0
Security: 0
Stars: 13
Watchers: 13
Forks: 0
Open Issues: 12
Type:symfony-bundle
Requires
- php: ^7.2
- sensio/framework-extra-bundle: ^5.3
- symfony/property-access: ^4.2
- symfony/property-info: ^4.2
- symfony/validator: ^4.2
Requires (Dev)
- codeception/codeception: ^2.5
- codeception/verify: ^1.0
- friendsofphp/php-cs-fixer: ^2.13
- phpmd/phpmd: @stable
- phpstan/phpstan-shim: ^0.11.6
- phpstan/phpstan-strict-rules: ^0.11.0
- sebastian/phpcpd: ^4
- dev-master
- 1.0.2
- 1.0.0
- dev-dependabot/composer/friendsofphp/php-cs-fixer-3.0.1
- dev-dependabot/composer/symfony/http-foundation-4.4.29
- dev-dependabot/composer/symfony/property-access-4.4.27
- dev-dependabot/composer/symfony/property-info-4.4.27
- dev-dependabot/composer/phpmd/phpmd-2.10.2
- dev-dependabot/add-v2-config-file
- dev-dependabot/composer/codeception/codeception-4.1.12
- dev-dependabot/composer/phpstan/phpstan-strict-rules-0.11.1
- dev-dependabot/composer/sensio/framework-extra-bundle-5.4.1
- dev-dependabot/composer/phpstan/phpstan-shim-0.12.0
- dev-dependabot/composer/codeception/verify-1.3.0
- dev-dependabot/composer/symfony/validator-4.3.3
This package is auto-updated.
Last update: 2024-10-29 05:29:00 UTC
README
What is this package?
Package helps you get data sent via HTTP POST. If you want to get request body, there are other converters to get it. It populates the variable which you target it to ( must be some class with properties for it to work ).
How to use the package?
How to install the package?
$ composer require bornfight/transfer-object-converter
Tests & analysis
Running tests
$ composer test
Running tests with code coverage generated
$ composer ci:test
Running static analysis
$ composer analysis
Running static analysis with reports
$ composer ci:analysis
Running static analysis on tests
$ composer analysis:tests
Running static analysis with reports on tests
$ composer ci:analysis:tests
License
This library is licensed under the MIT license. Please see LICENSE for more details.
Changelog
Please see CHANGELOG for more details.
Contributing
Please see CONTRIBUTING for more details.