Skip to content

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

License

Notifications You must be signed in to change notification settings

SebaOfficial/PHPStatic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PHP Static

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.