PHPackages                             nucleos/allinkl-bundle - 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. nucleos/allinkl-bundle

ActiveSymfony-bundle[API Development](/categories/api)

nucleos/allinkl-bundle
======================

This bundle provides services for using the All-Inkl API inside symfony applications.

1.8.0(7mo ago)3181[1 issues](https://github.com/nucleos/NucleosAllInklBundle/issues)MITPHPPHP ^8.3CI passing

Since Jun 20Pushed 1mo ago1 watchersCompare

[ Source](https://github.com/nucleos/NucleosAllInklBundle)[ Packagist](https://packagist.org/packages/nucleos/allinkl-bundle)[ Docs](https://nucleos.rocks)[ GitHub Sponsors](https://github.com/sponsors/core23)[ Fund](https://ko-fi.com/core23)[ RSS](/packages/nucleos-allinkl-bundle/feed)WikiDiscussions 1.9.x Synced yesterday

READMEChangelog (9)Dependencies (24)Versions (21)Used By (0)

NucleosAllInklBundle
====================

[](#nucleosallinklbundle)

[![Latest Stable Version](https://camo.githubusercontent.com/01719352671b0e545eb6d86089dcf42d6ed8d9f0317cd16240462bd3c9644dc3/68747470733a2f2f706f7365722e707567782e6f72672f6e75636c656f732f616c6c696e6b6c2d62756e646c652f762f737461626c65)](https://packagist.org/packages/nucleos/allinkl-bundle)[![Latest Unstable Version](https://camo.githubusercontent.com/49efececd85bddfb6db5f8a16f512f415dd02a4179046d11f71c47062ce60145/68747470733a2f2f706f7365722e707567782e6f72672f6e75636c656f732f616c6c696e6b6c2d62756e646c652f762f756e737461626c65)](https://packagist.org/packages/nucleos/allinkl-bundle)[![License](https://camo.githubusercontent.com/288fce1a9d15721f04f93bb79d85dbb0f3c05e21a0c15ca39ffb8b91db311f08/68747470733a2f2f706f7365722e707567782e6f72672f6e75636c656f732f616c6c696e6b6c2d62756e646c652f6c6963656e7365)](https://packagist.org/packages/nucleos/allinkl-bundle)

[![Total Downloads](https://camo.githubusercontent.com/77cc22cb971b278c62689b57b11a2c74c1f948387a53fe6cfaf5b71920ff0830/68747470733a2f2f706f7365722e707567782e6f72672f6e75636c656f732f616c6c696e6b6c2d62756e646c652f646f776e6c6f616473)](https://packagist.org/packages/nucleos/allinkl-bundle)[![Monthly Downloads](https://camo.githubusercontent.com/bea614dd1a22270490605c65bd38a2adfbf65af2cb01a94b0ac17a98b0ac7621/68747470733a2f2f706f7365722e707567782e6f72672f6e75636c656f732f616c6c696e6b6c2d62756e646c652f642f6d6f6e74686c79)](https://packagist.org/packages/nucleos/allinkl-bundle)[![Daily Downloads](https://camo.githubusercontent.com/616cf05a74ac1a01730b3427c8f91277e3e8cd1c113f6402c3825fbd9f9749ad/68747470733a2f2f706f7365722e707567782e6f72672f6e75636c656f732f616c6c696e6b6c2d62756e646c652f642f6461696c79)](https://packagist.org/packages/nucleos/allinkl-bundle)

[![Continuous Integration](https://github.com/nucleos/NucleosAllInklBundle/actions/workflows/continuous-integration.yml/badge.svg?event=push)](https://github.com/nucleos/NucleosAllInklBundle/actions?query=workflow%3A%22Continuous+Integration%22+event%3Apush)[![Code Coverage](https://camo.githubusercontent.com/0802fe7c19d0724db4fdbe60f59c0cbe3c9a514963623525d4b1f1501c6a0ae2/68747470733a2f2f636f6465636f762e696f2f67682f6e75636c656f732f4e75636c656f73416c6c496e6b6c42756e646c652f67726170682f62616467652e737667)](https://codecov.io/gh/nucleos/NucleosAllInklBundle)

This bundle provides a wrapper for using [all-inkl API](http://kasapi.kasserver.com/) inside symfony applications.

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

[](#installation)

Open a command console, enter your project directory and execute the following command to download the latest stable version of this bundle:

```
composer require nucleos/allinkl-bundle

```

### Sonata block integration (optional)

[](#sonata-block-integration-optional)

If you want to use sonata blocks to use widgets:

```
composer require sonata-project/block-bundle

```

### Enable the Bundle

[](#enable-the-bundle)

Then, enable the bundle by adding it to the list of registered bundles in `config/bundles.php` file of your project:

```
// config/bundles.php

return [
    // ...
    Nucleos\AllInklBundle\NucleosAllInklBundle::class => ['all' => true],
];
```

Usage
-----

[](#usage)

```
{# template.twig #}

{{ sonata_block_render({ 'type': 'nucleos_allinkl.block.space_statistic' }, {
    'login':    'XXX',
    'password': 'XXX'
}) }}
```

Notes
-----

[](#notes)

You can't use this bundle properly, if you have 2FA enabled.

License
-------

[](#license)

This bundle is under the [MIT license](LICENSE.md).

###  Health Score

47

—

FairBetter than 94% of packages

Maintenance74

Regular maintenance activity

Popularity11

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity79

Established project with proven stability

 Bus Factor2

2 contributors hold 50%+ of commits

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 ~132 days

Recently: every ~149 days

Total

17

Last Release

38d ago

PHP version history (5 changes)1.0.0PHP ^7.3

1.2.0PHP ^7.3 || ^8.0

1.3.0PHP ^8.0

1.4.0PHP ^8.1

1.8.0PHP ^8.3

### Community

Maintainers

![](https://www.gravatar.com/avatar/46179d0f1a863a1a71c634a413d857f8428ad9a8273cd065ba4f0e864730dde9?d=identicon)[core23](/maintainers/core23)

---

Top Contributors

[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (372 commits)")[![nucleos-bot](https://avatars.githubusercontent.com/u/60489587?v=4)](https://github.com/nucleos-bot "nucleos-bot (371 commits)")[![core23](https://avatars.githubusercontent.com/u/3440437?v=4)](https://github.com/core23 "core23 (122 commits)")[![renovate[bot]](https://avatars.githubusercontent.com/in/2740?v=4)](https://github.com/renovate[bot] "renovate[bot] (12 commits)")[![renovate-bot](https://avatars.githubusercontent.com/u/25180681?v=4)](https://github.com/renovate-bot "renovate-bot (1 commits)")

---

Tags

allinklapibundlehacktoberfestsymfonysymfony-bundleapisymfonybundlesonatasonata-blockallinkl

### Embed Badge

![Health badge](/badges/nucleos-allinkl-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/nucleos-allinkl-bundle/health.svg)](https://phpackages.com/packages/nucleos-allinkl-bundle)
```

###  Alternatives

[sylius/sylius

E-Commerce platform for PHP, based on Symfony framework.

8.4k5.6M651](/packages/sylius-sylius)[shopware/platform

The Shopware e-commerce core

3.3k1.5M3](/packages/shopware-platform)[sulu/sulu

Core framework that implements the functionality of the Sulu content management system

1.3k1.3M152](/packages/sulu-sulu)[contao/core-bundle

Contao Open Source CMS

1231.6M2.4k](/packages/contao-core-bundle)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

595.2M386](/packages/shopware-core)[ec-cube/ec-cube

EC-CUBE EC open platform.

78527.0k1](/packages/ec-cube-ec-cube)

PHPackages © 2026

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