PHPackages                             tayfunerbilen/jquery-to-javascript-convert - 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. tayfunerbilen/jquery-to-javascript-convert

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

tayfunerbilen/jquery-to-javascript-convert
==========================================

It helps to convert your simple jquery codes to vanilla javascript codes

6910210[3 issues](https://github.com/tayfunerbilen/jquery-to-javascript-convert/issues)PHP

Since Jan 31Pushed 6y ago9 watchersCompare

[ Source](https://github.com/tayfunerbilen/jquery-to-javascript-convert)[ Packagist](https://packagist.org/packages/tayfunerbilen/jquery-to-javascript-convert)[ RSS](/packages/tayfunerbilen-jquery-to-javascript-convert/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

jQuery to Javascript Converter
==============================

[](#jquery-to-javascript-converter)

This PHP class helps to convert your (really) simple jquery codes to vanilla javascript codes.

There is a lot of issues, it's not completed yet, yet you can convert your simple jquery codes to vanilla js instead of use jquery library using this php class.

> Inspired from [youmightnotneedjquery.com](http://youmightnotneedjquery.com)

for javascript adaptation follow this repo as well:

Installation
============

[](#installation)

Install with composer

```
composer require tayfunerbilen/jquery-to-javascript-convert dev-master

```

then include `autoload.php` file in to your php file.

```
require __DIR__ . '/vendor/autoload.php';
```

you're ready to go.

Usage
=====

[](#usage)

convert onload function

```
$js =  {
            console.log(err);
        };

        request.send();

        e.preventDefault();
    });

});
*/
```

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance19

Infrequent updates — may be unmaintained

Popularity24

Limited adoption so far

Community19

Small or concentrated contributor base

Maturity34

Early-stage or recently created project

 Bus Factor1

Top contributor holds 83.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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/217c27f6cf11ff21f3c49a112a9ce197420b4f58413cbfe318d5bd0b33002caf?d=identicon)[tayfunerbilen](/maintainers/tayfunerbilen)

---

Top Contributors

[![tayfunerbilen](https://avatars.githubusercontent.com/u/2500557?v=4)](https://github.com/tayfunerbilen "tayfunerbilen (50 commits)")[![remzikocak](https://avatars.githubusercontent.com/u/1866678?v=4)](https://github.com/remzikocak "remzikocak (5 commits)")[![Fabsolute](https://avatars.githubusercontent.com/u/11666659?v=4)](https://github.com/Fabsolute "Fabsolute (2 commits)")[![meseven](https://avatars.githubusercontent.com/u/1716620?v=4)](https://github.com/meseven "meseven (2 commits)")[![caglarkarakoc](https://avatars.githubusercontent.com/u/5189529?v=4)](https://github.com/caglarkarakoc "caglarkarakoc (1 commits)")

### Embed Badge

![Health badge](/badges/tayfunerbilen-jquery-to-javascript-convert/health.svg)

```
[![Health](https://phpackages.com/badges/tayfunerbilen-jquery-to-javascript-convert/health.svg)](https://phpackages.com/packages/tayfunerbilen-jquery-to-javascript-convert)
```

PHPackages © 2026

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