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

ActiveLibrary

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

JavaScript API library for Automizy Marketing Automation software

v1.3.25(8y ago)0172MITJavaScript

Since Oct 5Pushed 8y ago2 watchersCompare

[ Source](https://github.com/Automizy/Automizy-Js-Api)[ Packagist](https://packagist.org/packages/automizy/automizy-js-api)[ Docs](http://developers.automizy.com/automizyjsapi)[ RSS](/packages/automizy-automizy-js-api/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)DependenciesVersions (28)Used By (0)

[Automizy Js Api](http://developers.automizy.com/automizyjsapi) — JavaScript API library for Automizy Marketing Automation software
===================================================================================================================================

[](#automizy-js-api--javascript-api-library-for-automizy-marketing-automation-software)

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

[](#what-is-automizyjs-api)

AutomizyJs API is a collection of JavaScript modules and functions which make the communication with the software [Automizy](http://automizy.com/) as easy as possible.

Automatic authentication
------------------------

[](#automatic-authentication)

You can gain access to the software only knowing a user name and password. The AutomizyJs API does all the hard work, you don't have to mess with token validation, although it gives the opportunity to do so if you really want.

```
//Logging in with username and password
$AA.token().login({
    username: "john.doe@gmail.com",
    password: "password123"
}); //returns object with refresh and access token

```

Execute complex queries with simple conditions
----------------------------------------------

[](#execute-complex-queries-with-simple-conditions)

By using the basic functions of AutomizyJs API you can get any data of a given module in the winkling of an eye, you only have to give some simple conditions.

```
//Get all segments that have 'test' in their name
$AA.segments().where([
    [
        ['name', 'in', '%test%']
    ]
]).get();

```

Standardized return values
--------------------------

[](#standardized-return-values)

AutomizyJs API utilizes all features jQuery provides, every query returns a jqXHR object, this way you will be able to use the results in any context.

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

31

—

LowBetter than 68% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity73

Established project with proven stability

 Bus Factor1

Top contributor holds 57.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 ~32 days

Recently: every ~3 days

Total

27

Last Release

3031d ago

### Community

Maintainers

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

---

Top Contributors

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

---

Tags

responsivefreeintegrateautomizymobilefriendlyautomizyjsapi

### Embed Badge

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

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

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