devnet/core

The DevNet Core Framework

1.1.1 2025-03-05 12:37 UTC

This package is not auto-updated.

Last update: 2025-05-13 16:03:23 UTC


README

This dependency is the heart of DevNet Framework, which includes the following web components:

  • Web Host
  • Routing System
  • Middleware Pipeline
  • Action Invoker
  • MVC Controller
  • Action Filter
  • Template Engine
  • Error Handler

Requirements

  • PHP version 8.1 or higher
  • Composer version 2.0 or higher

Installation

You can install DevNet Core to your project, by running the following command in the terminal:

composer require devnet/core

Documentation

Full documentation on how to use DevNet Framework is available at devnet-framework.github.io

License

This library is licensed under the MIT license. See License File in the root folder for more information.