PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Juraj Puchký   PHP Object Copy Properties   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Object Copy Properties
Copy values of an object to another
Author: By
Last change: Update of composer.json
Date: 2 years ago
Size: 547 bytes
 

Contents

Class file image Download
{ "name": "baba/php-object-copy", "description": "Simple implementation of copy properties from one object to another by Reflection API.", "type": "library", "require": { "php": ">=5.3.0" }, "autoload": { "psr-4": { "BABA\\Utils\\": "src/" } }, "provide": { "baba/php-object-copy": "1.0.0.3" }, "license": "MIT", "authors": [ { "name": "Juraj Puchký", "email": "info@baba.bj" } ], "minimum-stability": "dev" }