{"id":15097152,"url":"https://github.com/benjaminboruff/hyperslimold","last_synced_at":"2026-02-25T07:06:38.040Z","repository":{"id":225593860,"uuid":"766366417","full_name":"benjaminboruff/HyperSlimOld","owner":"benjaminboruff","description":"A simple hypermedia oriented stack for php","archived":false,"fork":false,"pushed_at":"2024-03-21T18:34:24.000Z","size":182,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-01T17:44:22.820Z","etag":null,"topics":["bulma","doctrine","htmx","hypermedia","hyperscript","php","php-di","slim-framework","twig"],"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/benjaminboruff.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","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-03-03T04:00:37.000Z","updated_at":"2024-06-17T17:24:13.000Z","dependencies_parsed_at":"2024-03-10T01:38:52.655Z","dependency_job_id":"ef01a7cf-f76a-4783-ab8e-f58b6329b084","html_url":"https://github.com/benjaminboruff/HyperSlimOld","commit_stats":null,"previous_names":["benjaminboruff/firstfatty","benjaminboruff/hyperslim"],"tags_count":8,"template":true,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/benjaminboruff%2FHyperSlimOld","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/benjaminboruff%2FHyperSlimOld/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/benjaminboruff%2FHyperSlimOld/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/benjaminboruff%2FHyperSlimOld/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/benjaminboruff","download_url":"https://codeload.github.com/benjaminboruff/HyperSlimOld/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245853318,"owners_count":20683182,"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":["bulma","doctrine","htmx","hypermedia","hyperscript","php","php-di","slim-framework","twig"],"created_at":"2024-09-25T16:04:50.427Z","updated_at":"2026-02-25T07:06:38.008Z","avatar_url":"https://github.com/benjaminboruff.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# HyperSlim\n\nA simple Hypermedia oriented stack for PHP.\n\n- [Slim](http://slimframework.com)\n- [PHP-DI](http://php-di.org)\n- [Doctrine](http://doctrine-project.org)\n- [Twig](http://twig.symfony.com)\n- [htmx](http://htmx.org)\n- [\\_hyperscript](http://hyperscript.org)\n- [Bulma](http://bulma.io)\n\n## Requirements\n\n- PHP 8.3.x\n- Composer\n- This template assumes the target system is Linux, or similar.\n\n## Installation\n\n- **Easy:** Just create your own repo from this template, then `git clone` it.\n- **Harder:** `git clone` this repo, then change it's name, nuke the `.git` dir, etc.\n\n## Setup\n\n- `composer install` the PHP dependencies.\n- `chmod u+x` on all files in `/bin` to make them executable.\n- `composer start` at least once to create the `/var/database.sqlite` file.\n- `./bin/doctrine orm:schema-tool:create` to \"migrate\" the Domain models to the database.\n\nRunning `./bin/doctrine` will show the available `doctrine` commands.\n\nThere is no `JS` build system; `/public/assets/js/htmx.min.js` and `/public/assets/js/_hyperscript.min.js`\nmust be managed manually, unless you add your own build steps.\n\nThe single `CSS` file in `/public/assets/css/bulma.min.css` must also be updated manually.\n\nThis allows an offline dev experience. Of course, you can link to those files directly if you know you\nwill be working online most of the time.\n\n## Application Structure\n\n```\n├── bin\n│   ├── create_user\n│   └── doctrine\n├── bootstrap.php\n├── composer.json\n├── composer.lock\n├── phpunit.xml\n├── public\n│   ├── assets\n│   │   ├── css\n│   │   │   └── bulma.min.css\n│   │   └── js\n│   │       ├── htmx.min.js\n│   │       └── _hyperscript.min.js\n│   └── index.php\n├── README.md\n├── settings.php\n├── settings.php.dist\n├── src\n│   ├── Action\n│   │   ├── HomeController.php\n│   │   └── UserController.php\n│   ├── Domain\n│   │   └── User.php\n│   ├── Repository\n│   │   └── UserRepository.php\n│   └── View\n│       ├── full\n│       │   ├── about.twig\n│       │   ├── index.twig\n│       │   └── users.twig\n│       └── partial\n│           ├── about.twig\n│           └── users.twig\n├── tests\n│   ├── Feature\n│   │   └── ExampleTest.php\n│   ├── Pest.php\n│   ├── TestCase.php\n│   └── Unit\n│       └── ExampleTest.php\n└── var\n    ├── coverage\n    ├── database.sqlite\n    └── doctrine\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbenjaminboruff%2Fhyperslimold","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbenjaminboruff%2Fhyperslimold","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbenjaminboruff%2Fhyperslimold/lists"}