contributte/micro-skeleton
Micro project skeleton based on Nette Framework (@nette) and Contributte (@contributte) libraries for really small projects or sites by @f3l1x.
Maintainers
Package info
github.com/contributte/micro-skeleton
Type:project
pkg:composer/contributte/micro-skeleton
Requires
- php: >=8.4
- contributte/application: ^0.6.0
- contributte/bootstrap: ^0.7.0
- contributte/di: ^0.6.0
- contributte/forms: ^0.5.0
- contributte/http: ^0.5.0
- contributte/latte: ^0.7.0
- contributte/tracy: ^0.7.0
- contributte/utils: ^0.7.0
Requires (Dev)
- contributte/dev: ^0.6
- contributte/qa: ^0.4
Suggests
None
Provides
None
Conflicts
None
Replaces
None
This package is auto-updated.
Last update: 2026-06-07 10:34:20 UTC
README
👁 Image
👁 Image
👁 Image
👁 Image
👁 Image
👁 Image
👁 Image
👁 Image
👁 Image
Website 🚀 contributte.org | Contact 👨🏻💻 f3l1x.io | Twitter 🐦 @contributte
Goal
Main goal is to provide micro starter-kit project for Nette developers.
Demo
https://examples.contributte.org/micro-skeleton/
Installation
You will need PHP 8.4+ and Composer.
Create project using composer.
composer create-project -s dev contributte/micro-skeleton acme
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.
Development
See how to contribute to this package.
This package is currently maintaining by these authors.
👁 ImageConsider to support contributte development team. Also thank you for using this project.
