seba/phpstatic

PHP-based framework designed to host both static and PHP files for web applications.

v1.0.1 2023-09-18 16:47 UTC

This package is auto-updated.

Last update: 2024-05-01 00:12:05 UTC


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.