{"id":15023124,"url":"https://github.com/aivirth/traversymvc","last_synced_at":"2025-08-18T01:36:12.835Z","repository":{"id":28237863,"uuid":"117696265","full_name":"Aivirth/TraversyMVC","owner":"Aivirth","description":"Mini php framework created originally by Brad Traversy through his Udemy Course. Completely open source.","archived":false,"fork":false,"pushed_at":"2023-01-11T22:00:52.000Z","size":2621,"stargazers_count":30,"open_issues_count":23,"forks_count":24,"subscribers_count":10,"default_branch":"master","last_synced_at":"2025-04-09T19:53:25.833Z","etag":null,"topics":["bootstrap-4","nodejs","php","php5"],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Aivirth.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-01-16T14:46:46.000Z","updated_at":"2024-06-22T21:09:54.000Z","dependencies_parsed_at":"2023-01-14T08:25:28.408Z","dependency_job_id":null,"html_url":"https://github.com/Aivirth/TraversyMVC","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Aivirth/TraversyMVC","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Aivirth%2FTraversyMVC","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Aivirth%2FTraversyMVC/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Aivirth%2FTraversyMVC/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Aivirth%2FTraversyMVC/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Aivirth","download_url":"https://codeload.github.com/Aivirth/TraversyMVC/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Aivirth%2FTraversyMVC/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270932581,"owners_count":24670241,"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","status":"online","status_checked_at":"2025-08-17T02:00:09.016Z","response_time":129,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["bootstrap-4","nodejs","php","php5"],"created_at":"2024-09-24T19:58:45.277Z","updated_at":"2025-08-18T01:36:12.816Z","avatar_url":"https://github.com/Aivirth.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Mini PHP framework\n\nMini PHP framework created by [Brad Traversy](https://github.com/bradtraversy) through his udemy course. Customized by me and used as base for integrating and testing new technologies.\n\n### Disclaimer\n\nIt's not advisable to use this for live projects as this is still an alpha project I'm using to learn and exercise.\nIf you are inclined to help with bugs corrections and developing new features you are free to do so.\n\n## Getting Started\n\nCopy the project in your folder and install the database dump in your PhpMyAdmin.\nFollow the instructions to complete the installation.\n\n### Prerequisites\n\n* Apache Server\n* PHP 5.6+\n* Node.js\n* Mysql Database\n\n\nInstall [XAMPP](https://www.apachefriends.org/it/index.html) for an easy quickstart\n\n\n### Config File\n\nModify the app/config/config.php file according to your needs. You can use example.config.php file inside the same folder as an example based on my local settings.\n\n```\n//Database Configuration\ndefine('DB_HOST', '\u003cdatabaseHost\u003e');\ndefine('DB_USER', '\u003cdatabaseUser\u003e');\ndefine('DB_PASS', '\u003cdatabasePassword\u003e');\ndefine('DB_NAME', '\u003cdatabaseName\u003e');\n```\n\nModify it like this\n\n```\n//Database Configuration\ndefine('DB_HOST', 'localhost');\ndefine('DB_USER', 'root');\ndefine('DB_PASS', '');\ndefine('DB_NAME', 'shareposts');\n```\n\n### htaccess file\n\nModify che .htaccess file inside the public folder to match the name of your installation folder\n\n### Install the Database\n\nCreate a database of your choice in PhpMyAdmin and import the traversy_mvc.sql file in it.\n\n### Install node dependencies\n\nRun the following command inside the same folder where is present the package.json file.\n\n```\nnpm install\n```\n\n\n## Built With\n\n* PHP\n* Node\n* Bootstrap CSS 4.0\n\n\n## Authors\n\n* **Brad Traversy** - *Initial work* - [Brad Traversy](https://github.com/bradtraversy)\n\nSee also the list of [contributors](https://github.com/Aivirth/TraversyMVC/graphs/contributors) who participated in this project.\n\n## License\n\nThis project is licensed under the MIT License\n\n## Objectives\n\n* Javascript functionality in views\n* Basic userfriendly CMS setup similar to wordpress for backend\n* Media Gallery\n* Vue.js implementation\n* Conversion to BulmaCSS\n* MaterializeCSS fork\n* React.js fork\n* Webpack implementation\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faivirth%2Ftraversymvc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faivirth%2Ftraversymvc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faivirth%2Ftraversymvc/lists"}