Download the PHP package onnysan/device-security without Composer
On this page you can find all versions of the php package onnysan/device-security. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download onnysan/device-security
More information about onnysan/device-security
Files in onnysan/device-security
Package device-security
Short Description modul sekuriti untuk mendeteksi perangkat
License MIT
Informations about the package device-security
Device Security Checker
Device Security Checker adalah library php untuk pengecekan berdasarkan physical device ID(ex: Mac Address), ID Akun Aplikasi(ex: Username) atau kombinasi antar physical dan akun apakah perangkat sudah terdaftar dan diperbolehkan untuk mengakses aplikasi lebih lanjut.
Features!
- Cek ID Perangkat, ID Akun, Akun dan Perangkat.
- Support Beberapa vendor Database(menggunakan Doctrine ORM) :
- SQL Server (tested)
- MySql (Untested)
- Etc (Untested)
You can also (next):
- Import Data from Excel( dengan pola template terstandard)
- Export data to Excel
- Session management :
- get expired token
- auto update expired token
Tech
Device Security Checker uses a number of open source projects to work properly:
- [doctrine/orm] - The Doctrine Project is the home to several PHP libraries primarily focused on database storage and object mapping.
- [symfony/validator] - The Symfony validator is a powerful tool that can be leveraged to guarantee that the data of any object is "valid".
- [doctrine/annotations] - Docblock Annotations Parser library (extracted from Doctrine Common).
Installation
Device Security Checker requires PHP 5.6.+ to run. Composer Installed.
Install the dependencies and devDependencies and start the server.
Basic Usage
use Security\Lib\Services\Security
untuk menginisialisasi class Security
didalam class ada beberapa fungsi untuk mengecek ID Perangkat dan ID akun.
-
Cek perangkat
-
Cek Akun
-
Cek Akun dan Perangkat
-
Tambah Perangkat
-
Remove Perangkat
- Untuk selebihnya silahkan cek method di class folder
vendor\onnysan\device-security\src\Lib\Services
- SecurityReader.php
- SecurityUpdater.php
- SecurityRemover.php
Todos
- Session Management
- Export Import
License
MIT
All versions of device-security with dependencies
symfony/validator Version ^4.3
doctrine/annotations Version ^1.6