{"id":37265664,"url":"https://github.com/solsoft/drupal-boilerplate","last_synced_at":"2026-01-16T00:10:25.177Z","repository":{"id":57055352,"uuid":"58269444","full_name":"solsoft/drupal-boilerplate","owner":"solsoft","description":"Boilerplate for creating Drupal projects. Uses Composer.","archived":false,"fork":false,"pushed_at":"2017-05-17T15:27:41.000Z","size":167,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"8.x","last_synced_at":"2026-01-14T15:48:25.034Z","etag":null,"topics":["boilerplate","composer","drupal","drupal-7","drupal-8","php"],"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":"2016-05-07T14:27:05.000Z","updated_at":"2017-08-01T11:01:15.000Z","dependencies_parsed_at":"2022-08-24T14:01:04.977Z","dependency_job_id":null,"html_url":"https://github.com/solsoft/drupal-boilerplate","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/solsoft/drupal-boilerplate","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/solsoft%2Fdrupal-boilerplate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/solsoft%2Fdrupal-boilerplate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/solsoft%2Fdrupal-boilerplate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/solsoft%2Fdrupal-boilerplate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/solsoft","download_url":"https://codeload.github.com/solsoft/drupal-boilerplate/tar.gz/refs/heads/8.x","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/solsoft%2Fdrupal-boilerplate/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28474351,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-16T00:03:33.697Z","status":"ssl_error","status_checked_at":"2026-01-15T23:58:36.859Z","response_time":62,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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","drupal","drupal-7","drupal-8","php"],"created_at":"2026-01-16T00:10:24.363Z","updated_at":"2026-01-16T00:10:25.172Z","avatar_url":"https://github.com/solsoft.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# drupal-boilerplate\n[![Build Status](https://travis-ci.org/solsoft/drupal-boilerplate.svg?branch=8.x)](https://travis-ci.org/solsoft/drupal-boilerplate)\n[![Dependency Status](https://www.versioneye.com/user/projects/58fea3616ac17142da9c8a03/badge.svg?style=flat-square)](https://www.versioneye.com/user/projects/58fea3616ac17142da9c8a03)\n[![Packagist](https://img.shields.io/packagist/vpre/solsoft/drupal-boilerplate.svg)](https://packagist.org/packages/solsoft/drupal-boilerplate)\n[![PHP 7 ready](https://php7ready.timesplinter.ch/solsoft/drupal-boilerplate/8.x/badge.svg)](https://travis-ci.org/solsoft/drupal-boilerplate)\n[![License](https://poser.pugx.org/solsoft/drupal-boilerplate/license)](https://github.com/solsoft/drupal-boilerplate/blob/8.x/LICENSE)\n\nBoilerplate for deploying new [Drupal](https://drupal.org/) projects. Based on [drupal-composer/drupal-project](https://github.com/drupal-composer/drupal-project).  \nUsing [Composer](https://getcomposer.org/) and associated plugins, and the official [packages.drupal.org](http://drupal-composer.org/) repository.  \nPackages are published and updated regularly at [Packagist](https://packagist.org/packages/solsoft/drupal-boilerplate).  \nExamples are provided for a series of modules and themes and are included in the `composer create-project` process.\n\n## Drupal versions supported\n- Drupal 8.0.x - 8.3.x\n- Drupal 7.x\n\nDrupal 7.x is being deployed with a Drupal 8 look alike directory structure, using [davidbarratt/drupal-structure](https://github.com/davidbarratt/drupal-structure).\n\n## Development branches\n- 8.x - development branch for the latest Drupal 8.3.x\n- 7.x - development branch for the latest Drupal 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/drupal-boilerplate:8.x-dev my-project --stability dev --no-interaction;\ncd my-project;\ncomposer update;\ncomposer show;\ncomposer site-install;\ncomposer site-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 8.x git@github.com:solsoft/drupal-boilerplate.git;\ncd drupal-boilerplate;\ncomposer install;\ncomposer update;\ncomposer show;\ncomposer site-install;\ncomposer site-run;\n```\n\n### Extras\nOptionally you may run `composer examples-deploy` to install example Drupal\nContributed libraries, modules and themes example dependencies. These can\nalso be undeployed by running `composer examples-undeploy`. See more\ninformation about this in the `config/composer.examples` directory.  \nDrush can be deployed locally by running `composer drush-deploy`.  \nThe project can be reset by running `composer cleanup-project` to delete\nthe `vendor/`, `assets/` and `app/` directories and the `composer.lock` file.\n\n## Credits\nSee the [composer README](composer/README.md) for information about composer packages.  \nInspiration taken from [drupal-composer/drupal-project](https://github.com/drupal-composer/drupal-project).\n\nDrupal Boilerplate  \nCopyright (C) 2016-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%2Fdrupal-boilerplate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsolsoft%2Fdrupal-boilerplate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsolsoft%2Fdrupal-boilerplate/lists"}