PHPackages                             apie/apie-project-starter - 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. apie/apie-project-starter

ActiveLibrary

apie/apie-project-starter
=========================

create an apie project

0138Twig

Since Mar 12Pushed 1mo ago1 watchersCompare

[ Source](https://github.com/apie-lib/apie-project-starter)[ Packagist](https://packagist.org/packages/apie/apie-project-starter)[ RSS](/packages/apie-apie-project-starter/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

[![](https://raw.githubusercontent.com/apie-lib/apie-lib-monorepo/main/docs/apie-logo.svg)](https://raw.githubusercontent.com/apie-lib/apie-lib-monorepo/main/docs/apie-logo.svg)

Apie Project Starter
====================

[](#apie-project-starter)

[![Latest Stable Version](https://camo.githubusercontent.com/4c69a4f7d3cecda50d69821f4ea122450efab36db7bfe263398a7081ed27efa0/687474703a2f2f706f7365722e707567782e6f72672f617069652f617069652d70726f6a6563742d737461727465722f76)](https://packagist.org/packages/apie/apie-project-starter) [![Total Downloads](https://camo.githubusercontent.com/e335cf07c13cc92c31e9dedde5c0ea17fe4642b648143da3c903e926bfe21d89/687474703a2f2f706f7365722e707567782e6f72672f617069652f617069652d70726f6a6563742d737461727465722f646f776e6c6f616473)](https://packagist.org/packages/apie/apie-project-starter) [![Latest Unstable Version](https://camo.githubusercontent.com/0a268154332a19380b294214a1f7a2dc54457fc4d41e69d988921f906e6df50a/687474703a2f2f706f7365722e707567782e6f72672f617069652f617069652d70726f6a6563742d737461727465722f762f756e737461626c65)](https://packagist.org/packages/apie/apie-project-starter) [![License](https://camo.githubusercontent.com/80e18b5ed9f2e6e9aea1cda1d77f2561fefd3ca0c883d690d43e26bdc3f8e70b/687474703a2f2f706f7365722e707567782e6f72672f617069652f617069652d70726f6a6563742d737461727465722f6c6963656e7365)](https://packagist.org/packages/apie/apie-project-starter) [![PHP Version Require](https://camo.githubusercontent.com/cf11360573fb110c748140f97059c00eac8e5626ffee5c41ae01a641574c6e63/687474703a2f2f706f7365722e707567782e6f72672f617069652f617069652d70726f6a6563742d737461727465722f726571756972652f706870)](https://packagist.org/packages/apie/apie-project-starter)

This package is part of the [Apie](https://github.com/apie-lib) library.

Documentation
-------------

[](#documentation)

Apie project starter. This is the easiest way to start working with Apie! It uses the create-project option of Composer and will ask you a few questions for configuration.

Installing with composer create-project
---------------------------------------

[](#installing-with-composer-create-project)

The easiest solution is to use composer create-project:

```
composer create-project apie/apie-project-starter app -s dev

```

This creates a new Apie application in app. When you run this it will ask a few questions, like do you want to use Symfony or Laravel and how much should be added.

Installing without composer create-project
------------------------------------------

[](#installing-without-composer-create-project)

You can clone this repo and just call:

```
bin/start-project start-project

```

Afterwards you still need to run composer install to install the vendor libraries.

Running the created project with development settings (Symfony)
---------------------------------------------------------------

[](#running-the-created-project-with-development-settings-symfony)

If you picked Symfony or just skipped the question it will install Symfony as framework. You can follow the instructions on how to run a dev server in the Symfony documentation: [https://symfony.com/doc/current/setup/symfony\_server.html](https://symfony.com/doc/current/setup/symfony_server.html)

Configuring database connections (Symfony)
------------------------------------------

[](#configuring-database-connections-symfony)

By default the starter is configured to install everything in a sqlite file. If you want to change this open config/apie.yaml and look for the section with doctrine, connection\_params. The available options are the same as the [doctrine bundle DBAL configuration](https://symfony.com/doc/current/reference/configuration/doctrine.html).

Running the created project with development settings (Laravel)
---------------------------------------------------------------

[](#running-the-created-project-with-development-settings-laravel)

If you picked Laravel it will install Laravel as framework. You can start a test server by filling in the terminal

```
./artisan serve

```

Configuring database connections (Laravel)
------------------------------------------

[](#configuring-database-connections-laravel)

By default the starter is configured to install everything in a sqlite file. If you want to change this open config/apie.php and look for the section with doctrine, connection\_params. The available options are the same as the [doctrine bundle DBAL configuration](https://symfony.com/doc/current/reference/configuration/doctrine.html).

Editing/modifying the project starter
-------------------------------------

[](#editingmodifying-the-project-starter)

You can checkout this repo and test the create-project functionality with make and running this

```
make test-project

```

It will create/replace the application in the folder test-project. Most files are generated by Symfony flex or by the console command by reading twig templates.

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance58

Moderate activity, may be stable

Popularity10

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://www.gravatar.com/avatar/afaff46a911649ad95e1f4909bb19a54731c209c4bcd4e5c1c7604e05bde2089?d=identicon)[pjordaan](/maintainers/pjordaan)

---

Top Contributors

[![pjordaan](https://avatars.githubusercontent.com/u/2209895?v=4)](https://github.com/pjordaan "pjordaan (60 commits)")

### Embed Badge

![Health badge](/badges/apie-apie-project-starter/health.svg)

```
[![Health](https://phpackages.com/badges/apie-apie-project-starter/health.svg)](https://phpackages.com/packages/apie-apie-project-starter)
```

PHPackages © 2026

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