{"id":37385493,"url":"https://github.com/solsoft/wordpress-boilerplate","last_synced_at":"2026-01-16T05:19:52.290Z","repository":{"id":57055355,"uuid":"88449349","full_name":"solsoft/wordpress-boilerplate","owner":"solsoft","description":"Boilerplate for creating Wordpress projects. Uses Composer.","archived":false,"fork":false,"pushed_at":"2017-04-25T01:56:58.000Z","size":22,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"4.x","last_synced_at":"2024-04-27T13:25:30.808Z","etag":null,"topics":["boilerplate","composer","php","wordpress"],"latest_commit_sha":null,"homepage":"http://sol-soft.org/","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/solsoft.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":"2017-04-16T23:40:24.000Z","updated_at":"2019-06-06T09:43:39.000Z","dependencies_parsed_at":"2022-08-24T06:01:01.592Z","dependency_job_id":null,"html_url":"https://github.com/solsoft/wordpress-boilerplate","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/solsoft/wordpress-boilerplate","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/solsoft%2Fwordpress-boilerplate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/solsoft%2Fwordpress-boilerplate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/solsoft%2Fwordpress-boilerplate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/solsoft%2Fwordpress-boilerplate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/solsoft","download_url":"https://codeload.github.com/solsoft/wordpress-boilerplate/tar.gz/refs/heads/4.x","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/solsoft%2Fwordpress-boilerplate/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28477235,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-16T03:13:13.607Z","status":"ssl_error","status_checked_at":"2026-01-16T03:11:47.863Z","response_time":107,"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":["boilerplate","composer","php","wordpress"],"created_at":"2026-01-16T05:19:51.747Z","updated_at":"2026-01-16T05:19:52.283Z","avatar_url":"https://github.com/solsoft.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# wordpress-boilerplate\n[![Build Status](https://travis-ci.org/solsoft/wordpress-boilerplate.svg?branch=4.x)](https://travis-ci.org/solsoft/wordpress-boilerplate)\n[![Dependency Status](https://www.versioneye.com/user/projects/58feac52710da23f86d4ff05/badge.svg?style=flat-square)](https://www.versioneye.com/user/projects/58feac52710da23f86d4ff05)\n[![Packagist](https://img.shields.io/packagist/vpre/solsoft/wordpress-boilerplate.svg)](https://packagist.org/packages/solsoft/wordpress-boilerplate)\n[![PHP 7 ready](https://php7ready.timesplinter.ch/solsoft/wordpress-boilerplate/4.x/badge.svg)](https://travis-ci.org/solsoft/wordpress-boilerplate)\n[![License](https://poser.pugx.org/solsoft/wordpress-boilerplate/license)](https://github.com/solsoft/wordpress-boilerplate/blob/4.x/LICENSE)\n\nBoilerplate for deploying new [WordPress](https://wordpress.org/) projects.  Based on [johnpbloch/wordpress-project](https://github.com/johnpbloch/wordpress-project) and [composer.rarst.net](https://http://composer.rarst.net/).  \nUsing [Composer](https://getcomposer.org/) and associated plugins, and the unofficial [wpackagist.org](https://wpackagist.org) repository.  \nPackages are published and updated regularly at [Packagist](https://packagist.org/packages/solsoft/wordpress-boilerplate).  \n\n## WordPress versions supported\n- WordPress 4.7.x\n\n## Development branches\n- 4.x - development branch for the latest WordPress 4.7.x\n\n## Usage\nBefore starting, consult the Composer reference for standard usage instructions.  \nUse `composer create-project` to deploy a new project, specifying one branch.\n\n```\ncomposer create-project solsoft/wordpress-boilerplate:4.x-dev my-project --stability dev --no-interaction;\ncd my-project;\ncomposer update;\ncomposer show;\ncomposer run;\n```\n\n## Contributing\nClone the git repository pointing to one of the development branches.  \nMerge requests should be submitted against these branches.\n\n```\ngit clone -b 4.x git@github.com:solsoft/wordpress-boilerplate.git;\ncd wordpress-boilerplate;\ncomposer install;\ncomposer update;\ncomposer show;\ncomposer run;\n```\n\n### Extras\nThe project can be reset by running `composer cleanup-project` to delete\nthe `vendor/`, `assets/` and `app/` directories and the `composer.lock` file.  \nOptionally you may run `composer examples-deploy` to install example WordPress\nContributed libraries, plugins and themes example dependencies. These can\nalso be undeployed by running `composer examples-undeploy`. See more\ninformation about this in the `composer.examples` directory.  \n\n## Credits\nSee the [composer README](composer/README.md) for information about composer packages.  \nInspiration taken from [johnpbloch/wordpress-project](https://github.com/johnpbloch/wordpress-project) and [composer.rarst.net](https://http://composer.rarst.net/).\n\nWordPress Boilerplate  \nCopyright (C) 2017 SOL-Soft  \nLuís Pedro Algarvio  \n\nThis program is free software: you can redistribute it and/or modify\nit under the terms of the GNU General Public License as published by\nthe Free Software Foundation, either version 3 of the License, or\n(at your option) any later version.\n\nThis program is distributed in the hope that it will be useful,\nbut WITHOUT ANY WARRANTY; without even the implied warranty of\nMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\nGNU General Public License for more details.\n\nYou should have received a copy of the GNU General Public License\nalong with this program.  If not, see \u003chttp://www.gnu.org/licenses/\u003e.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsolsoft%2Fwordpress-boilerplate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsolsoft%2Fwordpress-boilerplate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsolsoft%2Fwordpress-boilerplate/lists"}