We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ce4b34 commit 996d2cbCopy full SHA for 996d2cb
README.md
@@ -2,6 +2,8 @@
2
3
This is a simple library that facilitates the merging of two or more PHP `stdClass` object properties
4
5
+[](https://travis-ci.com/dcarbone/php-object-merge)
6
+
7
## Non-Recursive
8
The fastest approach to merging two objects will simply apply the fields present in the list of `...$others`
9
to the root object.
0 commit comments