Skip to content

PHP Framework is a lightweight and user-friendly framework that aims to facilitate the creation of fast web applications, while offering some of the features of Laravel.

License

Unlicense, Unlicense licenses found

Licenses found

Unlicense
LICENSE
Unlicense
unlicense.txt
Notifications You must be signed in to change notification settings

daltonsutton/php-framework

Repository files navigation

PHP Framework

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.

Features

  • Routing using the simple-router PHP package
  • Uses Laravel's blade templating engine
  • Contains a ton of packages from Laravel's Illuminate repositories

Installation

  1. Clone the repository: git clone https://github.com/daltonsutton/php-framework.git
  2. Install dependencies: composer install
  3. Configure your web server to point to the public directory

Usage

  1. Define your routes in the app/routes/web.php file
  2. Create your views using Laravel's blade templating engine
  3. Use the Illuminate packages to interact with databases, queues, and more

Contributing

Contributions are welcome! Please create a pull request with your changes.

License

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.

About

PHP Framework is a lightweight and user-friendly framework that aims to facilitate the creation of fast web applications, while offering some of the features of Laravel.

Topics

Resources

License

Unlicense, Unlicense licenses found

Licenses found

Unlicense
LICENSE
Unlicense
unlicense.txt

Stars

Watchers

Forks