seba / phpstatic
PHP-based framework designed to host both static and PHP files for web applications.
Installs: 13
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:project
Requires
- php: >=8
- cboden/ratchet: ^0.4.4
- erusev/parsedown: ^1.7
- spatie/laravel-sitemap: ^6.3
README
This PHP-based framework is designed to host both static and PHP files for web applications. It comes with support for multi-language capabilities, making it a versatile choice for building web projects while being SEO-friendly.
🛠 Installation
-
With composer:
composer create-project seba/phpstatic my-phpstatic-app
-
With git:
git clone https://github.com/SebaOfficial/PHPStatic.git my-phpstatic-app && \ cd my-phpstatic-app && \ composer install
❔ Usage
Full documentation can be found here.
⚖️ License
This project is licensed under the MIT License.