zephyrphp / starter
ZephyrPHP Starter - A minimal starting point for ZephyrPHP applications
Installs: 19
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
Type:project
pkg:composer/zephyrphp/starter
Requires
- php: >=8.2
- zephyrphp/framework: ^0.1
Requires (Dev)
- phpunit/phpunit: ^11.5
README
A minimal starting point for ZephyrPHP applications.
Light as a breeze, fast as the wind.
Installation
composer create-project zephyrphp/starter my-app
cd my-app
cp .env.example .env
php craftsman key:generate
php craftsman serve
Your application will be running at http://localhost:8000
Directory Structure
my-app/
├── app/
│ ├── Controllers/ # Application controllers
│ ├── Models/ # Database models
│ └── Middleware/ # HTTP middleware
├── config/ # Configuration files
├── pages/ # Twig view templates
├── public/ # Web root (index.php)
├── routes/ # Route definitions
├── storage/ # Logs and cache
└── tests/ # Test files
Documentation
Visit https://zephyrphp.com/docs for full documentation.
Author
Techwonia
- ZephyrPHP: zephyrphp.com
- Company: techwonia.com
- Email: opensource@techwonia.com
- GitHub: @Techwonia
License
MIT License - see LICENSE for details.