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
- Run `composer require killbill/killbill-client`. This will download the library into the `vendor/` folder and create a `composer.json` and a `composer.lock` file that define this dependency.
65
+
- Include the auto-generated `autoload.php` file from the `vendor/` folder.
66
+
- You can now use the client like above described.
67
+
- If you don't want to have an additional build step, just check the `vendor/` folder into your repository.
54
68
55
69
Requirements
56
70
------------
@@ -61,4 +75,4 @@ The PHP library requires PHP 5.3.0 or greater with _libcurl_ compiled (e.g. you
61
75
Support
62
76
-------
63
77
64
-
Feel free to ask questions on the [killbilling-users](https://groups.google.com/forum/?fromgroups#!forum/killbilling-users) Google Group.
78
+
Feel free to ask questions on the [killbilling-users](https://groups.google.com/forum/?fromgroups#!forum/killbilling-users) Google Group.
0 commit comments