devnet/common

The DevNet Common Library

Maintainers

Package info

github.com/DevNet-Framework/common

pkg:composer/devnet/common

Statistics

Installs: 27

Dependents: 1

Suggesters: 0

Stars: 0

Open Issues: 0

1.1.0 2024-03-11 21:43 UTC

This package is not auto-updated.

Last update: 2026-03-31 19:39:02 UTC


README

This dependency is the common library needed for DevNet Application, which includes the following Base Class Library:

  • Configuration Provider
  • Dependency Injection
  • Event Logging

Requirements

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

Installation

You can install DevNet Common as a third-party library to any PHP project, by running the following command in the terminal:

composer require devnet/common

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.