alxgarshin/fraym

The Fraym PHP framework

Maintainers

Package info

github.com/alxgarshin/fraym

pkg:composer/alxgarshin/fraym

Statistics

Installs: 114

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0


README

PHP framework that brings everything you need to develop a not-so-small web-project including best practices for frontend solutions.

Requirements

  • PHP 8.4
  • PostgreSQL 13 (or MySQL 5.7)

Installation

Using composer:

composer require alxgarshin/fraym

After that just use:

./vendor/bin/console install

Setup DB connection in .env.dev.

And do a basic migration:

docker compose exec app ./vendor/bin/console database:migrate --env=dev

Your project is ready to go!