Initial Commit

This commit is contained in:
2018-12-26 18:40:06 +01:00
commit cb892d0d3b
6 changed files with 159 additions and 0 deletions

14
composer.json Normal file
View File

@@ -0,0 +1,14 @@
{
"name": "fthielen/servercow_api",
"type": "project",
"description": "PHP API Client for the ServerCow DNS API",
"version": "1.0.0",
"require": {
"vlucas/phpdotenv": "^2.5"
},
"scripts": {
"post-root-package-install": [
"@php -r \"file_exists('.env') || copy('.env.example', '.env');\""
],
}
}