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

ActiveLibrary

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 1mo 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 72% 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

3031d 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

[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)[almasaeed2010/adminlte

AdminLTE - admin control panel and dashboard that's based on Bootstrap 4

45.3k8.5M140](/packages/almasaeed2010-adminlte)[zurb/foundation

The most advanced responsive front-end framework in the world.

29.8k380.2k15](/packages/zurb-foundation)[cmfcmf/openweathermap-php-api

A PHP API to parse weather data from OpenWeatherMap.org. This wrapper tries to normalise and abstract the data and remove inconsistencies.

3471.3M7](/packages/cmfcmf-openweathermap-php-api)[bk2k/bootstrap-package

Bootstrap Package delivers a full configured frontend theme for TYPO3, based on the Bootstrap CSS Framework.

357891.4k72](/packages/bk2k-bootstrap-package)

PHPackages © 2026

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