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

ActiveLibrary

andesite/project
================

1.2.0(5y ago)037CSS

Since Apr 5Pushed 5y ago1 watchersCompare

[ Source](https://github.com/laborci/andesite-project)[ Packagist](https://packagist.org/packages/andesite/project)[ RSS](/packages/andesite-project/feed)WikiDiscussions master Synced 4d ago

READMEChangelogDependencies (4)Versions (22)Used By (0)

Andesite Project
================

[](#andesite-project)

Prepare your environment
------------------------

[](#prepare-your-environment)

### 1. Fontawesome

[](#1-fontawesome)

If you are paid customer of fontawesome, you should add your auth token to npm

`npm config set "@fortawesome:registry" https://npm.fontawesome.com/`

`npm config set "//npm.fontawesome.com/:_authToken" [token]`

Otherwise after installation, you should modify the `package.json` from `"@fortawesome/fontawesome-pro"` to `"@fortawesome/fontawesome-free"`

### 2. Install andesite cli

[](#2-install-andesite-cli)

`composer global require andesite/cli`

add composer bin dir to your path (`~/.composer/vendor/bin`)

`export PATH=$PATH:~/.composer/vendor/bin`

### 3. Install rlogtail

[](#3-install-rlogtail)

`npm install -g rlogtail`

Create your new andesite project
--------------------------------

[](#create-your-new-andesite-project)

### 1. Create the project

[](#1-create-the-project)

`composer create-project andesite/project yourproject`

`cd yourproject`

### 2. Install npm packages

[](#2-install-npm-packages)

Modify the package.json if neccessary (fontawesome), then

`npm install`

### 3. Database

[](#3-database)

Create a mysql database for the project

### 4. Set the env.yml

[](#4-set-the-envyml)

Modify the `env.yml` in your project root. Uncomment the first 3 lines and

- set your domain
- set your db access
- set some thumbnail secret

### 5. Generate the env cache

[](#5-generate-the-env-cache)

`andesite env`

### 6. Turn on devmode

[](#6-turn-on-devmode)

`andesite devmode`

### 7. Launch rlogtail

[](#7-launch-rlogtail)

This is the error console for the andesite applications

`npm run tail`

### 8. Create the required folders

[](#8-create-the-required-folders)

`andesite md`

### 9. Generate the vhost files

[](#9-generate-the-vhost-files)

`andesite vhost`

### 10. Setup apache

[](#10-setup-apache)

Include the `virtualhost.conf` file created in `app/var` into your `httpd.conf`, then restart apache!

### 11. Setup default database

[](#11-setup-default-database)

Initialize the migration engine

`andesite mig:init`

Run the first migration to have a user table, with a default user

`andesite mig:go`

### 12. Run live frontend build

[](#12-run-live-frontend-build)

`npm run work`

### 13. Test your app

[](#13-test-your-app)

- website: `yourdomain.test`
- admin: `admin.yourdomain.test` (/andesite)

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity65

Established project with proven stability

 Bus Factor1

Top contributor holds 89.7% 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 ~9 days

Total

21

Last Release

2041d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/66d6c319c7aaec0983a01e417b163694e8dca501b6a8ec82e1f5e2a03c88b2d6?d=identicon)[elvis](/maintainers/elvis)

---

Top Contributors

[![laborci](https://avatars.githubusercontent.com/u/7274872?v=4)](https://github.com/laborci "laborci (26 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (3 commits)")

### Embed Badge

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

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

###  Alternatives

[symfony/framework-bundle

Provides a tight integration between Symfony components and the Symfony full-stack framework

3.6k235.4M9.7k](/packages/symfony-framework-bundle)[shopware/platform

The Shopware e-commerce core

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

PrestaShop is an Open Source e-commerce platform, committed to providing the best shopping cart experience for both merchants and customers.

9.0k15.4k](/packages/prestashop-prestashop)[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)[shopware/administration

Administration frontend for the Shopware Core

413.9M75](/packages/shopware-administration)

PHPackages © 2026

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