{"id":43709434,"url":"https://github.com/jcchikikomori/hello-php","last_synced_at":"2026-02-05T06:15:30.746Z","repository":{"id":37532791,"uuid":"63231559","full_name":"jcchikikomori/hello-php","owner":"jcchikikomori","description":"Sample of what PHP can do for your future Web Project!","archived":false,"fork":false,"pushed_at":"2024-04-10T23:20:55.000Z","size":842,"stargazers_count":0,"open_issues_count":10,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-13T13:06:52.550Z","etag":null,"topics":["composer","crud","htaccess","json","multi-user","myphp","mysql","nodejs","oop","pagination","php","php-framework","psr12","template","yarn"],"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/jcchikikomori.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":"2016-07-13T09:06:27.000Z","updated_at":"2023-09-30T11:19:02.000Z","dependencies_parsed_at":"2023-02-14T10:00:31.562Z","dependency_job_id":null,"html_url":"https://github.com/jcchikikomori/hello-php","commit_stats":null,"previous_names":[],"tags_count":10,"template":true,"template_full_name":null,"purl":"pkg:github/jcchikikomori/hello-php","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jcchikikomori%2Fhello-php","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jcchikikomori%2Fhello-php/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jcchikikomori%2Fhello-php/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jcchikikomori%2Fhello-php/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jcchikikomori","download_url":"https://codeload.github.com/jcchikikomori/hello-php/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jcchikikomori%2Fhello-php/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29114835,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-05T05:31:32.482Z","status":"ssl_error","status_checked_at":"2026-02-05T05:31:29.075Z","response_time":65,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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","crud","htaccess","json","multi-user","myphp","mysql","nodejs","oop","pagination","php","php-framework","psr12","template","yarn"],"created_at":"2026-02-05T06:15:30.685Z","updated_at":"2026-02-05T06:15:30.737Z","avatar_url":"https://github.com/jcchikikomori.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# hello-php\n\n## A naked \u0026 tiny PHP starter\n\n## Disclaimer\n\nThis is not recommended for very large \u0026 complex projects.\nBuilding PHP made more simple over complicated frameworks on the market.\nThis is also one of my prototype templates.\n\n## Features\n\n* Quite \u0026 less modular but still easy to learn for newbies\n* OOP Structured\n* Documented and plenty of comments inside\n* Render whether a JSON object or a web page\n* Using Medoo for more easier database handling (called DB in Core)\n\n## Additonal Features\n\n* Multi-user login setup like the Google Auth System (disabled by default)\n* Modular PHP application using [Composer](https://getcomposer.org)!\n* Supports phpcs (CodeSniffer)\n* Supports PHPUnit (Unstable yet)\n\n## Requirements\n\n* Knowledge in PHP 7 or higher\n* Familiar in Object-Oriented Programming\n* Docker\n\n## Developing on Visual Studio Code (Recommended)\n\nWith Docker \u0026 VSCode, you can start developing without hassle, or without installing anything.\nKnow more [here](https://code.visualstudio.com/docs/remote/containers).\n\n## Manual Installation\n\n### Composer to install PHP dependencies\n\n`$ composer install`\n\nNOTE: You can add more dependency by using this command\n\n`$ composer require author/dependency_name`\n\n### Yarn to install front-end dependencies\n\n`$ yarn install`\n\n### Database Installation (Automated)\n\nThis project uses [Phinx by CakePHP](https://phinx.org/) as database migration tool.\n\nJust execute the following, and that's it!\n\n```\n$ php ./vendor/bin/phinx migrate\n$ php ./vendor/bin/phinx seed:run\n```\n\n## Notice\n\n* Again, this is not recommended for large/complex projects\n* **For Apache:** This project is provided with a handy .htaccess in the views folder that denies direct access to the files within the folder (so that people cannot render the views directly). However, these .htaccess files only work if you have set\n`AllowOverride` to `All` in your Apache Virtual Host configs. There are lots of tutorials on the web on how to do this.\n* Laravel's Linux is the easiest way to test your project locally!\n\n## Credits\n\n* This project is technically a fork from [panique's](https://github.com/panique) code base, so big thanks to him!\n\n## License\n\nLicensed under [MIT](LICENSE). You can use this script for free for any\nprivate or commercial projects.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjcchikikomori%2Fhello-php","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjcchikikomori%2Fhello-php","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjcchikikomori%2Fhello-php/lists"}