Download the PHP package bravedave/win10_epm without Composer
On this page you can find all versions of the php package bravedave/win10_epm. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download bravedave/win10_epm
More information about bravedave/win10_epm
Files in bravedave/win10_epm
Download bravedave/win10_epm
More information about bravedave/win10_epm
Files in bravedave/win10_epm
Vendor bravedave
Package win10_epm
Short Description Windows 10 End Point Monitor
License MIT
Homepage http://brayworth.com
Package win10_epm
Short Description Windows 10 End Point Monitor
License MIT
Homepage http://brayworth.com
Please rate this library. Is it a good library?
Informations about the package win10_epm
Windows 10 End Point Monitor for DVC
This module can be added to any project using DVC Framework
About
The idea is to run this on a local network, client workstations (Windows 10) will run a Check-In script updating their current status to this server.
The supplied examples work with localhost so with this running on localhost:80 execute the command
Install
composer require bravedave/wepm
- review the app/controller/home to get this working, the easiest would be to copy that file:
Standalone component
To use DVC on a Windows 10 computer (Devel Environment)
-
Install PreRequisits
-
Install PHP : http://windows.php.net/download/
- Install the non threadsafe binary
- by default there is no php.ini (required)
- copy php.ini-production to php.ini
- edit and modify/add (uncomment)
- extension=fileinfo
- extension=sqlite3
- extension=mbstring
- extension=openssl
- note these instructions for PHP Version 7.2.7, the older syntax included .dll on windows
- Install Git : https://git-scm.com/
- Install the Git Bash Here option
- Install Composer : https://getcomposer.org/
-
- Clone or download this repo
- Start the Git Bash Shell
- Composer seems to work best here, depending on how you installed Git
- mkdir c:\data
- cd c:\data
- setup a new project
composer create-project bravedave/win10_epm wepm @dev
- the project is now set up in c:\data\wepm
- cd wepm
- Start the Git Bash Shell
To run the demo
- Review the run.cmd
- The program is now accessible: http://localhost
- Run this from the command prompt to see any errors - there may be a firewall conflict options to fix would be - use another port e.g. 8080
All versions of win10_epm with dependencies
PHP Build Version
Package Version
The package bravedave/win10_epm contains the following files
Loading the files please wait ....