PHPackages                             solophp/inertia-svelte-skeleton - 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. [PSR &amp; Standards](/categories/psr-standards)
4. /
5. solophp/inertia-svelte-skeleton

ActiveProject[PSR &amp; Standards](/categories/psr-standards)

solophp/inertia-svelte-skeleton
===============================

SoloPHP Framework Skeleton Application for Inertia.js and Svelte, ready to start coding

v1.1.1(1y ago)10MITPHPPHP ^8.1

Since Aug 5Pushed 1y ago1 watchersCompare

[ Source](https://github.com/SoloPHP/Inertia-Svelte-Skeleton)[ Packagist](https://packagist.org/packages/solophp/inertia-svelte-skeleton)[ Docs](https://github.com/SoloPHP/Inertia-Svelte-Skeleton.git)[ RSS](/packages/solophp-inertia-svelte-skeleton/feed)WikiDiscussions main Synced 1mo ago

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

Inertia-Svelte-Skeleton
=======================

[](#inertia-svelte-skeleton)

**SoloPHP Framework Skeleton Application** for Inertia.js and Svelte, ready to start coding.

Getting Started
---------------

[](#getting-started)

Follow these steps to set up and run the application:

1. Install all Composer packages: ```
    composer install
    ```
2. Navigate to the `public` directory: ```
    cd public
    ```
3. Start the PHP server: ```
    php -S localhost:8000
    ```
4. Navigate to the `web` directory: ```
    cd web
    ```
5. Install all npm packages: ```
    npm install
    ```
6. Run the development server: ```
    npm run dev
    ```

Building for Production
-----------------------

[](#building-for-production)

To create a production build, run:

```
npm run build
```

Database Connection Configuration
---------------------------------

[](#database-connection-configuration)

To set up your database connection, you need to configure settings for both local and remote environments. Fill in the required data for `config/settings.local.php` (for localhost) and `config/settings.php` (for remote host).

Database Migrations
-------------------

[](#database-migrations)

Use following command to view the list of all available commands.

```
php cli help
```

Important Notes
---------------

[](#important-notes)

- For the application to work properly, both the client server and the backend server must be running simultaneously.
- Styles are managed using SCSS syntax.
- The SCSS preprocessor does not require additional configuration.

---

Feel free to modify it according to your needs!

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance37

Infrequent updates — may be unmaintained

Popularity2

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity50

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

Total

3

Last Release

570d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/2f29817cec408d033cd4441c8f760e3ae40248dc0f66856a09080d282aee6959?d=identicon)[Vitaliy Olos](/maintainers/Vitaliy%20Olos)

---

Top Contributors

[![SoloPHP](https://avatars.githubusercontent.com/u/175482616?v=4)](https://github.com/SoloPHP "SoloPHP (6 commits)")

---

Tags

phpcontainerPSR-11di

### Embed Badge

![Health badge](/badges/solophp-inertia-svelte-skeleton/health.svg)

```
[![Health](https://phpackages.com/badges/solophp-inertia-svelte-skeleton/health.svg)](https://phpackages.com/packages/solophp-inertia-svelte-skeleton)
```

###  Alternatives

[devanych/di-container

Simple implementation of a PSR-11 dependency injection container

124.2k3](/packages/devanych-di-container)

PHPackages © 2026

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