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. [API Development](/categories/api)
4. /
5. automizy/automizy-js-api

ActiveLibrary[API Development](/categories/api)

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 3w 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 66% 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

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

[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.

3371.3M7](/packages/cmfcmf-openweathermap-php-api)[statickidz/php-google-translate-free

Google Translate Free library for PHP

284270.0k9](/packages/statickidz-php-google-translate-free)[hubspot/api-client

Hubspot API client

24015.5M18](/packages/hubspot-api-client)[dejurin/php-google-translate-for-free

Library for free use Google Translator. With attempts connecting on failure and array support.

13846.3k2](/packages/dejurin-php-google-translate-for-free)[pocketmine/bedrock-protocol

An implementation of the Minecraft: Bedrock Edition protocol in PHP

172437.8k11](/packages/pocketmine-bedrock-protocol)[botman/driver-telegram

Telegram driver for BotMan

93452.6k6](/packages/botman-driver-telegram)

PHPackages © 2026

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