PHPackages                             flamix/app24-core - 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. flamix/app24-core

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

flamix/app24-core
=================

Easy way to create App24 Marketplace App

0788PHPCI passing

Since Jun 26Pushed 1w ago1 watchersCompare

[ Source](https://github.com/rshkabko/app24-core)[ Packagist](https://packagist.org/packages/flamix/app24-core)[ RSS](/packages/flamix-app24-core/feed)WikiDiscussions main Synced yesterday

READMEChangelogDependenciesVersions (1)Used By (0)

App24 Core SDK
==============

[](#app24-core-sdk)

This is a Laravel package for creating applications for

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

[](#installation)

```
composer require flamix/app24-core
php artisan app24:install
php artisan migrate
```

Add the following to your .env file:

```
APP_NAME=company.app24-name
APP24_ID=app.secret.code
APP24_SECRET=super_secret_code
```

Add to CRON or in Scheduler:

```
# Every DAY
php artisan app24:refresh-token
```

Usage
-----

[](#usage)

Will be added soon!

### Session Handling in iFrames with Laravel

[](#session-handling-in-iframes-with-laravel)

In certain scenarios, your Laravel application may be running within an iFrame. Some browsers have security measures in place that block cookies within iFrames, which can disrupt session handling as session IDs are typically passed through cookies.

To ensure seamless session handling across pages, it's important to pass the session ID within the URL itself. We've prepared the necessary functions to do this without disrupting Laravel's standard operations.

Instead of using Laravel's standard url or route functions to generate URLs, use the following custom functions:

```
// This function works similarly to Laravel's url function, but it also appends the session ID to the URL as a query parameter.
$url = app24_url('/ui', ['param' => 'value']);
// This function works similarly to Laravel's route function, but it also appends the session ID to the URL as a query parameter.
$route = app24_route('route.name', ['param' => 'value']);

// JS version
options.headers['X-session'] = window.Laravel.sid;
```

In these examples, the resulting URL will include the session ID as a query parameter, ensuring that the session is maintained even when cookies are blocked.

###  Health Score

25

—

LowBetter than 35% of packages

Maintenance64

Regular maintenance activity

Popularity17

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity11

Early-stage or recently created project

 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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/16613944?v=4)[flamix](/maintainers/flamix)[@flamix](https://github.com/flamix)

---

Top Contributors

[![rshkabko](https://avatars.githubusercontent.com/u/33148760?v=4)](https://github.com/rshkabko "rshkabko (78 commits)")

### Embed Badge

![Health badge](/badges/flamix-app24-core/health.svg)

```
[![Health](https://phpackages.com/badges/flamix-app24-core/health.svg)](https://phpackages.com/packages/flamix-app24-core)
```

###  Alternatives

[netgen/tagsbundle

Netgen Tags Bundle is an Ibexa DXP bundle for taxonomy management and easier classification of content, providing more functionality for tagging content than ibexa\_keyword field type included in Ibexa core.

49468.3k28](/packages/netgen-tagsbundle)[ninsuo/php-shared-memory

Share variables across multiple PHP apps

3927.6k2](/packages/ninsuo-php-shared-memory)

PHPackages © 2026

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