dillonsmart / tetherphp
TetherPHP is a PHP framework which ships as a skeleton application.
Installs: 2
Dependents: 0
Suggesters: 0
Security: 0
Stars: 17
Watchers: 0
Forks: 1
Open Issues: 0
Type:project
Requires
- php: ^8.4
README
About TetherPHP
TetherPHP is a lightweight, flexible framework for building web applications in PHP using the ADR (Action-Domain-Responder) architecture. It provides a simple and intuitive way to structure your application, making it easy to develop and maintain.
Installation
You can install TetherPHP using Composer. Run the following command in your terminal:
composer create-project dillonsmart/tetherphp ./
Usage
To get started with TetherPHP, please refer to the documentation.