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.2k↓30%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 1mo ago

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 59% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity19

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

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

[yireo/magento2-webp2

Magento 2 module to add WebP support to the Magento frontend

2091.2M7](/packages/yireo-magento2-webp2)[tig/postnl-magento2

TIG Magento 2 PostNL extension

58544.2k4](/packages/tig-postnl-magento2)[lillik/magento2-price-decimal

Magento 2 Price Decimal Precision

111147.5k](/packages/lillik-magento2-price-decimal)[nosto/module-nostotagging

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

27659.1k4](/packages/nosto-module-nostotagging)[magepal/magento2-customeraccountlinksmanager

Customer Account Links Manager for Magento2 allows you to quickly and easily remove unwanted links from customer account dashboard

4084.9k](/packages/magepal-magento2-customeraccountlinksmanager)[doofinder/doofinder-magento2

Doofinder module for Magento 2

13204.0k1](/packages/doofinder-doofinder-magento2)

PHPackages © 2026

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