Website π contributte.org | Contact π¨π»βπ» f3l1x.io | Twitter π¦ @contributte
This is a comprehensive example project showcasing the integration of various Contributte packages. It serves as a reference implementation for developers looking to build modern PHP applications using the Nette framework and Contributte ecosystem.
- Built with PHP 8.2+
- Powered by Nette framework packages
- Integrated Contributte packages
- Comprehensive code quality tools:
- CodeSniffer for code style checking
- PHPStan for static analysis
- Nette Tester for unit and integration testing
Visit the live demo at: https://examples.contributte.org/gui-skeleton/
-
Create a new project:
composer create-project -s dev contributte/gui-skeleton acme
-
Install dependencies:
composer install
-
Start PHP development server:
make dev
-
Access the application at http://0.0.0.0:8080
-
Create a new project:
composer create-project -s dev contributte/gui-skeleton acme
-
Install dependencies:
composer install
-
Start the application using Docker Compose:
docker compose up
To access the container for development tasks (e.g.,
composer update
):docker compose run web bash
-
Access the application at http://0.0.0.0:8080
See how to contribute to this package.
This package is currently maintaining by these authors.
Consider to support contributte development team. Also thank you for using this project.