{"id":25477361,"url":"https://github.com/rabbitmaid/php_vite_boilerplate","last_synced_at":"2026-02-18T20:02:49.498Z","repository":{"id":254134083,"uuid":"845588759","full_name":"rabbitmaid/php_vite_boilerplate","owner":"rabbitmaid","description":"Boilerplate for implementing plain php projects with vite","archived":false,"fork":false,"pushed_at":"2024-08-21T15:19:45.000Z","size":25,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-30T17:47:02.035Z","etag":null,"topics":["autoprefixer","npm","php","postcss","tailwindcss","vanilla-php","vite","xampp"],"latest_commit_sha":null,"homepage":"","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/rabbitmaid.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-08-21T14:35:24.000Z","updated_at":"2024-08-21T21:50:59.000Z","dependencies_parsed_at":"2024-08-21T16:51:50.578Z","dependency_job_id":"7a1bce89-2838-425a-991a-eea90c29fb0c","html_url":"https://github.com/rabbitmaid/php_vite_boilerplate","commit_stats":null,"previous_names":["agbortoko/php_vite_boilerplate","rabbitmaid/php_vite_boilerplate"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/rabbitmaid/php_vite_boilerplate","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rabbitmaid%2Fphp_vite_boilerplate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rabbitmaid%2Fphp_vite_boilerplate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rabbitmaid%2Fphp_vite_boilerplate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rabbitmaid%2Fphp_vite_boilerplate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rabbitmaid","download_url":"https://codeload.github.com/rabbitmaid/php_vite_boilerplate/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rabbitmaid%2Fphp_vite_boilerplate/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29593968,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-18T18:54:29.675Z","status":"ssl_error","status_checked_at":"2026-02-18T18:50:50.517Z","response_time":162,"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":["autoprefixer","npm","php","postcss","tailwindcss","vanilla-php","vite","xampp"],"created_at":"2025-02-18T13:43:57.322Z","updated_at":"2026-02-18T20:02:49.488Z","avatar_url":"https://github.com/rabbitmaid.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Plain PHP and Vite Boilerplate\n\nPHP/Vite Boilerplate for working with vite and plain php projects\n\nImplement the following lines of code below after cloning this repository\n\n    npm install\n    composer install\n\nThe above will install the node packages and composer packages\n\n## Working with Vite\n\nVite servers as a build tool in building and minifying your js and css code. To run the vite server in development mode\n\n    config/settings in app_mode development\n\n        $siteConfig = [\n                'app_mode' =\u003e \"development\",\n                'base_url' =\u003e \"\",     \n                'base_path' =\u003e dirname(__DIR__, 1)\n        ];\n\nWhen the your project in the development phase, run the following line of command in the terminal\n\n    npm run dev\n\nWhen your project is in the production phase, run the following line of command in the terminal\n\n    npm run build\n\nThe above command builds and minifies your css and js code.\n\n### Settings\n\nDepending on the base url of your project your can modify the settings base_url string as shown below.\n\n        $siteConfig = [\n                'app_mode' =\u003e \"development\",\n                'base_url' =\u003e \"http://localhost/rabbitmaid\",     \n                'base_path' =\u003e dirname(__DIR__, 1)\n        ];","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frabbitmaid%2Fphp_vite_boilerplate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frabbitmaid%2Fphp_vite_boilerplate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frabbitmaid%2Fphp_vite_boilerplate/lists"}