vibephp
A PHP engine that runs on vibes, not code.
File Explorer
Download Latest Version (.zip)- advanced-queries.md
- architecture.md
- blade-views.md
- caching.md
- collections.md
- config.md
- db-performance.md
- eloquent.md
- error-handling.md
- events-notifications.md
- http-client.md
- mail.md
- migrations.md
- queue-jobs.md
- routing.md
- scheduling.md
- security.md
- style.md
- testing.md
- validation.md
- SKILL.md
- SKILL.md
- VibePhpRuntime.php
- ReadVibeFile.php
- VibeLogger.php
- VibeServe.php
- Controller.php
- VibeController.php
- User.php
- AppServiceProvider.php
- .gitignore
- app.php
- providers.php
- app.php
- auth.php
- cache.php
- database.php
- filesystems.php
- logging.php
- mail.php
- queue.php
- services.php
- session.php
- vibe.php
- UserFactory.php
- 0001_01_01_000000_create_users_table.php
- 0001_01_01_000001_create_cache_table.php
- 0001_01_01_000002_create_jobs_table.php
- DatabaseSeeder.php
- .gitignore
- index.php
- console.php
- web.php
- .gitignore
- .gitignore
- .gitignore
- .gitignore
- .gitignore
- .gitignore
- .gitignore
- .gitignore
- .gitignore
- .gitignore
- ExampleTest.php
- VibeEngineTest.php
- .gitkeep
- ExampleTest.php
- Pest.php
- TestCase.php
- status.php
- about.php
- box.php
- header.php
- index.php
- .editorconfig
- .env.example
- .gitattributes
- .gitignore
- .mcp.json
- .npmrc
- AGENTS.md
- art.png
- artisan
- boost.json
- CLAUDE.md
- composer.json
- composer.lock
- phpunit.xml
- pint.json
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/mnapoli/vibephp
Downloads the entire project code from GitHub to your computer.
cd vibephp
Moves into the project folder you just downloaded.
2. PHP (Composer)
Easy RecommendedPrerequisites
composer install
Installs the PHP libraries listed in composer.json.
Run it with a built-in server like php -S localhost:8000, then open http://localhost:8000 in your browser.
// repository documentation
Was this content helpful?
(0 ratings)
