PHPackages                             izer0x/bootstrap-3-arabic - 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. izer0x/bootstrap-3-arabic

ActiveLibrary[Framework](/categories/framework)

izer0x/bootstrap-3-arabic
=========================

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

3.3.6(10y ago)12523372[3 issues](https://github.com/izer0x/bootstrap-3-arabic/issues)MITJavaScript

Since Feb 1Pushed 10y ago32 watchersCompare

[ Source](https://github.com/izer0x/bootstrap-3-arabic)[ Packagist](https://packagist.org/packages/izer0x/bootstrap-3-arabic)[ Docs](http://zerox.me/projects/bootstrap/)[ RSS](/packages/izer0x-bootstrap-3-arabic/feed)WikiDiscussions master Synced today

READMEChangelog (3)DependenciesVersions (3)Used By (0)

[Bootstrap arabic](http://zerox.me/projects/bootstrap)
======================================================

[](#bootstrap-arabic)

[![Slack](https://camo.githubusercontent.com/38ded2d74c1b90e8ca41a23f250dc2461fb8ad4e9340ea5131a3ce0f69c1ad85/68747470733a2f2f626f6f7473747261702d736c61636b2e6865726f6b756170702e636f6d2f62616467652e737667)](https://bootstrap-slack.herokuapp.com)[![Bower version](https://camo.githubusercontent.com/c2b971b5f24fc277356e29a84523d9d8ef2dd8f6479f856a5ba82e1909a8b1eb/68747470733a2f2f696d672e736869656c64732e696f2f626f7765722f762f626f6f7473747261702e737667)](https://camo.githubusercontent.com/c2b971b5f24fc277356e29a84523d9d8ef2dd8f6479f856a5ba82e1909a8b1eb/68747470733a2f2f696d672e736869656c64732e696f2f626f7765722f762f626f6f7473747261702e737667)[![npm version](https://camo.githubusercontent.com/0e2c6a2bc7e3e66ff0259d37be0e1a1dfbeb7acd0ae7594ff5bdc40f7e939bfe/68747470733a2f2f696d672e736869656c64732e696f2f6e706d2f762f626f6f7473747261702e737667)](https://www.npmjs.com/package/bootstrap)[![Build Status](https://camo.githubusercontent.com/77a714305c1d91e1a2e27764d88e7eada58dd9f306ba2bdc7e91320f41c49556/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f747762732f626f6f7473747261702f6d61737465722e737667)](https://travis-ci.org/twbs/bootstrap)[![devDependency Status](https://camo.githubusercontent.com/c43950d92c4fabaccc1a572d26302d73a32b53dd219c84e27421ae57ae97411e/68747470733a2f2f696d672e736869656c64732e696f2f64617669642f6465762f747762732f626f6f7473747261702e737667)](https://david-dm.org/twbs/bootstrap#info=devDependencies)[![NuGet](https://camo.githubusercontent.com/ea85d26d44003908cf5ecbbfc46db043e6df3849e26e2c13077b2c28cd7122ab/68747470733a2f2f696d672e736869656c64732e696f2f6e756765742f762f626f6f7473747261702e737667)](https://www.nuget.org/packages/Bootstrap)[![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](https://twitter.com/mdo) and [Jacob Thornton](https://twitter.com/fat), and maintained by the [core team](https://github.com/orgs/twbs/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)
- [Copyright and license](#copyright-and-license)

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

[](#quick-start)

Several quick start options are available:

- [Download the latest release](https://github.com/twbs/bootstrap/archive/v3.3.6.zip).
- Clone the repo: `git clone https://github.com/twbs/bootstrap.git`.
- Install with [Bower](http://bower.io): `bower install bootstrap`.
- Install with [npm](https://www.npmjs.com): `npm install bootstrap`.
- Install with [Meteor](https://www.meteor.com): `meteor add twbs:bootstrap`.
- Install with [Composer](https://getcomposer.org): `composer require twbs/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.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://developer.chrome.com/devtools/docs/css-preprocessors) (`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/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 v3.0.x). **Note for Windows users:** Read [this unofficial guide](http://jekyll-windows.juthilo.com/) to get Jekyll up and running without problems.
2. Install the Ruby-based syntax highlighter, [Rouge](https://github.com/jneen/rouge), with `gem install rouge`.
3. From the root `/bootstrap` directory, run `jekyll serve` in the command line.
4. Open `http://localhost:9001` 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](https://github.com/twbs/bootstrap/tree/master/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).

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)

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

- Follow [@getbootstrap on Twitter](https://twitter.com/getbootstrap).
- Read and subscribe to [The Official Bootstrap Blog](http://blog.getbootstrap.com).
- Join [the official Slack room](https://bootstrap-slack.herokuapp.com).
- Chat with fellow Bootstrappers in IRC. On the `irc.freenode.net` server, in the `##bootstrap` channel.
- Implementation help may be found at Stack Overflow (tagged [`twitter-bootstrap-3`](https://stackoverflow.com/questions/tagged/twitter-bootstrap-3)).
- Developers should use the keyword `bootstrap` on packages which modify or add to the functionality of Bootstrap when distributing through [npm](https://www.npmjs.com/browse/keyword/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](http://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/twbs/bootstrap/releases) for changelogs for each release version of Bootstrap. Release announcement posts on [the official Bootstrap blog](http://blog.getbootstrap.com) contain summaries of the most noteworthy changes made in each release.

Creators
--------

[](#creators)

**Mark Otto**

-
-

**Jacob Thornton**

-
-

**zero**

- [https://twitter.com/zerox\_me](https://twitter.com/zerox_me)
- [https://github.com/zerox\_me](https://github.com/zerox_me)
-

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

[](#copyright-and-license)

Code and documentation copyright 2011-2015 Twitter, Inc. Code released under [the MIT license](https://github.com/twbs/bootstrap/blob/master/LICENSE). Docs released under [Creative Commons](https://github.com/twbs/bootstrap/blob/master/docs/LICENSE).

###  Health Score

37

—

LowBetter than 83% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity30

Limited adoption so far

Community22

Small or concentrated contributor base

Maturity64

Established project with proven stability

 Bus Factor1

Top contributor holds 50% 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 ~666 days

Total

2

Last Release

3816d ago

### Community

Maintainers

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

---

Top Contributors

[![MhdAljuboori](https://avatars.githubusercontent.com/u/963054?v=4)](https://github.com/MhdAljuboori "MhdAljuboori (5 commits)")[![zeroxme](https://avatars.githubusercontent.com/u/3534296?v=4)](https://github.com/zeroxme "zeroxme (4 commits)")[![DevSide](https://avatars.githubusercontent.com/u/6873926?v=4)](https://github.com/DevSide "DevSide (1 commits)")

---

Tags

bootstrapcsslessmultilingualrtlframeworkwebcssJSlessbootstrapresponsivefront-endmobile-firstrtl

### Embed Badge

![Health badge](/badges/izer0x-bootstrap-3-arabic/health.svg)

```
[![Health](https://phpackages.com/badges/izer0x-bootstrap-3-arabic/health.svg)](https://phpackages.com/packages/izer0x-bootstrap-3-arabic)
```

###  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)[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)[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)

PHPackages © 2026

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