contributte/doctrine-project

Minimal viable project with Doctrine to Nette (@nette) by @f3l1x

Maintainers

👁 f3l1x

Package info

github.com/contributte/doctrine-project

Type:project

pkg:composer/contributte/doctrine-project

Statistics

Installs: 8

Dependents: 0

Suggesters: 0

Stars: 1

Open Issues: 5

dev-master 2026-03-06 15:55 UTC

Requires

Requires (Dev)

Suggests

None

Provides

None

Conflicts

None

Replaces

None

MIT 2d6f98beed53a4c2fb7cc06a475b08fac2dbee70

databaseormdbaldoctrineprojectnetteSkeleton


README

👁 Image

👁 Image
👁 Image
👁 Image

👁 Image
👁 Image
👁 Image
👁 Image
👁 Image

Website 🚀 contributte.org | Contact 👨🏻‍💻 f3l1x.io | Twitter 🐦 @contributte

👁 Image

Goal

Minimal viable project with Doctrine to Nette (@nette) by @f3l1x.

Demo

https://examples.contributte.org/doctrine-project/

Installation

You will need PHP 8.4+ and Composer.

Create project using composer.

composer create-project -s dev contributte/doctrine-project acme

Now you have application installed. It's time to run it.

Startup

The easiest way is to use php built-in web server.

php -S 0.0.0.0:8000 -t www

Then visit http://localhost:8000 in your browser.

You have to spin up PostgreSQL database. It will load init.sql file, thus you don't have to create schema manually.

docker compose up

Development

See how to contribute to this package.

This package is currently maintaining by these authors.

👁 Image

Consider to support contributte development team. Also thank you for using this project.