sentgine/hikari

A very light PHP framework for building blazingly fast web applications.

Installs: 2

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:project

v1.0.8 2024-07-07 15:09 UTC

This package is auto-updated.

Last update: 2024-11-07 16:06:39 UTC


README

License Latest Stable Version Total Downloads

Hikari is a lightweight PHP framework designed to provide a minimalistic structure for web applications. It focuses on delivering essential features such as routing, controller handling, and views, making it an ideal choice for developers looking for simplicity and flexibility.

Features

  • Routing: Define and manage application routes effortlessly.
  • Controllers: Create controllers to handle various application logic.
  • Views: Render views to present data to the end-user.
  • Middleware Support: Implement middleware for handling pre-request processing.

Requirements

  • PHP 8.2 or higher.

Installation

You can install the package via Composer by running the following command:

composer create-project sentgine/hikari example-app

This command will create a new directory named example-app with a fresh installation of the Hikari framework.

Changelog

Please see the CHANGELOG file for details on what has changed.

Security

If you discover any security-related issues, please email sentgine@gmail.com instead of using the issue tracker.

Credits

Hikari is built and maintained by Adrian Navaja.

  • Check out some cool tutorials and stuff on YouTube!
  • Catch my latest tweets and updates on Twitter (formerly X)!
  • Let's connect on a more professional note over on LinkedIn!
  • For more information about me and my work, visit my website: sentgine.com.

License

The MIT License (MIT). Please see the LICENSE file for more information.