{"id":22466888,"url":"https://github.com/mavimo/sculpin-projects-bundle","last_synced_at":"2025-03-27T15:20:08.058Z","repository":{"id":12781143,"uuid":"15454701","full_name":"mavimo/sculpin-projects-bundle","owner":"mavimo","description":"Sculpin Projects Bundle","archived":false,"fork":false,"pushed_at":"2014-01-02T17:58:09.000Z","size":140,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-24T07:55:02.890Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"dnvriend/akka-persistence-jounal-writer","license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mavimo.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}},"created_at":"2013-12-26T15:00:01.000Z","updated_at":"2014-01-02T17:58:09.000Z","dependencies_parsed_at":"2022-08-31T13:24:03.886Z","dependency_job_id":null,"html_url":"https://github.com/mavimo/sculpin-projects-bundle","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mavimo%2Fsculpin-projects-bundle","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mavimo%2Fsculpin-projects-bundle/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mavimo%2Fsculpin-projects-bundle/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mavimo%2Fsculpin-projects-bundle/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mavimo","download_url":"https://codeload.github.com/mavimo/sculpin-projects-bundle/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245868327,"owners_count":20685609,"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":[],"created_at":"2024-12-06T10:14:34.645Z","updated_at":"2025-03-27T15:20:07.313Z","avatar_url":"https://github.com/mavimo.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Sculpin Projects Bundle\n\n## Setup\n\nAdd this bundle in your ```sculpin.json``` file:\n\n```json\n{\n    // ...\n    \"require\": {\n        // ...\n        \"mavimo/sculpin-projects-bundle\": \"@dev\"\n    }\n}\n```\n\nand install this bundle running ```sculpin update```.\n\nNow you can register the bundle in ```SculpinKernel``` class available on ```app/SculpinKernel.php``` file:\n\n```php\nclass SculpinKernel extends \\Sculpin\\Bundle\\SculpinBundle\\HttpKernel\\AbstractKernel\n{\n    protected function getAdditionalSculpinBundles()\n    {\n        return array(\n           'Mavimo\\Sculpin\\Bundle\\ProjectsBundle\\SculpinProjectsBundle'\n        );\n    }\n}\n```\n\n## How to use\n\nIn your sources create a subfolder *_projects* and add some file inside it, like:\n\n```\nmy-blog/\n└── source\n    ├── // ...\n    └── _projects\n        ├── 2014-01-01-my-new-project.md\n        ├── 2014-01-02-another-project.md\n        └── 2014-01-03-more-projects.md\n```\ncreate the required template files, and get the list of projects using in document metadata to have the paginated list of projects:\n```\n---\ntitle: Projects\n// ...\ngenerator: pagination\npagination:\n    provider: data.projects\n// ...\n---\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmavimo%2Fsculpin-projects-bundle","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmavimo%2Fsculpin-projects-bundle","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmavimo%2Fsculpin-projects-bundle/lists"}