koldy / framework
Koldy PHP framework for simple and rapid development
Installs: 6 601
Dependents: 2
Suggesters: 0
Security: 0
Stars: 6
Watchers: 5
Forks: 1
Open Issues: 0
Type:framework
Requires
- php: >=8.1
- ext-bcmath: *
- ext-ctype: *
- ext-curl: *
- ext-iconv: *
- ext-json: *
- ext-mbstring: *
- ext-memcached: *
- ext-openssl: *
- ext-pdo: *
README
Koldy PHP Framework is a framework for rapid development using PHP. It can be used for any type or any size of PHP projects, including enterprise size.
Current version is 3.1.1
. Minimum PHP version is 8.1
.
To install the framework in your project, run:
composer require koldy/framework
To see the required structure of your project, please check the docs for detailed explanation or simply use the boilerplate.
This framework is built for every PHP developer who wants to simplify and speed up its web development using standards.
The main goal of this framework is to have MVC PHP framework which is simple, easy, fast, well documented inside your IDE and stable over time. Framework itself has no dependencies other than standard PHP libs, so all the changes we do are related to the PHP itself.
Documentation
Documentation is available on koldy.net.
Related packages
Licence
Open sourced and published under MIT licence.