{"id":19632922,"url":"https://github.com/ampmonteiro/suggestotron","last_synced_at":"2026-04-15T14:03:57.301Z","repository":{"id":65613995,"uuid":"595765943","full_name":"ampmonteiro/suggestotron","owner":"ampmonteiro","description":"Improve version of suggestron project with modern php, composer and Docker","archived":false,"fork":false,"pushed_at":"2023-02-15T18:20:15.000Z","size":924,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-26T21:17:09.125Z","etag":null,"topics":["composer","docker","mysql8","php8","tailwindcss"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":false,"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/ampmonteiro.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":"2023-01-31T19:09:14.000Z","updated_at":"2023-02-02T18:06:23.000Z","dependencies_parsed_at":"2023-02-16T22:46:04.559Z","dependency_job_id":null,"html_url":"https://github.com/ampmonteiro/suggestotron","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ampmonteiro/suggestotron","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ampmonteiro%2Fsuggestotron","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ampmonteiro%2Fsuggestotron/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ampmonteiro%2Fsuggestotron/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ampmonteiro%2Fsuggestotron/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ampmonteiro","download_url":"https://codeload.github.com/ampmonteiro/suggestotron/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ampmonteiro%2Fsuggestotron/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":285628306,"owners_count":27204436,"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-11-21T02:00:06.175Z","response_time":61,"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":["composer","docker","mysql8","php8","tailwindcss"],"created_at":"2024-11-11T12:15:45.735Z","updated_at":"2025-11-21T14:04:38.085Z","avatar_url":"https://github.com/ampmonteiro.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Suggestron project in PHP\n\n- from the course / tutorial: **PHPBridge: Intro To PHP**\n- original web page is not available, only cached one\n- url from cached pages: [PHPBridge: Intro To PHP by web archive](https://github.com/tutsplus/php-fundamentals-2017)\n- Thank you to [web archive.org](https://web.archive.org/)\n\n## Goals\n\n- relearning the fundaments of vanilla PHP\n- improved original code by using modern PHP (8.1+) like strict types, type hinting, etc\n- Using Composer tool for autoloading internal dependencies\n- Using Docker to create the development environment\n- To better developement it is taked advantages of this two wonderfull vscode extensions:\n  - [Docker](https://marketplace.visualstudio.com/items?itemName=ms-azuretools.vscode-docker) (By Microsoft): to manage docker containers in vs code\n  - [Dev Containers](https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-containers) (By Microsoft): to use vscode inside of the container.\n\n## Editor and Recommend extensions (Beside mention on goals section)\n\n- Editor: [VS Code](https://code.visualstudio.com) (By Microsoft)\n\n- [PHP Intelephense](https://marketplace.visualstudio.com/items?itemName=bmewburn.vscode-intelephense-client) (By Ben Mewburn)\n\n- [PHP Namespace Resolver](https://marketplace.visualstudio.com/items?itemName=MehediDracula.php-namespace-resolver) (By Mehedi Hassan)\n\n- [PHP Awesome Snippets](https://marketplace.visualstudio.com/items?itemName=hakcorp.php-awesome-snippets) (By HakCorp)\n\n## How this project is organized\n\n- this project is organized similar to original website\n- each chapter is a git branch, with its own CH\\*.md file with some steps and notes\n- the expections are CH1 and CH2 that stay at main branch\n\n## Differences between original and this project\n\n- the original was setup with Vagrant tool, this will use Docker\n- The lastest chapter will include some code improvements / refactors\n- Composer configuration will be included\n\n## PHP and DB\n\n- PHP: 8.1\n- DB: MySQL 8\n\n## CSS framework\n\n- Tailwind css\n\n# one of the forks from of original ( with original code)\n\nhttps://github.com/neoln/suggestotron\n\n## Notes\n\n- to run this code DOCKER is not required, with this tools would be enough: XAMP, WAMP, MAMP, etc.\n- Docker compose is not used here, since it is a simple and educational goals project\n- if you are using MySQL as simple container, **don't forget to verify the ip address**\n\n## Images:\n\noriginal:\n\n![Final version - original](/chapters/original_sugestron.png 'UI from original project')\n\nImproved:\n\n- index / main page:\n\n![main page](/chapters/ch_18_index.png 'main page')\n\n- edit page:\n\n![edit page](/chapters/ch_18_edit.png 'edit page with likes and delete')\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fampmonteiro%2Fsuggestotron","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fampmonteiro%2Fsuggestotron","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fampmonteiro%2Fsuggestotron/lists"}