PHPackages                             automizy/automizy-js - 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. automizy/automizy-js

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

automizy/automizy-js
====================

Automizy widget collection

20170323150200(9y ago)0172MITJavaScript

Since Oct 5Pushed 8y ago2 watchersCompare

[ Source](https://github.com/Automizy/Automizy-JS)[ Packagist](https://packagist.org/packages/automizy/automizy-js)[ Docs](http://developers.automizy.com/automizyjs)[ RSS](/packages/automizy-automizy-js/feed)WikiDiscussions master Synced 3w ago

READMEChangelog (2)DependenciesVersions (96)Used By (0)

[Automizy JS](http://developers.automizy.com/automizyjs) — Automizy widget collection
=====================================================================================

[](#automizy-js--automizy-widget-collection)

What is AutomizyJs?
-------------------

[](#what-is-automizyjs)

AutomizyJS is a jQuery UI-like GUI and widget collection, with all the necessary features to create complete applications, by creating simple objects, or calling short methods. You only have to define the bases, AutomizyJs will make the rest of the work.

As reference we built [Automizy](https://www.automizy.com/), our professional marketing automation software using [Automizy JS](http://developers.automizy.com/automizyjs) and [AutomizyJs API](http://developers.automizy.com/automizyjsapi/).

Easy to code
------------

[](#easy-to-code)

Creating AutomizyJs modules is easy, you can define them by writing only a couple of lines.

```
var dialog = $A.newDialog({
    title: 'Import contacts',
    buttons: [
        {skin: 'nobox-green',text: 'Cancel',float: 'left',click: function(){dialog.close();}},
        {skin: 'simple-orange',text: 'Next',float: 'right'}
    ],
    content: $A.newForm({
        inputs: [
            {label: 'Import file',type: 'file'},
            {label: 'Add to segment',type: 'select',multiselect: $A.d.defines.input.setupSelectObj,
                options:[[0, '--- Nothing ---'],[12, 'First Segment'],[15, 'Second Segment']]
            },
            {label: 'Email',validator: 'email'}
        ]
    })
}).draw();

```

Furthermore, nearly all methods are chainable, which makes coding even more simple:

```
var dialog = $A.newDialog().title('Import contacts').buttons([
        $A.newButton().skin('nobox-green').text('Cancel').float('left').click(function(){dialog.close();}),
        $A.newButton().skin('simple-orange').text('Next').float('right')
    ]).content($A.newForm().addInputs([
        $A.newInput().label('Import file').type('file'),
        $A.newInput().label('Add to segment').type('select').multiselect($A.d.defines.input.setupSelectObj).options([
            [0, '--- Nothing ---'],[12, 'First Segment'],[15, 'Second Segment']
        ]),
        $A.newInput().label('Email').validator('email')
    ])).draw();

```

Simple integration
------------------

[](#simple-integration)

AutomizyJs can use all jQuery methods, so you won't have any troubles with integrating.

Dev sites
---------

[](#dev-sites)

You can check the full documentation of AutomizyJs here:

In case you are interested in our other projects too, check

Questions?
----------

[](#questions)

If you have any questions, please feel free to contact us at .

###  Health Score

32

—

LowBetter than 69% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity79

Established project with proven stability

 Bus Factor1

Top contributor holds 55.8% 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 ~9 days

Recently: every ~2 days

Total

93

Last Release

3076d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/6df388a0262124d80f856d2e7b1ce422507c3f0159fbd95beafcddaf237729c4?d=identicon)[gyorgyreti](/maintainers/gyorgyreti)

---

Top Contributors

[![abelenekes](https://avatars.githubusercontent.com/u/14992233?v=4)](https://github.com/abelenekes "abelenekes (227 commits)")[![gyorgyreti](https://avatars.githubusercontent.com/u/8123705?v=4)](https://github.com/gyorgyreti "gyorgyreti (180 commits)")

---

Tags

responsivefreeintegrateautomizyautomizyjsmobilefriendly

### Embed Badge

![Health badge](/badges/automizy-automizy-js/health.svg)

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

###  Alternatives

[rrssb/rrssb-plus

Ridiculously Responsive Social Sharing Buttons Plus

15629.1k](/packages/rrssb-rrssb-plus)[smile/module-gift-sales-rule

Extension of Magento2 Sales Rule to provide gifted (free) products.

34122.3k2](/packages/smile-module-gift-sales-rule)[bigfork/htmleditorsrcset

Simple srcset integration with SilverStripe’s HTMLEditorField

1025.8k4](/packages/bigfork-htmleditorsrcset)[opengento/composer-registration-plugin

This plugin allows to compile the Magento2 components registrations on composer install/update.

101.7k](/packages/opengento-composer-registration-plugin)[outhebox/nova-fields-agent

This field give the ability to hide fields from your resources table on mobile screens for a better responsive concept

101.1k](/packages/outhebox-nova-fields-agent)

PHPackages © 2026

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