PHPackages                             entreprise7pro/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. entreprise7pro/bootstrap

ActiveLibrary[Framework](/categories/framework)

entreprise7pro/bootstrap
========================

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

v3.4.8(9mo ago)236.8k↑13.2%7[3 issues](https://github.com/entreprise7pro/bootstrap/issues)[2 PRs](https://github.com/entreprise7pro/bootstrap/pulls)MITJavaScript

Since Sep 4Pushed 9mo ago1 watchersCompare

[ Source](https://github.com/entreprise7pro/bootstrap)[ Packagist](https://packagist.org/packages/entreprise7pro/bootstrap)[ Docs](https://getbootstrap.com/)[ RSS](/packages/entreprise7pro-bootstrap/feed)WikiDiscussions v3-dev Synced 1mo ago

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

[Entreprise7pro Bootstrap 3](https://bootstrap.7pro.ca/)
========================================================

[](#entreprise7pro-bootstrap-3)

Why Entreprise7pro Bootstrap 3?
-------------------------------

[](#why-entreprise7pro-bootstrap-3)

- Entreprise7pro Bootstrap 3 is compatible with jQuery 4, jQuery 3, jQuery 2 and jQuery 1.8+
- Entreprise7pro Bootstrap 3 has CVE fix for [CVE-2024-6485](https://nvd.nist.gov/vuln/detail/CVE-2024-6485)
- What to expect going forward?

1. CVE coverage
2. Bugfixes
3. The possibility of backporting one or more important features from bs4/bs5 into a new branch called 3.5.x.

[![npm version](https://camo.githubusercontent.com/4826f3f120dc5b93dd046aee15c9b37607150d7db484a902ab82e03a6f07d685/68747470733a2f2f696d672e736869656c64732e696f2f6e706d2f762f656e74726570726973653770726f2d626f6f7473747261702e737667)](https://www.npmjs.com/package/entreprise7pro-bootstrap)

### Bower recognizes all github projects.

[](#bower-recognizes-all-github-projects)

- `bower install entreprise7pro/bootstrap --save`

### Composer instructions

[](#composer-instructions)

- `composer require entreprise7pro/bootstrap`
-
-  (optional)

### NPM installation

[](#npm-installation)

- `npm install entreprise7pro-bootstrap`

Bootstrap is a sleek, intuitive, and powerful front-end framework for faster and easier web development.

ACTIVELY SUPPORTED
------------------

[](#actively-supported)

### SPONSORED BY

[](#sponsored-by)

- [Cinder Systems Corp](https://cinders.io)
- Entreprise 7pro.ca Inc.

### Maintainers

[](#maintainers)

- [Joseph Olstad](https://drupal.org/u/josepholstad)
- [Stephen Mulvihill](https://www.drupal.org/u/smulvih2)

Originally created by [Mark Otto](https://twitter.com/mdo) and [Jacob Thornton](https://twitter.com/fat), and previously maintained by the [core team](https://github.com/orgs/entreprise7pro/people) with the massive support and involvement of the community.

To get started, check out !

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)
- [Thanks](#thanks)
- [Copyright and license](#copyright-and-license)

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

[](#quick-start)

Several quick start options are available:

- [Download the latest release](https://github.com/entreprise7pro/bootstrap/archive/refs/tags/v3.4.3.zip).
- Clone the repo: `git clone https://github.com/entreprise7pro/bootstrap.git`.
- Consume the CDNs
- Install with [Composer](https://getcomposer.org/): `composer require entreprise7pro/bootstrap`.

Read the [Getting started page](https://getbootstrap.com/docs/3.4/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.css.map
│   ├── bootstrap.min.css
│   ├── bootstrap.min.css.map
│   ├── bootstrap-theme.css
│   ├── bootstrap-theme.css.map
│   ├── bootstrap-theme.min.css
│   └── bootstrap-theme.min.css.map
├── js/
│   ├── bootstrap.js
│   └── bootstrap.min.js
└── fonts/
    ├── glyphicons-halflings-regular.eot
    ├── glyphicons-halflings-regular.svg
    ├── glyphicons-halflings-regular.ttf
    ├── glyphicons-halflings-regular.woff
    └── glyphicons-halflings-regular.woff2

```

We provide compiled CSS and JS (`bootstrap.*`), as well as compiled and minified CSS and JS (`bootstrap.min.*`). CSS [source maps](https://developers.google.com/web/tools/chrome-devtools/javascript/source-maps) (`bootstrap.*.map`) are available for use with certain browsers' developer tools. 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/entreprise7pro/bootstrap/blob/v3-dev/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/entreprise7pro/bootstrap/issues/new).

Note that **feature requests must target [Bootstrap v3](https://github.com/entreprise7pro/bootstrap/tree/v3-dev),**. We are focused on maintenance and compatibility of bootstrap 3 with modern dependencies like jQuery v4 and most browsers.

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

[](#documentation)

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

### Running documentation locally

[](#running-documentation-locally)

1. If necessary, [install Jekyll](https://jekyllrb.com/docs/installation/) and other Ruby dependencies with `bundle install`. **Note for Windows users:** Read [this guide](https://jekyllrb.com/docs/installation/windows/) to get Jekyll up and running without problems.
2. From the root `/bootstrap` directory, run `bundle exec jekyll serve` in the command line.
3. Open `http://localhost:9001` in your browser, and voilà.

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

### Documentation for previous releases

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

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

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

[](#contributing)

Please read through our [contributing guidelines](https://github.com/entreprise7pro/bootstrap/blob/v3-dev/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](https://github.com/entreprise7pro/bootstrap/tree/v3-dev/js/tests). All HTML and CSS should conform to the [Code Guide](https://github.com/mdo/code-guide), maintained by [Mark Otto](https://github.com/mdo).

**compatible with jQuery 4.** We are focusing our efforts on [Bootstrap v3](https://github.com/entreprise7pro/bootstrap/tree/v3-dev), the future of the entreprise7pro bootstrap release of the framework is here.

Pull requests which add new features (rather than fix bugs) should target [Bootstrap v3 (the `v3-dev` git branch)](https://github.com/entreprise7pro/bootstrap/tree/v3-dev).

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

Community
---------

[](#community)

Get updates on Bootstrap's development and chat with the project maintainers and community members.

ootstrap` channel.

- Implementation help may be found at Stack Overflow (tagged [`entreprise7pro-bootstrap`](https://stackoverflow.com/questions/tagged/entreprise7pro-bootstrap)).
- Developers should use the keyword `bootstrap` and or `entreprise7pro` on packages which modify or add to the functionality of Bootstrap when distributing through [npm](https://www.npmjs.com/search?q=keywords:entreprise7pro-bootstrap) or similar delivery mechanisms for maximum discoverability.

Versioning
----------

[](#versioning)

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

See [the Releases section of our GitHub project](https://github.com/entreprise7pro/bootstrap/releases) for changelogs for each release version of Bootstrap.

Compiling
---------

[](#compiling)

- `sudo apt install nodejs npm`
- `sudo apt install node-grunt-cli`
- `bundle exec grunt --force`
- `openssl dgst -sha384 -binary dist/js/bootstrap.min.js | base64`
- `openssl dgst -sha384 -binary dist/css/bootstrap-theme.min.css | base64`
- `openssl dgst -sha384 -binary dist/css/bootstrap.min.css | base64`
- `npm run release`
- npm run release-zip

Publishing a new release to npm
-------------------------------

[](#publishing-a-new-release-to-npm)

- Compile first
- npm publish --access public

Thanks
------

[](#thanks)

[![BrowserStack Logo](https://camo.githubusercontent.com/941d167418955d863ee5cb7b8e030514ab8bf23b2ffed99c298ce156741b7ca9/68747470733a2f2f6c6976652e62726f77736572737461636b2e636f6d2f696d616765732f6f70656e736f757263652f62726f77736572737461636b2d6c6f676f2e737667)](https://camo.githubusercontent.com/941d167418955d863ee5cb7b8e030514ab8bf23b2ffed99c298ce156741b7ca9/68747470733a2f2f6c6976652e62726f77736572737461636b2e636f6d2f696d616765732f6f70656e736f757263652f62726f77736572737461636b2d6c6f676f2e737667)

Thanks to [BrowserStack](https://www.browserstack.com/) for providing the infrastructure that allows us to test in real browsers!

Current Maintainers
-------------------

[](#current-maintainers)

**Stephen Mulvihill**

-
-

**Joseph Olstad**

-
-

Website for entreprise7pro-bootstrap
------------------------------------

[](#website-for-entreprise7pro-bootstrap)

-

Creators
--------

[](#creators)

**Mark Otto**

-
-

**Jacob Thornton**

-
-

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

[](#copyright-and-license)

Entreprise 7pro.ca Inc. copyright 2024. Currently released under [the MIT license](https://github.com/entreprise7pro/bootstrap/blob/v3-dev/LICENSE). Docs released under [Creative Commons](https://github.com/entreprise7pro/bootstrap/blob/v3-dev/docs/LICENSE). Code and documentation copyright 2011-2019 Twitter, Inc. Twitter Code previously released under [the MIT license](https://github.com/twbs/bootstrap/blob/v3-dev/LICENSE).

###  Health Score

36

—

LowBetter than 82% of packages

Maintenance36

Infrequent updates — may be unmaintained

Popularity35

Limited adoption so far

Community23

Small or concentrated contributor base

Maturity45

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 56.1% 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 ~48 days

Recently: every ~63 days

Total

7

Last Release

295d ago

### Community

Maintainers

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

---

Top Contributors

[![mdo](https://avatars.githubusercontent.com/u/98681?v=4)](https://github.com/mdo "mdo (5892 commits)")[![cvrebert](https://avatars.githubusercontent.com/u/419884?v=4)](https://github.com/cvrebert "cvrebert (1979 commits)")[![fat](https://avatars.githubusercontent.com/u/169705?v=4)](https://github.com/fat "fat (1152 commits)")[![XhmikosR](https://avatars.githubusercontent.com/u/349621?v=4)](https://github.com/XhmikosR "XhmikosR (517 commits)")[![hnrch02](https://avatars.githubusercontent.com/u/1068978?v=4)](https://github.com/hnrch02 "hnrch02 (194 commits)")[![juthilo](https://avatars.githubusercontent.com/u/3535675?v=4)](https://github.com/juthilo "juthilo (129 commits)")[![patrickhlauke](https://avatars.githubusercontent.com/u/895831?v=4)](https://github.com/patrickhlauke "patrickhlauke (112 commits)")[![twbs-grunt](https://avatars.githubusercontent.com/u/9835569?v=4)](https://github.com/twbs-grunt "twbs-grunt (95 commits)")[![kkirsche](https://avatars.githubusercontent.com/u/947110?v=4)](https://github.com/kkirsche "kkirsche (37 commits)")[![StevenBlack](https://avatars.githubusercontent.com/u/80144?v=4)](https://github.com/StevenBlack "StevenBlack (36 commits)")[![burnsra](https://avatars.githubusercontent.com/u/171054?v=4)](https://github.com/burnsra "burnsra (34 commits)")[![vsn4ik](https://avatars.githubusercontent.com/u/3757319?v=4)](https://github.com/vsn4ik "vsn4ik (32 commits)")[![joejoseph00](https://avatars.githubusercontent.com/u/1028526?v=4)](https://github.com/joejoseph00 "joejoseph00 (28 commits)")[![smerik](https://avatars.githubusercontent.com/u/750822?v=4)](https://github.com/smerik "smerik (26 commits)")[![BBosman](https://avatars.githubusercontent.com/u/5115488?v=4)](https://github.com/BBosman "BBosman (25 commits)")[![liuyl](https://avatars.githubusercontent.com/u/1261809?v=4)](https://github.com/liuyl "liuyl (24 commits)")[![Yohn](https://avatars.githubusercontent.com/u/2002591?v=4)](https://github.com/Yohn "Yohn (21 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)")[![acmetech](https://avatars.githubusercontent.com/u/134294?v=4)](https://github.com/acmetech "acmetech (16 commits)")

---

Tags

frameworkwebcssJSlessresponsivefront-endmobile-first

### Embed Badge

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

```
[![Health](https://phpackages.com/badges/entreprise7pro-bootstrap/health.svg)](https://phpackages.com/packages/entreprise7pro-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)
