https://github.com/parzibyte/asistencia-php
Sistema de asistencia de empleados en PHP - Attendance employee system in PHP
https://github.com/parzibyte/asistencia-php
asistencia asistencia-php attendance empleado employee php tracking
Last synced: about 1 year ago
JSON representation
Sistema de asistencia de empleados en PHP - Attendance employee system in PHP
- Host: GitHub
- URL: https://github.com/parzibyte/asistencia-php
- Owner: parzibyte
- License: mit
- Created: 2020-11-18T19:40:38.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-11-23T00:05:15.000Z (over 5 years ago)
- Last Synced: 2025-03-26T07:21:57.082Z (about 1 year ago)
- Topics: asistencia, asistencia-php, attendance, empleado, employee, php, tracking
- Language: PHP
- Homepage: https://parzibyte.me/blog/2020/11/22/sistema-registro-asistencia-php-mysql/
- Size: 1.36 MB
- Stars: 7
- Watchers: 0
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Attendance tracking system with PHP & MySQL / Sistema de registro de asistencia en PHP y MySQL
[Tutorial](https://parzibyte.me/blog/2020/11/22/sistema-registro-asistencia-php-mysql/)

# Español
Sistema de asistencia de empleados 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. Disfruta
No olvides seguirme si te ha gustado: https://parzibyte.me/blog/sigueme/
# English
Employee attendance system written in PHP, Bootstrap and MySQL
1. 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