devnet / system
The DevNet System Library
Installs: 44
Dependents: 6
Suggesters: 0
Security: 0
Stars: 4
Watchers: 1
Forks: 1
Open Issues: 0
pkg:composer/devnet/system
Requires
- php: ^8.1
This package is not auto-updated.
Last update: 2025-12-09 18:09:27 UTC
README
This dependency is the low-level library of DevNet Framework, which includes the following Base Class Library:
- Accessor Properties
- Extension Methods
- Linq Methods
- Generic Types
- Asynchronous Operations
- IO Stream
- Database Access
- Generic compiler
- Boot Loader
Requirements
Installation
You can install DevNet System as a third-party library to any PHP project, by running the following command in the terminal:
composer require devnet/system
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.