pitmanware / kentron
Core classes
4.3.3
2023-10-01 16:14 UTC
Requires
- php: >=8.1
- justinrainbow/json-schema: ^5.2
- nyholm/psr7: ^1.5
- psr/http-server-handler: ^1.0
- vlucas/phpdotenv: ^5.4
This package is auto-updated.
Last update: 2024-10-30 01:59:37 UTC
README
This is just a simple collection of PHP classes I made that I use in all my personal applications. There are extensions to this for Illuminate ORM, Slim and a few others depending on what the app requires.
Installation
PHP version 8.0 or higher is required.
Composer is the recommended method of installation.
composer require pitmanware/kentron
Or any PSR-4 autoloader.