PHPackages                             deadsimple/axioslibrary - 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. deadsimple/axioslibrary

ActiveMagento2-module[Utility &amp; Helpers](/categories/utility)

deadsimple/axioslibrary
=======================

A deadsimple module to use Axios components in your Magento2 projects

1.0.2(5y ago)02.3k↓55%MITPHP

Since Apr 15Pushed 5y agoCompare

[ Source](https://github.com/Deadsimple-ecommerce/AxiosLibrary)[ Packagist](https://packagist.org/packages/deadsimple/axioslibrary)[ RSS](/packages/deadsimple-axioslibrary/feed)WikiDiscussions master Synced yesterday

READMEChangelog (3)Dependencies (1)Versions (4)Used By (0)

[![Latest Stable Version](https://camo.githubusercontent.com/07b1be284bbbc476f729ab2faab93e82bf8a7cc888f984a74d81bb835e3b8acd/68747470733a2f2f706f7365722e707567782e6f72672f6465616473696d706c652f6178696f736c6962726172792f762f737461626c65)](https://packagist.org/packages/deadsimple/axioslibrary) [![Total Downloads](https://camo.githubusercontent.com/69f132ee3a29c13ec8af1fa0de1b3e939afb1205ac3df7218c100d89f252b41f/68747470733a2f2f706f7365722e707567782e6f72672f6465616473696d706c652f6178696f736c6962726172792f646f776e6c6f616473)](https://packagist.org/packages/deadsimple/axioslibrary) [![License](https://camo.githubusercontent.com/a57eef9f07e54c0f31ae29252aa22db431aa199fecd59308bc8529baed5528c0/68747470733a2f2f706f7365722e707567782e6f72672f6465616473696d706c652f6178696f736c6962726172792f6c6963656e7365)](https://packagist.org/packages/deadsimple/axioslibrary)

Deadsimple Axios Magento2 Composer Library
==========================================

[](#deadsimple-axios-magento2-composer-library)

This package allows you to include the latest version of axios and use on a global level together with requirejs in your Magento2 setup straight out of the box

Installation
------------

[](#installation)

Use composer to install the module: `composer require deadsimple/axioslibrary`

Usage
-----

[](#usage)

Using this library is easy peasy, just include the axios script through requirejs, define Axios and use it wherever you like.

```
define([
  'Axios'
], function (axios) {
  'use strict';

  // Make a request for a user with a given ID
  axios.get('/user?ID=12345')
    .then(function (response) {
      // handle success
      console.log(response);
    })
    .catch(function (error) {
      // handle error
      console.log(error);
    })
    .then(function () {
      // always executed
    });
})

```

### Version

[](#version)

This library loads: `Axios v0.19.2`

###  Health Score

29

—

LowBetter than 57% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity20

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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 ~84 days

Total

3

Last Release

2102d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/7f3d6ed37e08e7303491ad700762cd7e23bd2301b64557b7398e8fb2ec191e3f?d=identicon)[mmeester](/maintainers/mmeester)

---

Top Contributors

[![mmeester](https://avatars.githubusercontent.com/u/655965?v=4)](https://github.com/mmeester "mmeester (8 commits)")

### Embed Badge

![Health badge](/badges/deadsimple-axioslibrary/health.svg)

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

###  Alternatives

[elgentos/regenerate-catalog-urls

Regenerate Catalog URL Rewrites (products, categories, cms pages)

2842.6M](/packages/elgentos-regenerate-catalog-urls)[nosto/module-nostotagging

Increase your conversion rate and average order value by delivering your customers personalized product recommendations throughout their shopping journey.

27703.7k4](/packages/nosto-module-nostotagging)[tig/postnl-magento2

TIG Magento 2 PostNL extension

59570.5k5](/packages/tig-postnl-magento2)[myparcelnl/magento

A Magento 2 module that creates MyParcel labels

1860.2k](/packages/myparcelnl-magento)[loki/magento2-components

Core module for defining Alpine.js components with advanced AJAX features

1011.8k26](/packages/loki-magento2-components)[zwernemann/module-withdrawal

Magento 2 EU Withdrawal Button Module - Adds a withdrawal/revocation button for orders in compliance with EU Directive (EU) 2023/2673

244.8k2](/packages/zwernemann-module-withdrawal)

PHPackages © 2026

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