{"id":18771038,"url":"https://github.com/rareloop/lumberjack-docs","last_synced_at":"2025-12-12T03:30:15.388Z","repository":{"id":80868331,"uuid":"137470982","full_name":"Rareloop/lumberjack-docs","owner":"Rareloop","description":"Documentation repository for Lumberjack, hosted GitBook: https://docs.lumberjack.rareloop.com/","archived":false,"fork":false,"pushed_at":"2024-03-27T10:51:54.000Z","size":177,"stargazers_count":6,"open_issues_count":3,"forks_count":5,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-12-29T07:43:14.135Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"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/Rareloop.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":"2018-06-15T09:50:24.000Z","updated_at":"2023-04-05T15:14:29.000Z","dependencies_parsed_at":"2024-03-27T11:51:11.682Z","dependency_job_id":"4e50400a-93dd-44dc-b2af-adaae1f34855","html_url":"https://github.com/Rareloop/lumberjack-docs","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/Rareloop%2Flumberjack-docs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rareloop%2Flumberjack-docs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rareloop%2Flumberjack-docs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rareloop%2Flumberjack-docs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Rareloop","download_url":"https://codeload.github.com/Rareloop/lumberjack-docs/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239678103,"owners_count":19679202,"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-11-07T19:22:57.948Z","updated_at":"2025-12-12T03:30:13.262Z","avatar_url":"https://github.com/Rareloop.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"---\ndescription: Supercharge your WordPress Development\n---\n\n# Introduction\n\nLumberjack is a powerful MVC framework for the modern WordPress developer. Write better, more expressive and easier to maintain code.\n\n## Who is Lumberjack for?\n\nComing from another PHP framework such as Laravel, have experience using Timber with WordPress but want more, or are just getting started with modern WordPress? Then Lumberjack is for you.\n\nUse as little or as much as you need, it's beginner friendly!\n\n## Beautiful code. Easy to maintain\n\nObject orientated and MVC patterns help keep your code structured and DRY.\n\n**index.php**\n\n```php\nclass IndexController\n{\n    public function handle()\n    {\n        $context = Timber::get_context();\n        $context['posts'] = Post::whereStatus('publish')\n            -\u003elimit(5)\n            -\u003eget();\n\n        return new TimberResponse('index.twig', $context);\n    }\n}\n```\n\n**index.twig**\n\n```markup\n{% raw %}\n{% if posts is not empty %}\n    \u003ch4\u003eRecent Articles\u003c/h4\u003e\n    \u003cul\u003e\n        {% for post in posts %}\n            \u003cli class=\"article\"\u003e\n                \u003ch3\u003e{{ $post-\u003etitle }}\u003c/h3\u003e\n                {{ $post-\u003epreview }}\n                \u003ca href=\"{{ $post-\u003elink }}\"\u003eRead the full story\u003c/a\u003e\n            \u003c/li\u003e\n        {% endfor %}\n    \u003c/ul\u003e\n{% endif %}\n{% endraw %}\n```\n\n## You're in good company\n\n\u003e Lumberjack is the deluxe version of what Modern WordPress should look like today. The team has done a great job of making it easy to build complicated custom applications while taking advantage of the best parts of WordPress.\n\u003e\n\u003e * _**Jared Novack - Timber creator**_\n\nStanding on the shoulders of giants, Lumberjack proudly builds on the great work of other open source WordPress projects:\n\n* [Timber](https://www.upstatement.com/timber/)\n* [Bedrock](https://roots.io/bedrock/)\n\n## Made by [Rareloop](https://rareloop.com)\n\nWe're a Digital Product Studio based in Southampton (UK) with many years experience working on modern WordPress websites. We design and build digital products for a range of clients, take a look at what else we can do.\n\n[Find out more](https://www.rareloop.com/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frareloop%2Flumberjack-docs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frareloop%2Flumberjack-docs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frareloop%2Flumberjack-docs/lists"}