https://github.com/ernandesrs/easy-crud
Features for database manipulation: create, read, update, delete
https://github.com/ernandesrs/easy-crud
crud database easy-crud php php-crud php8
Last synced: about 2 months ago
JSON representation
Features for database manipulation: create, read, update, delete
- Host: GitHub
- URL: https://github.com/ernandesrs/easy-crud
- Owner: ernandesrs
- Created: 2023-06-22T16:32:45.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-23T19:10:09.000Z (about 3 years ago)
- Last Synced: 2025-03-20T12:38:29.821Z (over 1 year ago)
- Topics: crud, database, easy-crud, php, php-crud, php8
- Language: PHP
- Homepage:
- Size: 25.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# EasyCrud
EasyCrud é um projeto de estudo do PHP, ele um é simples componente PHP que visa facilitar os processos mais básicos de manipulação de banco de dados MYSQL: CREATE, READ, UPDATE, DELETE.
EasyCrud is a PHP study project, it is a simple PHP component that aims to facilitate the most basic MYSQL database manipulation processes: CREATE, READ, UPDATE, DELETE.
# Documentação(Documentation)
[Documentação em português](docs/doc-pt.md) | [Documentation in English](docs/doc-en.md)
# Requirements(Requisitos)
* PHP 8 ou superior(PHP 8 or higher)