Download the PHP package devkussema/semantica-app without Composer
On this page you can find all versions of the php package devkussema/semantica-app. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download devkussema/semantica-app
More information about devkussema/semantica-app
Files in devkussema/semantica-app
Download devkussema/semantica-app
More information about devkussema/semantica-app
Files in devkussema/semantica-app
Vendor devkussema
Package semantica-app
Short Description Semantica Framework - Modern PHP framework application skeleton
License MIT
Homepage https://github.com/devkussema/semantica-app
Package semantica-app
Short Description Semantica Framework - Modern PHP framework application skeleton
License MIT
Homepage https://github.com/devkussema/semantica-app
Please rate this library. Is it a good library?
Informations about the package semantica-app
🚀 Semantica Framework - Application Skeleton
Modern PHP framework application skeleton inspired by Laravel's elegance and simplicity.
Created by: Augusto Kussema
Date: September 28, 2025
Version: 1.0.0
📦 Quick Start
Alternative Installation Methods
Option 1: Specific Version
Option 2: Clone Repository
🛠️ Initial Setup
-
Environment Configuration:
-
Database Setup:
- Start Development Server:
🎯 Features
- 🚀 Laravel-inspired CLI - Artisan-like command system
- 🔄 Modern Routing - Fluent API with groups and middleware
- 🎨 Theme System - Dynamic template switching
- 💾 Multi-Database - MySQL, PostgreSQL, SQLite support
- 🧩 Helper Functions - Laravel-style helper functions
- 📦 PSR-4 Autoloading - Modern PHP standards
- 🛡️ Apache Ready - Includes .htaccess for clean URLs
📚 Available Commands
Framework Commands
Code Generation
🏗️ Project Structure
🎨 Basic Usage
Routing
Controllers
Views
Helper Functions
⚙️ Configuration
Database Configuration
Environment Variables
🔧 Apache Configuration
For production with Apache, point your virtual host to the public/ directory:
🔄 Updating Framework
To update to newer versions:
🐛 Troubleshooting
Common Issues
-
"./semantica: Permission denied"
-
"Call to undefined function env()"
- Make sure you're running commands from the project root
- Ensure
vendor/autoload.phpexists (runcomposer install)
-
Database connection failed
- Check your
.envfile database settings - Ensure database server is running
- Verify credentials
- Check your
- 404 errors with Apache
- Ensure mod_rewrite is enabled
- Check that
.htaccessfiles are present in root andpublic/ - Verify Apache configuration allows
.htaccessoverrides
📖 Documentation
- Core Framework - Engine documentation
- API Reference - Detailed API docs
- Examples - Usage examples and tutorials
🤝 Contributing
- Fork the repository
- Create your feature branch (
git checkout -b feature/amazing-feature) - Commit your changes (
git commit -m 'Add amazing feature') - Push to the branch (
git push origin feature/amazing-feature) - Open a Pull Request
📄 License
This project is licensed under the MIT License - see the LICENSE file for details.
🙏 Acknowledgments
- Inspired by Laravel Framework
- Built with modern PHP 8.0+ features
- Designed for simplicity and productivity
Created with ❤️ by Augusto Kussema
All versions of semantica-app with dependencies
PHP Build Version
Package Version
The package devkussema/semantica-app contains the following files
Loading the files please wait ...