{"id":20772238,"url":"https://github.com/ericneves/simplecrudmvc","last_synced_at":"2025-09-28T02:30:48.303Z","repository":{"id":181825602,"uuid":"667410672","full_name":"EricNeves/simpleCRUDMVC","owner":"EricNeves","description":":rocket: Simple CRUD MVC with PHP, OOP, SQL, Authentication, MVC, HTML5, CSS and more..","archived":false,"fork":false,"pushed_at":"2023-11-06T19:59:07.000Z","size":2882,"stargazers_count":12,"open_issues_count":0,"forks_count":4,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-11-17T12:21:34.975Z","etag":null,"topics":["authentication","crud","mvc","mysql","php","router","sql"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/EricNeves.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":"license","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2023-07-17T12:49:05.000Z","updated_at":"2024-10-10T01:36:43.000Z","dependencies_parsed_at":"2023-11-07T02:56:50.604Z","dependency_job_id":null,"html_url":"https://github.com/EricNeves/simpleCRUDMVC","commit_stats":null,"previous_names":["ericneves/simplecrudmvc"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EricNeves%2FsimpleCRUDMVC","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EricNeves%2FsimpleCRUDMVC/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EricNeves%2FsimpleCRUDMVC/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EricNeves%2FsimpleCRUDMVC/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/EricNeves","download_url":"https://codeload.github.com/EricNeves/simpleCRUDMVC/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":234477358,"owners_count":18839654,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["authentication","crud","mvc","mysql","php","router","sql"],"created_at":"2024-11-17T12:19:51.280Z","updated_at":"2025-09-28T02:30:47.966Z","avatar_url":"https://github.com/EricNeves.png","language":"PHP","readme":"\u003ch1 align=\"center\"\u003e\n  \u003cimg src=\".github/icon.png\"\u003e\n  \u003cbr\u003e\n    Simple CRUD MVC\n  \u003cbr\u003e\n\u003c/h1\u003e\n\n\u003ch4 align=\"center\"\u003e\n  Um CRUD de produtos com PHP, SQL, Ajax, Autenticação, Paginação, OOP e arquitetura MVC.\n\u003c/h4\u003e\n\n\u003cp align=\"center\"\u003eData de criação: Jul 17, 2023\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://img.shields.io/github/last-commit/ericneves/simpleCRUDMVC?style=flat-square\u0026logo=github\u0026logoColor=white\u0026color=green\"\u003e\n  \u003cimg src=\"https://img.shields.io/github/languages/top/ericneves/simpleCRUDMVC?style=flat-square\u0026logo=php\u0026logoColor=blue\u0026labelColor=white\"\u003e\n  \u003cimg src=\"https://img.shields.io/github/license/ericneves/simpleCRUDMVC?style=flat-square\u0026logo=github\u0026color=red\"\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"#features\"\u003eFeatures\u003c/a\u003e •\n  \u003ca href=\"#how-to-use\"\u003eHow to User ?\u003c/a\u003e\n\u003c/p\u003e\n\n![Screenshot1](.github/screenshotA.png)\n![Screenshot2](.github/screenshotB.png)\n\nWebsite: [SimpleCRUDMVC](https://simplecrudmvc.000webhostapp.com/)\n\n### Features\n\nA aplicação explora diversos recursos, como autenticação, permitir ações apenas ao usuário autenticado, rotas dinâmicas, segurança nas rotas, paginação, requisições assíncronas e muito mais.\n\n* PHP\n  - \u003cb\u003ePDO (SQL)\u003c/b\u003e\n  - \u003cb\u003eOOP\u003c/b\u003e\n  - \u003cb\u003eSPL - Autoload\u003c/b\u003e\n* SQL\n  - \u003cb\u003eDDL / DML\u003c/b\u003e\n* Javascript\n  - \u003cb\u003eFetch API (Async)\u003c/b\u003e\n  - \u003cb\u003eNullish Operator\u003c/b\u003e\n  - \u003cb\u003eDropdown\u003c/b\u003e\n  - \u003cb\u003eResponsive Menu\u003c/b\u003e\n* HTML/CSS\n\n### How to use\n\nSegue-se alguns passos para a execução da aplicação:\n\n- Iniciar o servidor \u003cb\u003eApache\u003c/b\u003e e o \u003cb\u003eMysql\u003c/b\u003e.\n- Configure o arquivo config.php com suas credenciais de banco de dados e edite o BASE_URL conforme a necessidade.\n- Copie a pasta do projeto para dentro do servidor \u003cb\u003eApache\u003c/b\u003e.\n- Ativar o ModRewrite: \u003cb\u003ecomando via terminal\u003c/b\u003e: ```a2enmod rewrite``` ou habilitar nas configurações do \u003cb\u003eApache\u003c/b\u003e.\n- Executar os comandos \u003cb\u003eDDL\u003c/b\u003e e \u003cb\u003eDML\u003c/b\u003e do arquivo \u003cb\u003edatabase.sql\u003c/b\u003e, o arquivo se encontra na raiz do projeto.\n\n\n```sh\n\n#Credenciais para acesso\n\n$ email: ericneves@email.com\n$ senha: admin\n\n```\n\n### License 📃\n\n\u003cimg src=\"https://img.shields.io/github/license/ericneves/simpleCRUDMVC?style=flat-square\u0026logo=github\u0026color=red\" alt=\"License\"\u003e\n\n---\n\n### Author 🧑‍💻\n\u003e\u003ca href=\"https://www.instagram.com/ericneves_dev/\"\u003e\u003cimg src=\"https://img.shields.io/badge/Instagram-E4405F?style=for-the-badge\u0026logo=instagram\u0026logoColor=white\"\u003e\u003c/a\u003e \u003ca href=\"https://linkedin.com/in/ericnevesrr\"\u003e \u003cimg src=\"https://img.shields.io/badge/LinkedIn-0077B5?style=for-the-badge\u0026logo=linkedin\u0026logoColor=white\"\u003e\u003c/a\u003e\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fericneves%2Fsimplecrudmvc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fericneves%2Fsimplecrudmvc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fericneves%2Fsimplecrudmvc/lists"}