PHPackages                             cubear/cwd\_base - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. cubear/cwd\_base

ActiveDrupal-custom-theme[Utility &amp; Helpers](/categories/utility)

cubear/cwd\_base
================

A lightweight Drupal 8 theme, implementing Cornell Branding and standard CWD components; from Cornell University CIT-CD.

3.0.13(6mo ago)23.9k↓50%2[12 issues](https://github.com/CornellCustomDev/cwd_base/issues)[5 PRs](https://github.com/CornellCustomDev/cwd_base/pulls)GPL-2.0+SCSS

Since Jul 2Pushed 6mo ago18 watchersCompare

[ Source](https://github.com/CornellCustomDev/cwd_base)[ Packagist](https://packagist.org/packages/cubear/cwd_base)[ RSS](/packages/cubear-cwd-base/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (10)DependenciesVersions (76)Used By (0)

[![Latest Stable Version](https://camo.githubusercontent.com/5bbacdd247ad28ab06236ab3d3e39b41e016ff9c1723da68a017362f3f3f0342/68747470733a2f2f706f7365722e707567782e6f72672f6375626561722f6377645f626173652f762f737461626c65)](https://packagist.org/packages/cubear/cwd_base)

cwd\_base
=========

[](#cwd_base)

Included with ...along with [https://github.com/CU-CommunityApps/cwd\_project](https://github.com/CU-CommunityApps/cwd_project)

**See also:** [https://github.com/CU-CommunityApps/cwd\_framework](https://github.com/CU-CommunityApps/cwd_framework)

**See also:** SASS instructions over here: [https://github.com/CU-CommunityApps/cwd\_base\_bootstrap](https://github.com/CU-CommunityApps/cwd_base_bootstrap)

NOTE: When using with a site created from [CD Demo](https://github.com/CU-CommunityApps/CD-demo), it's recommended to change the version constraint to exact version you're using when you get to site launch (or during development, if you prefer), so that the base theme doesn't get automatically updated with other packages. (You can always update it "manually" by increasing the version constraint when you wish.)

Misc notes (to organize "later")
--------------------------------

[](#misc-notes-to-organize-later)

### Template overrides hint:

[](#template-overrides-hint)

Original/Source templates have all sorts of variable info and other details. For example, let's say you have a template called field--field-slider-media.html.twig -- that's a template specifically for field\_slider\_media. If you want to find the original/source template that's being overridden by this template, look in the template docblock for notes like: `override field.html.twig`and/or `@see field.html.twig`^^ So, look for a template called field.html.twig to find out about variables and other details available to you in this specific field template.

**Where to look?** Surprise: It depends! Some places to look: core/themes/stable/templates, core/modules/MODULENAME/templates, modules/contrib/MODULENAME/templates

If the template you're looking at doesn't have the aforementioned notes (or a docblock at all), it's trickier to figure out. If you're in a dev environment with [twig\_debug enabled](https://www.drupal.org/docs/8/theming/twig/debugging-twig-templates#s-enable-debugging), you may find some clues in by viewing the page source -- look for HTML comments like this:

```

```

^^ The "file name suggestions" are listed from [most specific to least specific](https://www.drupal.org/docs/8/theming/twig/locating-template-files-with-debugging), so, the last line of the suggestions list is the name of the "original/source" template is called -- then you can hunt around for the original version with variables, etc.

###  Health Score

46

—

FairBetter than 93% of packages

Maintenance49

Moderate activity, may be stable

Popularity25

Limited adoption so far

Community20

Small or concentrated contributor base

Maturity77

Established project with proven stability

 Bus Factor1

Top contributor holds 55.3% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~51 days

Recently: every ~144 days

Total

53

Last Release

183d ago

Major Versions

1.0.13 → 2.0.02021-06-25

2.0.7 → 3.0.02023-03-29

### Community

Maintainers

![](https://www.gravatar.com/avatar/7d8763a7c0faea93c6c3ba79b170ffa5cfa7f437564a6b5fb6aebd908aa81bf5?d=identicon)[alisonjo315](/maintainers/alisonjo315)

![](https://www.gravatar.com/avatar/ecfa6dfa37918d6b64a52b1d89d3044cb0df0ddce472f44e105c62ec45b92de2?d=identicon)[philwilliammee](/maintainers/philwilliammee)

---

Top Contributors

[![alisonjo315](https://avatars.githubusercontent.com/u/2660348?v=4)](https://github.com/alisonjo315 "alisonjo315 (78 commits)")[![ama39](https://avatars.githubusercontent.com/u/11410369?v=4)](https://github.com/ama39 "ama39 (47 commits)")[![woodseowl](https://avatars.githubusercontent.com/u/5258410?v=4)](https://github.com/woodseowl "woodseowl (8 commits)")[![dc774](https://avatars.githubusercontent.com/u/20541555?v=4)](https://github.com/dc774 "dc774 (6 commits)")[![orangekoi](https://avatars.githubusercontent.com/u/9119362?v=4)](https://github.com/orangekoi "orangekoi (1 commits)")[![stacypendell](https://avatars.githubusercontent.com/u/4334361?v=4)](https://github.com/stacypendell "stacypendell (1 commits)")

### Embed Badge

![Health badge](/badges/cubear-cwd-base/health.svg)

```
[![Health](https://phpackages.com/badges/cubear-cwd-base/health.svg)](https://phpackages.com/packages/cubear-cwd-base)
```

###  Alternatives

[opensky/runtime-config-bundle

This bundle provides a way to inject parameters into services at runtime by exposing a RuntimeParameterBag service, which functions exactly like Symfony2's own ParameterBags.

10949.5k1](/packages/opensky-runtime-config-bundle)[michalmanko/php-library-holiday

A library to calculate holidays

2177.0k1](/packages/michalmanko-php-library-holiday)[pauci/cqrs

CQRS library

1725.2k2](/packages/pauci-cqrs)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
