Browse code

Created repository.

DoubleBastionAdmin authored on 01/03/2022 23:31:10
Showing 1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,14 @@
1
+{
2
+    "name": "phaxio/phaxio",
3
+    "type": "library",
4
+    "description": "The Phaxio API PHP library",
5
+    "keywords": ["phaxio", "fax"],
6
+    "homepage": "http://www.phaxio.com/",
7
+    "license": "MIT",
8
+    "require": {
9
+        "php": ">=5.3.0"
10
+    },
11
+    "autoload": {
12
+        "psr-0": { "Phaxio\\": "lib/", "Phaxio": "lib/" }
13
+    }
14
+}