PHP Framework is a lightweight, tiny PHP framework created by Dalton Sutton. It is a personal project and a work in progress. It is intended to be a simple, easy-to-use framework for building quick web applications, with some of the features of Laravel.
- Routing using the simple-router PHP package
- Uses Laravel's blade templating engine
- Contains a ton of packages from Laravel's Illuminate repositories
- Clone the repository:
git clone https://github.com/daltonsutton/php-framework.git
- Install dependencies:
composer install
- Configure your web server to point to the
public
directory
- Define your routes in the
app/routes/web.php
file - Create your views using Laravel's blade templating engine
- Use the Illuminate packages to interact with databases, queues, and more
Contributions are welcome! Please create a pull request with your changes.
PHP Framework is released under the Unlicense, which is a public domain dedication. You are free to use, modify, and distribute the software however you like, with no restrictions or requirements.