Secure Management and Monitoring Platform
Go to file
xdrm-brackets aec043a67e Blocks in view: history/view 2017-11-08 13:49:18 +01:00
build Blocks in view: history/view 2017-11-08 13:49:18 +01:00
config Added module 'authenticationDefault/get_admins' to fetch all admins of the warehouse 2017-11-07 12:16:13 +01:00
lib update composer + added grumphp with phplint to / 2017-05-12 17:15:05 +02:00
phpunit [phpunit] user/create/params tests 2017-05-13 11:21:41 +02:00
public_html Added history/archive to 'view'-er + fixed views' class 2017-11-08 13:46:57 +01:00
spec/build/api/core [1] Created 'deployDefault' and renamed 'moduleDefault' to 'fetchDefault'[2] Implemented 'deployDefault/dispatch' which has the same kind of implementation as 'fetchDefault/dispatch'[3] Implemented 'deployDefault/rfid_read' with the useful data for it to work properly[4] Integrated deployDefault to machineDefault::getMachineWorkingInformation 2017-09-28 16:57:30 +02:00
.gitignore git ignore now /tmp and /public_html/tmp 2017-11-08 13:47:40 +01:00
.htaccess Upgrade framework's structure 2016-10-18 16:03:03 +02:00
README.md Updated quickly README.md 2017-01-06 10:27:30 +01:00
autoloader.php Fixed composer autoloader + autolader.php 2017-09-20 12:46:57 +02:00
composer.json Removed build/viewer + migrated forms of machine/* 2017-11-07 11:21:27 +01:00
composer.lock Fixed machine/create failure because added 'ap' and 'ip' fields -> insert check failed 2017-10-11 14:14:10 +02:00
grants.sql Added SQL data 2017-05-10 09:58:57 +02:00
grumphp.yml Moved from phpunit->kahlan + autoloader fix 2017-09-19 16:38:16 +02:00
logauth.sql Added module 'motheure' + displayed motor count in machine view 2017-10-12 22:10:24 +02:00
todo.md Update [Database] to [DatabaseDriver] which can handle multiple databases 2016-11-05 14:57:35 +01:00

README.md

project: LogAuth
version: 2.0-1
developers:
   - xdrm-brackets

Introduction

This project's aim is to help manage any kind of set of resources. For instance it could manage machines in a park, doors in a hotel, cars in a company park, etc.

The main functionalities are to :

  1. Identify each user with a RFID card.
  2. Give access or not to these resources.
  3. Log every access to resources.

System elements

The system contains 2 types of elements:

  • SMMP (Secure Management and Monitoring Platform)
  • SATS (Secure Authentication and Tracking System)