Download the PHP package karyakode/framework without Composer
On this page you can find all versions of the php package karyakode/framework. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download karyakode/framework
More information about karyakode/framework
Files in karyakode/framework
Download karyakode/framework
More information about karyakode/framework
Files in karyakode/framework
Vendor karyakode
Package framework
Short Description The Kodhe framework
License MIT
Homepage https://github.com/karyakode/kodhe
Package framework
Short Description The Kodhe framework
License MIT
Homepage https://github.com/karyakode/kodhe
Please rate this library. Is it a good library?
Informations about the package framework
Kodhe Framework – Modular Packages (PSR-4 + PSR-12)
Setiap package berdiri sendiri. Install hanya yang dibutuhkan.
Standar yang Diterapkan
- PSR-4 — Autoload & struktur namespace
- PSR-12 — Coding style (header, declare strict_types, namespace, use, brace)
Contoh header file (PSR-12)
Namespace (PSR-4)
Core
| Package | Composer | Namespace root |
|---|---|---|
| framework | kodhe/framework |
Kodhe\Framework\ |
| http | kodhe/http |
Kodhe\Framework\Http\ |
| routing | kodhe/routing |
Kodhe\Framework\Routing\ |
| database | kodhe/database |
Kodhe\Framework\Database\ |
| session | kodhe/session |
Kodhe\Framework\Session\ |
| cache | kodhe/cache |
Kodhe\Framework\Cache\ |
| view | kodhe/view |
Kodhe\Framework\View\ |
| validation | kodhe/validation |
Kodhe\Framework\Validation\ |
Libraries
| Package | Composer | Namespace |
|---|---|---|
| agent | kodhe/user-agent |
Kodhe\UserAgent\ |
| driver | kodhe/driver |
Kodhe\Driver\ |
kodhe/email |
Kodhe\Email\ |
|
| upload | kodhe/upload |
Kodhe\Upload\ |
| image | kodhe/image |
Kodhe\Image\ |
| encryption | kodhe/encryption |
Kodhe\Encryption\ |
| encrypt | kodhe/encrypt |
Kodhe\Encrypt\ |
| ftp | kodhe/ftp |
Kodhe\Ftp\ |
| zip | kodhe/zip |
Kodhe\Zip\ |
| cart | kodhe/cart |
Kodhe\Cart\ |
| calendar | kodhe/calendar |
Kodhe\Calendar\ |
| pagination | kodhe/pagination |
Kodhe\Pagination\ |
| parser | kodhe/parser |
Kodhe\Parser\ |
| profiler | kodhe/profiler |
Kodhe\Profiler\ |
| table | kodhe/table |
Kodhe\Table\ |
| typography | kodhe/typography |
Kodhe\Typography\ |
| javascript | kodhe/javascript |
Kodhe\Javascript\ |
| migration | kodhe/migration |
Kodhe\Migration\ |
| test | kodhe/test |
Kodhe\Test\ |
| trackback | kodhe/trackback |
Kodhe\Trackback\ |
| xmlrpc | kodhe/xmlrpc |
Kodhe\Xmlrpc\ |
| xmlrpcs | kodhe/xmlrpcs |
Kodhe\Xmlrpcs\ |
Install Selektif
Path repository (lokal)
Catatan
kodhe/cachemembutuhkankodhe/driverkodhe/frameworktidak memaksa dependency ke http/session/cache (hanya suggest)- File helper & Legacy tidak dipaksa
strict_types(kompatibilitas) - Semua class file memakai
declare(strict_types=1);
Calendar Library (New!)
Refactored modular PSR-4 compatible Calendar library with:
- Multiple Renderers: HTML table, JSON for JavaScript
- Localization: English, Indonesian, French, German, Spanish
- Strategy Pattern: Easy to add custom renderers
- Value Objects:
CalendarDate,CalendarEvent - Caching: Built-in structure caching
- 100% CI3 Backward Compatible
Structure
Quick Start
See full documentation in the package README.
All versions of framework with dependencies
PHP Build Version
Package Version
The package karyakode/framework contains the following files
Loading the files please wait ...