PHPackages                             ded/domready - 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. ded/domready

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

ded/domready
============

v1.0.12(8y ago)06824MITJavaScript

Since Mar 15Pushed 8y ago1 watchersCompare

[ Source](https://github.com/infrajs/domready)[ Packagist](https://packagist.org/packages/ded/domready)[ Docs](https://github.com/ded/domready)[ RSS](/packages/ded-domready/feed)WikiDiscussions master Synced today

READMEChangelog (2)DependenciesVersions (5)Used By (4)

domReady
--------

[](#domready)

It's easy. Works like this:

```
domready(function () {
  // dom is loaded!
})
```

---

Deprecation Notice
------------------

[](#deprecation-notice)

Compatibility with `IE6`, `IE7`, and `IE8` has been fully dropped. If your application requires this level of support, please use the [`0.3.0`](https://github.com/ded/domready/tree/v0.3.0) release.

---

### Browser support

[](#browser-support)

- IE9+
- Firefox 4+
- Safari 3+
- Chrome \*
- Opera \*

### Building

[](#building)

```
npm install
make
open tests/test.html
```

### Including with Ender

[](#including-with-ender)

Don't already have [Ender](http://enderjs.com)? Install it like this:

```
npm install ender -g
```

Include domready in your package:

```
ender add domready
```

Then use it like this

```
require('domready')(function () {
  $('body').html('boosh')
})

// or

$(document).ready(function () {
  $('body').html('boosh')
})
```

###  Health Score

32

—

LowBetter than 69% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community21

Small or concentrated contributor base

Maturity66

Established project with proven stability

 Bus Factor1

Top contributor holds 72.6% 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 ~242 days

Total

4

Last Release

3032d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/341a8ef8a06866ad99b1bbcf0216fd8e331b076b1690a7d992c386192674b787?d=identicon)[akiyatkin](/maintainers/akiyatkin)

---

Top Contributors

[![ded](https://avatars.githubusercontent.com/u/372683?v=4)](https://github.com/ded "ded (69 commits)")[![akiyatkin](https://avatars.githubusercontent.com/u/953753?v=4)](https://github.com/akiyatkin "akiyatkin (8 commits)")[![watcherdm](https://avatars.githubusercontent.com/u/265184?v=4)](https://github.com/watcherdm "watcherdm (4 commits)")[![macu](https://avatars.githubusercontent.com/u/889388?v=4)](https://github.com/macu "macu (3 commits)")[![fat](https://avatars.githubusercontent.com/u/169705?v=4)](https://github.com/fat "fat (3 commits)")[![elachlan](https://avatars.githubusercontent.com/u/2433737?v=4)](https://github.com/elachlan "elachlan (3 commits)")[![getify](https://avatars.githubusercontent.com/u/150330?v=4)](https://github.com/getify "getify (2 commits)")[![theodoreb](https://avatars.githubusercontent.com/u/292904?v=4)](https://github.com/theodoreb "theodoreb (1 commits)")[![remy](https://avatars.githubusercontent.com/u/13700?v=4)](https://github.com/remy "remy (1 commits)")[![jb55](https://avatars.githubusercontent.com/u/45598?v=4)](https://github.com/jb55 "jb55 (1 commits)")

### Embed Badge

![Health badge](/badges/ded-domready/health.svg)

```
[![Health](https://phpackages.com/badges/ded-domready/health.svg)](https://phpackages.com/packages/ded-domready)
```

###  Alternatives

[eventsauce/eventsauce

A pragmatic event sourcing library for PHP with a focus on developer experience.

8662.2M57](/packages/eventsauce-eventsauce)[wamania/php-stemmer

Native PHP Stemmer

1444.3M39](/packages/wamania-php-stemmer)[ether/simplemap

A beautifully simple Map field type for Craft CMS

134350.5k](/packages/ether-simplemap)[marcusball/case-helper

Easily convert between camelCase, PascalCase, kebab-case, snake\_case, SCREAMING\_SNAKE\_CASE, Train-Case, and string case!

2150.4k3](/packages/marcusball-case-helper)

PHPackages © 2026

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