jarzon/prim

Yet another PHP Framework

Installs: 1 105

Dependents: 8

Suggesters: 0

Security: 0

Stars: 2

Watchers: 3

Forks: 1

Type:project

pkg:composer/jarzon/prim

v1.0.6 2025-12-17 06:41 UTC

This package is auto-updated.

Last update: 2025-12-17 06:42:46 UTC


README

Base project skeleton: https://github.com/Jarzon/PrimBase

Installation

Using composer:

    composer create-project Jarzon/PrimBase ProjectName
    cd ProjectName && composer update

Basic Configuration

Edit app/config/config.php with your own preferences.

To use database migration edit phinx.yml.

Run the application

    bash /var/www/ProjectName/gulp.sh
    cd public
    php -S localhost:8000