{"id":20177886,"url":"https://github.com/germondai/php-starter","last_synced_at":"2026-04-13T04:48:47.138Z","repository":{"id":239473886,"uuid":"794260748","full_name":"germondai/php-starter","owner":"germondai","description":"Simple PHP Starter with RESTful API, Doctrine, JWT, SEO and more...","archived":false,"fork":false,"pushed_at":"2024-06-04T21:44:12.000Z","size":141,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"dev","last_synced_at":"2025-06-29T05:37:29.519Z","etag":null,"topics":["api","db","doctrine","jquery","jwt","migrations","mysql","php","rest-api","seo","starter","tailwindcss"],"latest_commit_sha":null,"homepage":"https://api.germondai.com","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/germondai.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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-04-30T19:10:12.000Z","updated_at":"2024-06-04T22:10:11.000Z","dependencies_parsed_at":null,"dependency_job_id":"34c483f8-fbee-46a6-928b-2c1755eb6049","html_url":"https://github.com/germondai/php-starter","commit_stats":null,"previous_names":["germondai/php-starter"],"tags_count":0,"template":true,"template_full_name":null,"purl":"pkg:github/germondai/php-starter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/germondai%2Fphp-starter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/germondai%2Fphp-starter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/germondai%2Fphp-starter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/germondai%2Fphp-starter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/germondai","download_url":"https://codeload.github.com/germondai/php-starter/tar.gz/refs/heads/dev","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/germondai%2Fphp-starter/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262543971,"owners_count":23326632,"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":["api","db","doctrine","jquery","jwt","migrations","mysql","php","rest-api","seo","starter","tailwindcss"],"created_at":"2024-11-14T02:17:53.777Z","updated_at":"2026-04-13T04:48:42.109Z","avatar_url":"https://github.com/germondai.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003e\n  \u003ca href=\"https://api.germondai.com\" target=\"_blank\"\u003e\n    \u003cimg align=\"center\" src=\"https://skillicons.dev/icons?i=php,mysql,tailwind,jquery\" /\u003e\u003cbr/\u003e\u003cbr/\u003e\n    \u003cspan\u003ePHP Starter\u003c/span\u003e\u0026nbsp;\n    \u003cimg src=\"public/assets/img/favicon.ico\" alt=\"Rocket Icon\" width=\"24\"/\u003e\n  \u003c/a\u003e\n\u003c/h1\u003e\n\nThis project **simplifies** starting new **PHP** projects. It's perfect if you want to **skip setting up basics** and **get coding quickly**. It **doesn't rely** on any **PHP framework**, making **configuration** easy and offering great **features**.\n\n## ⚡️ Features\n\n**Overview**\n\n- Own REST API System\n  - Routing\n  - Auth\n- Security\n  - Routing\n  - File and Dir access\n- Custom Utils\n  - Helper\n  - Page Helper\n  - Database\n  - Doctrine\n  - JSON Web Tokens\n- Well Organized Structure\n- Nette\n  - Database Explorer\n  - Tracy\n- Doctrine\n  - ORM\n  - DBAL\n  - Entities\n  - Migrations\n- Environment (.env)\n\n## 🧬 Structure\n\n**api/** - accessible on /api/_model_/_action_, (models and entities)\\\n**bin/** - Console for Doctrine\\\n**migrations/** - Doctrine DB Migrations\\\n**public/** - the main directory accessible from outside\\\n**src/** - contains includes, utils and dev assets\\\n**temp/** - Nette DB Temp Storage\\\n\n## 🧠 Technologies\n\n- \u003ca href=\"https://www.php.net/\" target=\"_blank\"\u003ePHP\u003c/a\u003e\n- \u003ca href=\"https://tailwindcss.com/\" target=\"_blank\"\u003eTailwindCSS\u003c/a\u003e\n- \u003ca href=\"https://jquery.com/\" target=\"_blank\"\u003ejQuery\u003c/a\u003e\n- \u003ca href=\"https://www.doctrine-project.org/\" target=\"_blank\"\u003eDoctrine\u003c/a\u003e\n- \u003ca href=\"https://doc.nette.org/en/database\" target=\"_blank\"\u003eNette DB\u003c/a\u003e\n- \u003ca href=\"https://jwt.io/\" target=\"_blank\"\u003eJSON Web Tokens (JWT)\u003c/a\u003e\n\n## 🛠️ Installation Instructions\n\nRequirements\n\n- 👨‍💻 \u003ca href=\"https://getcomposer.org/\" target=\"_blank\"\u003eComposer\u003c/a\u003e\n- 📦 Node Package Manager (\u003ca href=\"https://pnpm.io/\" target=\"_blank\"\u003epnpm\u003c/a\u003e - recommended)\n\n**Install dependencies**\n\n```bash\ncomposer install\npnpm install\n```\n\n**Setup .env**\n\nFill in placeholders for database credentials in the .env file\n\n```bash\n# to dupe example.env as .env\ncp example.env .env\n```\n\n## 🎨 Tailwind CSS Guide\n\nIt's main css is stored in \"_src/assets/css/tailwind.css_\"\\\nand its being converted into \"_public/assets/css/style.css_\"\n\n### Conversion / Watch\n\n```bash\n# To convert it, you have to run\npnpm run watch:css\n\n# or simply run start (does the same)\npnpm run start\n```\n\n## 📚 Doctrine Guide\n\nThe Doctrine console is in \"_bin/console_\"\\\nEntityManager config location \"_src/Utils/Doctrine.php_\"\\\nBase migrations config, which is in root \"_migrations.php_\"\\\nAnd migration files are stored in \"_migrations/_\"\n\n### Console\n\n```bash\n# To run doctrine console\nphp bin/console ...\n\n# if you need commands list\nphp bin/console list\n```\n\n---\n\n\u003cp align=\"center\"\u003e\n    \u003cspan\u003eMade with ❤️ by\u003c/span\u003e\n    \u003ca href=\"https://github.com/germondai\" target=\"_blank\"\u003e@germondai\u003c/a\u003e\n\u003c/p\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgermondai%2Fphp-starter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgermondai%2Fphp-starter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgermondai%2Fphp-starter/lists"}