File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,9 @@ This API client is intended to be used with Technitiums DNS Server
44
55## Installation
66
7- Via Git: ` git clone https://github.com/ente/technitium-dnsserver-php-api.git `
7+ Via Git: ` git clone https://github.com/ente/technitium-dnsserver-php-api.git ` or ` composer require ente/technitium-dnsserver-php-api `
8+
9+ Then: ` require_once "/path/to/vendor/autoload.php"; ` & ` use Technitium\DNSServer\API\API; `
810Then: ` require_once "/path/to/API.dnsserver.ente.php"; ` & ` use Technitium\DNSServer\API\API; `
911
1012## Configuration
Original file line number Diff line number Diff line change 11{
22 "name" : " ente/technitium-dnsserver-php-api" ,
33 "type" : " library" ,
4- "license" : " GNU General Public License 3.0" ,
4+ "license" : " GPL- 3.0-only " ,
55 "version" : " 1.0" ,
66 "authors" : [
77 {
You can’t perform that action at this time.
0 commit comments