IZcontrol is a server side application that makes it possible to easily control remote appliances over the network using telnet, UDP and other protocols.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

204 lines
6.9 KiB

{
"_readme": [
"This file locks the dependencies of your project to a known state",
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "f4784bd93a60f1cf96e2ee40541cf763",
"packages": [
{
"name": "clue/socket-raw",
"version": "v1.4.1",
"source": {
"type": "git",
"url": "https://github.com/clue/php-socket-raw.git",
"reference": "00ab102d061f6cdb895e79dd4d69140c7bda31cc"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/clue/php-socket-raw/zipball/00ab102d061f6cdb895e79dd4d69140c7bda31cc",
"reference": "00ab102d061f6cdb895e79dd4d69140c7bda31cc",
"shasum": ""
},
"require": {
"ext-sockets": "*",
"php": ">=5.3"
},
"require-dev": {
"phpunit/phpunit": "^7.0 || ^6.0 || ^5.2 || ^4.8.35"
},
"type": "library",
"autoload": {
"psr-4": {
"Socket\\Raw\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Christian Lück",
"email": "christian@clue.engineering"
}
],
"description": "Simple and lightweight OOP wrapper for PHP's low-level sockets extension (ext-sockets)",
"homepage": "https://github.com/clue/php-socket-raw",
"keywords": [
"Socket",
"client",
"datagram",
"dgram",
"icmp",
"ipv6",
"server",
"stream",
"tcp",
"udg",
"udp",
"unix"
],
"support": {
"issues": "https://github.com/clue/php-socket-raw/issues",
"source": "https://github.com/clue/php-socket-raw/tree/v1.4.1"
},
"time": "2019-10-28T12:32:07+00:00"
},
{
"name": "graze/telnet-client",
"version": "v2.2.2",
"source": {
"type": "git",
"url": "https://github.com/graze/telnet-client.git",
"reference": "b8091d6fbf261aea2ff28cf47fb9b0d0853f63d3"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/graze/telnet-client/zipball/b8091d6fbf261aea2ff28cf47fb9b0d0853f63d3",
"reference": "b8091d6fbf261aea2ff28cf47fb9b0d0853f63d3",
"shasum": ""
},
"require": {
"clue/socket-raw": "^1.3",
"php": ">5.5.0"
},
"require-dev": {
"graze/standards": "^2.0",
"mockery/mockery": "^0.9.4",
"phpunit/phpunit": "^5.0",
"squizlabs/php_codesniffer": "^3.5.0",
"symfony/var-dumper": "^3.0"
},
"type": "library",
"autoload": {
"psr-4": {
"Graze\\TelnetClient\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "John Smith",
"email": "john@graze.com",
"role": "Developer"
},
{
"name": "Graze Developers",
"email": "developers@graze.com",
"homepage": "http://www.graze.com",
"role": "Development Team"
},
{
"name": "Bestnetwork",
"email": "reparto.sviluppo@bestnetwork.it"
},
{
"name": "Dalibor Andzakovic",
"email": "dali@swerve.co.nz"
},
{
"name": "Marc Ennaji"
},
{
"name": "Matthias Blaser",
"email": "mb@adfinis.ch"
},
{
"name": "Christian Hammers",
"email": "chammers@netcologne.de"
}
],
"description": "Telnet client written in PHP",
"homepage": "https://github.com/graze/telnet-client",
"keywords": [
"client",
"graze",
"php",
"telnet",
"telnet-client"
],
"support": {
"issues": "https://github.com/graze/telnet-client/issues",
"source": "https://github.com/graze/telnet-client/tree/master"
},
"time": "2020-06-30T00:25:30+00:00"
},
{
"name": "tomnomnom/phpwol",
"version": "0.1.1",
"source": {
"type": "git",
"url": "https://github.com/tomnomnom/phpwol.git",
"reference": "678ab79a9a0effac290c2edf37c2a74c6bb6a46f"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/tomnomnom/phpwol/zipball/678ab79a9a0effac290c2edf37c2a74c6bb6a46f",
"reference": "678ab79a9a0effac290c2edf37c2a74c6bb6a46f",
"shasum": ""
},
"require-dev": {
"phpunit/phpunit": "3.7.*"
},
"type": "library",
"autoload": {
"psr-0": {
"Phpwol": "./"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Tom Hudson",
"email": "mail@tomnomnom.com",
"homepage": "http://tomhudson.co.uk/"
}
],
"description": "Wake On LAN for PHP",
"homepage": "https://github.com/tomnomnom/phpwol/",
"support": {
"issues": "https://github.com/tomnomnom/phpwol/issues",
"source": "https://github.com/tomnomnom/phpwol/tree/route"
},
"time": "2017-03-21T22:39:03+00:00"
}
],
"packages-dev": [],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": [],
"prefer-stable": false,
"prefer-lowest": false,
"platform": {
"php": ">=5.4"
},
"platform-dev": [],
"plugin-api-version": "2.0.0"
}