Skip to content

Commit

Permalink
Initial commit.
Browse files Browse the repository at this point in the history
  • Loading branch information
kfirba committed Jan 12, 2018
0 parents commit 124755e
Show file tree
Hide file tree
Showing 6 changed files with 1,677 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
/.idea
/vendor
.php_cs.cache
21 changes: 21 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"name": "kfirba/import-query-generator",
"description": "A class that generates efficient mass resource imports distinguishing between new records andnd records to update.",
"type": "library",
"license": "MIT",
"authors": [
{
"name": "Kfir Bens-Ami",
"email": "[email protected]"
}
],
"require": {},
"require-dev": {
"phpunit/phpunit": "^6.5"
},
"autoload": {
"psr-4": {
"Kfirba\\": "src/"
}
}
}
Loading

0 comments on commit 124755e

Please sign in to comment.