PHPackages                             kpowz/gus-bootstrap - 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. [Framework](/categories/framework)
4. /
5. kpowz/gus-bootstrap

ActiveLibrary[Framework](/categories/framework)

kpowz/gus-bootstrap
===================

GUS customization of the most popular front-end framework for developing responsive, mobile first projects on the web.

v3.2.x-dev(9y ago)042MITCSS

Since Feb 8Pushed 9y ago1 watchersCompare

[ Source](https://github.com/kPOWz/gus-bootstrap)[ Packagist](https://packagist.org/packages/kpowz/gus-bootstrap)[ Docs](http://kpowz.github.io/gus-sg)[ RSS](/packages/kpowz-gus-bootstrap/feed)WikiDiscussions v3.2.X Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

[GUS - Bootstrap](http://getbootstrap.com)
==========================================

[](#gus---bootstrap)

[![Bower version](https://camo.githubusercontent.com/b2866c6fe0ffc09e1bcaa3a75e16b9f7f95d191a635b85876fc6b8a9da19f115/68747470733a2f2f62616467652e667572792e696f2f626f2f626f6f7473747261702e737667)](http://badge.fury.io/bo/bootstrap)[![NPM version](https://camo.githubusercontent.com/2e6b5990ae9c4f766480d50102387293fb8e67599152618a8dd8273ca64b3fd7/68747470733a2f2f62616467652e667572792e696f2f6a732f626f6f7473747261702e737667)](http://badge.fury.io/js/bootstrap)[![Build Status](https://camo.githubusercontent.com/8a0dee659a55e227324c2250bbcc8677a065dc5a19daaa4677e2a65063b9b66d/68747470733a2f2f7365637572652e7472617669732d63692e6f72672f747762732f626f6f7473747261702e7376673f6272616e63683d6d6173746572)](http://travis-ci.org/twbs/bootstrap)[![devDependency Status](https://camo.githubusercontent.com/2100740e524f28e3c3695798a9dc3e01fec552ce12930540340b694e8d90f569/68747470733a2f2f64617669642d646d2e6f72672f747762732f626f6f7473747261702f6465762d7374617475732e737667)](https://david-dm.org/twbs/bootstrap#info=devDependencies)[![Selenium Test Status](https://camo.githubusercontent.com/2e3b0c250aee3492ac855fb1a5fb3e37e166fc46c92df2a5eeca28ca54d89566/68747470733a2f2f73617563656c6162732e636f6d2f62726f777365722d6d61747269782f626f6f7473747261702e737667)](https://saucelabs.com/u/bootstrap)

Bootstrap is a sleek, intuitive, and powerful front-end framework for faster and easier web development, created by [Mark Otto](http://twitter.com/mdo) and [Jacob Thornton](http://twitter.com/fat), and maintained by the [core team](https://github.com/twbs?tab=members) with the massive support and involvement of the community.

To get started, check out !

The GUS Style Guide is a fork of TWBS 3.2 with many changes for GUS powered by LESS. Some of these changes are basic and universally seen throughout GUS - like fonts and colors. Other changes are added, specfic controls like a paginator or specific behaviors like that for drag and drop.

By following the Style Guide GUS stays consistent, easy to maintain, and requires less code. Define any new UX/UI patterns developed for GUS in the style guide with an example.

Table of contents
-----------------

[](#table-of-contents)

- [Quick start](#quick-start)
- [Bugs and feature requests](#bugs-and-feature-requests)
- [Documentation](#documentation)
- [Contributing](#contributing)
- [Community](#community)
- [Versioning](#versioning)
- [Creators](#creators)
- [Copyright and license](#copyright-and-license)

Quick start
-----------

[](#quick-start)

Three quick start options are available:

- [Download the latest release](https://github.com/twbs/bootstrap/archive/v3.2.0.zip).
- Clone the repo: `git clone https://github.com/twbs/bootstrap.git`.
- Install with [Bower](http://bower.io): `bower install bootstrap`.

Read the [Getting started page](http://getbootstrap.com/getting-started/) for information on the framework contents, templates and examples, and more.

### What's included

[](#whats-included)

Within the download you'll find the following directories and files, logically grouping common assets and providing both compiled and minified variations. You'll see something like this:

```
bootstrap/
├── css/
│   ├── bootstrap.css
│   ├── bootstrap.min.css
│   ├── bootstrap-theme.css
│   └── bootstrap-theme.min.css
├── js/
│   ├── bootstrap.js
│   └── bootstrap.min.js
└── fonts/
    ├── glyphicons-halflings-regular.eot
    ├── glyphicons-halflings-regular.svg
    ├── glyphicons-halflings-regular.ttf
    └── glyphicons-halflings-regular.woff

```

We provide compiled CSS and JS (`bootstrap.*`), as well as compiled and minified CSS and JS (`bootstrap.min.*`). Fonts from Glyphicons are included, as is the optional Bootstrap theme.

Bugs and feature requests
-------------------------

[](#bugs-and-feature-requests)

Have a bug or a feature request? Please first read the [issue guidelines](https://github.com/twbs/bootstrap/blob/master/CONTRIBUTING.md#using-the-issue-tracker) and search for existing and closed issues. If your problem or idea is not addressed yet, [please open a new issue](https://github.com/twbs/bootstrap/issues/new).

Documentation
-------------

[](#documentation)

Bootstrap's documentation, included in this repo in the root directory, is built with [Jekyll](http://jekyllrb.com) and publicly hosted on GitHub Pages at . The docs may also be run locally.

### Running documentation locally

[](#running-documentation-locally)

1. If necessary, [install Jekyll](http://jekyllrb.com/docs/installation) (requires v2.0.x).

- **Windows users:** Read [this unofficial guide](https://github.com/juthilo/run-jekyll-on-windows/) to get Jekyll up and running without problems. We use Pygments for syntax highlighting, so make sure to read the sections on installing Python and Pygments.

2. From the root `/bootstrap` directory, run `jekyll serve` in the command line.
3. Open  in your browser, and voilà.

Learn more about using Jekyll by reading its [documentation](http://jekyllrb.com/docs/home/).

### Documentation for previous releases

[](#documentation-for-previous-releases)

Documentation for v2.3.2 has been made available for the time being at  while folks transition to Bootstrap 3.

[Previous releases](https://github.com/twbs/bootstrap/releases) and their documentation are also available for download.

Contributing
------------

[](#contributing)

Please read through our [contributing guidelines](https://github.com/twbs/bootstrap/blob/master/CONTRIBUTING.md). Included are directions for opening issues, coding standards, and notes on development.

Moreover, if your pull request contains JavaScript patches or features, you must include relevant unit tests. All HTML and CSS should conform to the [Code Guide](http://github.com/mdo/code-guide), maintained by [Mark Otto](http://github.com/mdo).

Editor preferences are available in the [editor config](https://github.com/twbs/bootstrap/blob/master/.editorconfig) for easy use in common text editors. Read more and download plugins at .

Community
---------

[](#community)

Keep track of development and community news.

- Follow [@twbootstrap on Twitter](http://twitter.com/twbootstrap).
- Read and subscribe to [The Official Bootstrap Blog](http://blog.getbootstrap.com).
- Chat with fellow Bootstrappers in IRC. On the `irc.freenode.net` server, in the `##twitter-bootstrap` channel.
- Implementation help may be found at Stack Overflow (tagged [`twitter-bootstrap-3`](http://stackoverflow.com/questions/tagged/twitter-bootstrap-3)).

Versioning
----------

[](#versioning)

For transparency into our release cycle and in striving to maintain backward compatibility, Bootstrap is maintained under [the Semantic Versioning guidelines](http://semver.org/). Sometimes we screw up, but we'll adhere to those rules whenever possible.

Creators
--------

[](#creators)

**Mark Otto**

-
-

**Jacob Thornton**

-
-

Copyright and license
---------------------

[](#copyright-and-license)

Code and documentation copyright 2011-2014 Twitter, Inc. Code released under [the MIT license](LICENSE). Docs released under [Creative Commons](docs/LICENSE).

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community20

Small or concentrated contributor base

Maturity47

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 65% 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

Unknown

Total

1

Last Release

3386d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/4a9780ccab1885a77da31492d0fa59cf9b54488bf671b66e99f756b4c1adaa0f?d=identicon)[kPOWz](/maintainers/kPOWz)

---

Top Contributors

[![mdo](https://avatars.githubusercontent.com/u/98681?v=4)](https://github.com/mdo "mdo (5396 commits)")[![fat](https://avatars.githubusercontent.com/u/169705?v=4)](https://github.com/fat "fat (1122 commits)")[![cvrebert](https://avatars.githubusercontent.com/u/419884?v=4)](https://github.com/cvrebert "cvrebert (1078 commits)")[![XhmikosR](https://avatars.githubusercontent.com/u/349621?v=4)](https://github.com/XhmikosR "XhmikosR (199 commits)")[![juthilo](https://avatars.githubusercontent.com/u/3535675?v=4)](https://github.com/juthilo "juthilo (107 commits)")[![kPOWz](https://avatars.githubusercontent.com/u/1749783?v=4)](https://github.com/kPOWz "kPOWz (41 commits)")[![burnsra](https://avatars.githubusercontent.com/u/171054?v=4)](https://github.com/burnsra "burnsra (34 commits)")[![smerik](https://avatars.githubusercontent.com/u/750822?v=4)](https://github.com/smerik "smerik (26 commits)")[![liuyl](https://avatars.githubusercontent.com/u/1261809?v=4)](https://github.com/liuyl "liuyl (24 commits)")[![StevenBlack](https://avatars.githubusercontent.com/u/80144?v=4)](https://github.com/StevenBlack "StevenBlack (22 commits)")[![Yohn](https://avatars.githubusercontent.com/u/2002591?v=4)](https://github.com/Yohn "Yohn (21 commits)")[![BBosman](https://avatars.githubusercontent.com/u/5115488?v=4)](https://github.com/BBosman "BBosman (20 commits)")[![ssorallen](https://avatars.githubusercontent.com/u/29612?v=4)](https://github.com/ssorallen "ssorallen (17 commits)")[![ntwb](https://avatars.githubusercontent.com/u/1016458?v=4)](https://github.com/ntwb "ntwb (17 commits)")[![tlindig](https://avatars.githubusercontent.com/u/1086582?v=4)](https://github.com/tlindig "tlindig (16 commits)")[![acmetech](https://avatars.githubusercontent.com/u/134294?v=4)](https://github.com/acmetech "acmetech (16 commits)")[![lookfirst](https://avatars.githubusercontent.com/u/85355?v=4)](https://github.com/lookfirst "lookfirst (16 commits)")[![hnrch02](https://avatars.githubusercontent.com/u/1068978?v=4)](https://github.com/hnrch02 "hnrch02 (15 commits)")[![andriijas](https://avatars.githubusercontent.com/u/33141?v=4)](https://github.com/andriijas "andriijas (14 commits)")[![saas786](https://avatars.githubusercontent.com/u/1642796?v=4)](https://github.com/saas786 "saas786 (13 commits)")

---

Tags

frameworkwebcssJSlessresponsivefront-endmobile-first

### Embed Badge

![Health badge](/badges/kpowz-gus-bootstrap/health.svg)

```
[![Health](https://phpackages.com/badges/kpowz-gus-bootstrap/health.svg)](https://phpackages.com/packages/kpowz-gus-bootstrap)
```

###  Alternatives

[twbs/bootstrap

The most popular front-end framework for developing responsive, mobile first projects on the web.

174.1k17.6M327](/packages/twbs-bootstrap)[twitter/bootstrap

The most popular front-end framework for developing responsive, mobile first projects on the web.

174.1k1.7M27](/packages/twitter-bootstrap)[coreui/coreui

The most popular front-end framework for developing responsive, mobile-first projects on the web rewritten and maintain by the CoreUI Team

873111.6k4](/packages/coreui-coreui)[foundation/foundation-sites

The most advanced responsive front-end framework in the world.

29.8k8.4k](/packages/foundation-foundation-sites)[components/bootstrap

The most popular front-end framework for developing responsive, mobile first projects on the web.

932.8M63](/packages/components-bootstrap)[orange-opensource/orange-boosted-bootstrap

Orange Boosted with Bootstrap is a Bootstrap based, Orange branded accessible and ergonomic components library.

2148.7k](/packages/orange-opensource-orange-boosted-bootstrap)

PHPackages © 2026

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