Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/parzibyte/asistencia-php-rfid
Sistema de asistencia de empleados con PHP usando tarjetas RFID. Basado en https://parzibyte.me/blog/2020/11/28/sistema-registro-asistencia-tarjetas-rfid/
https://github.com/parzibyte/asistencia-php-rfid
attendance attendance-management-system esp8266 php rc522 rfid rfid-tags tracking
Last synced: about 2 months ago
JSON representation
Sistema de asistencia de empleados con PHP usando tarjetas RFID. Basado en https://parzibyte.me/blog/2020/11/28/sistema-registro-asistencia-tarjetas-rfid/
- Host: GitHub
- URL: https://github.com/parzibyte/asistencia-php-rfid
- Owner: parzibyte
- License: mit
- Created: 2020-11-27T17:12:57.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-04-13T17:08:59.000Z (almost 3 years ago)
- Last Synced: 2023-03-03T13:37:21.104Z (almost 2 years ago)
- Topics: attendance, attendance-management-system, esp8266, php, rc522, rfid, rfid-tags, tracking
- Language: PHP
- Homepage: https://parzibyte.me/blog/2020/11/28/sistema-registro-asistencia-tarjetas-rfid/
- Size: 1.38 MB
- Stars: 5
- Watchers: 1
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Attendance tracking system with RFID, PHP & MySQL / Sistema de registro de asistencia usando tarjetas RFID programado en PHP y MySQL
[Tutorial](https://parzibyte.me/blog/2020/11/28/sistema-registro-asistencia-tarjetas-rfid/)[Based on this project](https://parzibyte.me/blog/2020/11/22/sistema-registro-asistencia-php-mysql/)
![Attendance system in PHP and MySQL by using RFID tags](https://parzibyte.me/blog/wp-content/uploads/2020/11/Emparejamiento-de-tarjeta-RFID-con-empleado-Sistema-de-asistencia-con-PHP-y-MySQL.png)
# Español
Sistema de asistencia de empleados usando tarjetas RFID; programado en PHP usando Bootstrap y MySQL
1. Descarga el código y colócalo en tu servidor ya sea local o en internet
2. Crea la base de datos y luego importa las tablas de **schema.sql**
3. Crea el archivo llamado **env.php** a partir del archivo **env.example.php**, y configura las credenciales de acceso a MySQL
4. DisfrutaNo olvides seguirme si te ha gustado: https://parzibyte.me/blog/sigueme/
# English
Employee attendance system written in PHP, Bootstrap and MySQL. The attendance tracking can be taken by using RFID cards1. Download code and put in in your local or internet server
2. Create database and import tables listed in **schema.sql**
3. Create **env.php** file, taking **env.example.php** as example and set your database credentials
4. Enjoy