TetherPHP

Usage

Thank you for choosing to use TetherPHP.

Before getting started, please check you are able to meet the requirements.

TetherPHP is designed to be straightforward to use, with minimal dependencies. Its intuitive structure allows developers to quickly set up projects without complex configuration. The framework focuses on simplicity, enabling you to build robust applications with clean, maintainable code. By minimizing external requirements, TetherPHP ensures fast installation and reduces potential compatibility issues, making it ideal for both small and large-scale PHP projects.

Getting started

The first step is to grab the latest copy of TetherPHP. You can do this by cloning the repository:

git clone https://github.com/Dillonsmart/tetherphp.git

After cloning the repository, you may notice the framework comes packaged with a complete copy of this website.

The decision behind this was to ship with a fully functional website, demonstrating how to use the framework.

Clearing all the boilerplate

To clear all the boilerplate, you can run the following command. This will leave you with a blank slate to build whatever your heart desires.

From the root directory of the project, run:

php tether boilerplate:clear