From d8e716fbd363a0ad724d8d309d974215ff7b8e55 Mon Sep 17 00:00:00 2001 From: Tobias Nyholm Date: Sat, 8 Apr 2017 01:28:18 +0200 Subject: [PATCH] Removed old "shared host install". (#331) --- README.md | 1 - SharedHostInstall.md | 39 --------------------------------------- 2 files changed, 40 deletions(-) delete mode 100644 SharedHostInstall.md diff --git a/README.md b/README.md index 5cbe123..f714021 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,6 @@ If you just want to get started quickly you should run the following command: ```bash php composer.phar require mailgun/mailgun-php php-http/curl-client guzzlehttp/psr7 ``` -**For shared hosts without SSH access, check out our [Shared Host Instructions](SharedHostInstall.md).** ### Why requiring so many packages? diff --git a/SharedHostInstall.md b/SharedHostInstall.md deleted file mode 100644 index bc94c0f..0000000 --- a/SharedHostInstall.md +++ /dev/null @@ -1,39 +0,0 @@ -Shared Host Installation -======================== - -If you do not have SSH access to your server, fear not! You can still run -composer and download the SDK. Here's how... - -Installation ------------- - -Linux / Mac OSX: -*PHP is typically installed by default, consult your distribution documentation. Instructions from [getcomposer.org](http://getcomposer.org/doc/00-intro.md#installation-nix).* - -1. curl -sS https://getcomposer.org/installer | php -2. php composer.phar require mailgun/mailgun-php:~1.7.2 -3. The files will be downloaded to your local computer. -4. Upload the files to your webserver. - - -Windows: -*PHP must be installed on your computer, [download](http://windows.php.net/download/0). Instructions from [getcomposer.org](http://getcomposer.org/doc/00-intro.md#installation-windows).* - -1. Download and run [Composer-Setup.exe](https://getcomposer.org/Composer-Setup.exe). -2. Open a Command Prompt and type "php composer require mailgun/mailgun-php:~1.7.2". -3. The files will be downloaded to your local computer. -4. Upload the files to your webserver. - - -Support and Feedback --------------------- - -Be sure to visit the Mailgun official -[documentation website](http://documentation.mailgun.com/) for additional -information about our API. - -If you find a bug, please submit the issue in Github directly. -[Mailgun-PHP Issues](https://github.com/mailgun/Mailgun-PHP/issues) - -As always, if you need additional assistance, drop us a note at -[support@mailgun.com](mailto:support@mailgun.com).