You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+18-1Lines changed: 18 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,13 +10,30 @@ Send and receive faxes in Ruby with the [InterFAX](https://www.interfax.net/en/d
10
10
11
11
This library requires PHP 5.5 and above.
12
12
13
+
### Composer
14
+
13
15
The preferred method of installation is via [Packagist](http://www.packagist.org) and [Composer](http://www.composer.org). Run the following command to install the package and add it as a requirement to your project's `composer.json`:
14
16
15
17
```bash
16
18
composer require interfax/interfax
17
19
```
18
20
19
-
If you are not using composer with your project currently, the [installation](INSTALLATION.md) docs explain how to use composer for a standalone installation.
21
+
### Download the release
22
+
23
+
You can download the package in its entirety (from 1.0.2 onward). The [Releases](https://github.com/interfax/interfax-php/releases) page lists all stable versions. Download any file
24
+
with the name `interFAX-PHP-[RELEASE_NAME].zip` for a package including this library and its dependencies.
25
+
26
+
Uncompress the zip file you download, and include the autoloader in your project:
0 commit comments