{"id":15478457,"url":"https://github.com/asha23/arlo-timber-framework","last_synced_at":"2026-04-04T20:33:09.382Z","repository":{"id":62488516,"uuid":"84178656","full_name":"asha23/arlo-timber-framework","owner":"asha23","description":"A Composer Framework to help you get WordPress with Timber up and running in around a minute","archived":false,"fork":false,"pushed_at":"2023-12-15T05:52:38.000Z","size":31,"stargazers_count":1,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-13T18:08:33.621Z","etag":null,"topics":["bower","bower-components","composer","seed-theme","theme","wordpress","wordpress-boilerplate","wordpress-bootstrap","wordpress-bower","wordpress-composer-skeleton","wordpress-framework","wordpress-gulp","wordpress-starter-framework","wordpress-theme","yarn"],"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/asha23.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":"2017-03-07T09:12:14.000Z","updated_at":"2020-07-27T19:35:31.000Z","dependencies_parsed_at":"2024-11-14T13:40:06.726Z","dependency_job_id":null,"html_url":"https://github.com/asha23/arlo-timber-framework","commit_stats":{"total_commits":47,"total_committers":3,"mean_commits":"15.666666666666666","dds":"0.12765957446808507","last_synced_commit":"424cca322a5bc29c8770a3bebe9722b7418cefe3"},"previous_names":[],"tags_count":22,"template":false,"template_full_name":null,"purl":"pkg:github/asha23/arlo-timber-framework","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asha23%2Farlo-timber-framework","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asha23%2Farlo-timber-framework/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asha23%2Farlo-timber-framework/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asha23%2Farlo-timber-framework/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/asha23","download_url":"https://codeload.github.com/asha23/arlo-timber-framework/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asha23%2Farlo-timber-framework/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31413269,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-04T20:09:54.854Z","status":"ssl_error","status_checked_at":"2026-04-04T20:09:44.350Z","response_time":60,"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":["bower","bower-components","composer","seed-theme","theme","wordpress","wordpress-boilerplate","wordpress-bootstrap","wordpress-bower","wordpress-composer-skeleton","wordpress-framework","wordpress-gulp","wordpress-starter-framework","wordpress-theme","yarn"],"created_at":"2024-10-02T04:04:28.858Z","updated_at":"2026-04-04T20:33:09.363Z","avatar_url":"https://github.com/asha23.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Arlo Timber\n### A Wordpress/Composer framework. Using Timber/Twig for templating\n\n```\ncomposer create-project asha23/arlo-timber-framework your-folder-name\n```\n\n[![GitHub issues](https://img.shields.io/github/issues/asha23/arlo-timber-framework.svg)](https://github.com/asha23/arlo-timber-framework/issues) [![GitHub forks](https://img.shields.io/github/forks/asha23/arlo-timber-framework.svg)](https://github.com/asha23/arlo-timber-framework/network) [![GitHub stars](https://img.shields.io/github/stars/asha23/arlo-timber-framework.svg)](https://github.com/asha23/arlo-timber-framework/stargazers)\n\nThis assumes prior knowledge of how to set up WordPress themes. Feel free to make improvements to this.\n\nIt's very (very) loosely based on how Bedrock approach things, but with a much more simplified method for differentiating between dev/staging/production databases.\n\nIf you like Bedrock, then great! It's pretty awesome, so fill your boots. But if, like me, you find it a little over complicated, then this framework/approach might be more up your alley as I've deliberately tried to keep it all really simple.\n\nYou can get up and running with a complete WordPress environment in about a minute.\n\n## Basic installation instructions\n\n* Create a new repository for your project\n* Download this as a zip file and unzip into the repository - https://bitbucket.org/this-is-pegasus-team/pegasus-wordpress-composer/get/master.zip\n* Open a terminal and browse to the folder you are using\n* Install Composer - https://getcomposer.org/\n* Install Node - https://nodejs.org/en/\n* Install Bower - https://bower.io/\n* Install Yarn - https://yarnpkg.com/\n* Rename .env-example to .env and fill out the relevant fields.\n* Once you have Composer installed, then you need to run ```$ composer install```. This will install all the base plugins and a seed theme into the correct directories.\n* Send an initial commit to your repository\n* Get started.\n\n## Use Composer to install\n\nTo use the package file\n\n```\ncomposer create-project asha23/arlo-timber-framework your-folder-name\n```\n\nRequirements\n============\n\nYou should get a license for Advanced Custom Fields pro for this framework as it is a key part of how it works.\n\nGetting started\n===============\n\nThere is a Vagrant file in the folder which uses a version of Scotchbox for Vagrant:  \nRun ```vagrant up``` from the root folder (Not currently tested) - Your website will then be available on\n\n```\n192.168.33.10\n```\n\n#### The following information should be used to connect to the database\n\nMySql Host: 127.0.0.1  \nUsername: root  \nPassword: root\n\nSSH Host: 192.168.33.10  \nSSH User: vagrant  \nSSH Password: vagrant  \n\nAlternatively, just use MAMP. Or something like https://www.themejuice.it, which provides an excellent and user-friendly environment for locally developing with WordPress. Or any other method you like for deploying locally.\n\nVagrant is the recommended method as it keeps everything self contained.\n\n## .env-example file\n\nThere is a ```.env-example``` file in the root. You should fill out the relevant information in this file and then re-save it as ```.env```. Once you have done this, you can then edit the web/wp-config.php file and add salts, or do other configurations.\n\nThere is information for 3 environments contained here, development, production and staging. Filling out this information correctly will make sites easier to deploy as it will auto-detect which database to use depending on your environment.\n\nAdd your ACF Pro key to here as well.\n\n## Notes on the .gitignore.\n\nThis installation by default ignores everything but your theme. You will need to create a deployment of wordpress on your production environment and run composer install.\n\nIf you can't do this simply upload the files as required. I decided to not include all the WordPress stuff in the repo because in the most part it's an uneccesary step really.\n\nFeel free to edit the ```.gitignore``` file though if you want to change this.\n\n## Notes about the seed theme\n\n[You can view the seed theme repo here](https://github.com/asha23/wp-seed-timber)\n\nThis theme uses Gulp for compilation and Bower for JavaScript dependency management. It is also based around SASS Bootstrap 3.\n\nThe main folder structure is as follows:\n\n```\nweb/content\nweb/wp\n```\n\nThe content folder contains all the themes, plugins and files for the front-end.\n\nThe wp folder is the base WordPress installation - You should not change anything in here.\n\n### Arlo? What?\n\nArlo is the name of my son. So this is dedicated to him, the little monster.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fasha23%2Farlo-timber-framework","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fasha23%2Farlo-timber-framework","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fasha23%2Farlo-timber-framework/lists"}