seba / phpstatic
This package is abandoned and no longer maintained.
No replacement package was suggested.
PHP-based framework designed to host both static and PHP files for web applications.
v1.0.1
2023-09-18 16:47 UTC
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.