daltonsutton / php-framework

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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

License:The Unlicense


Languages

Language:PHP 95.4%Language:Blade 2.7%Language:JavaScript 1.7%Language:CSS 0.2%