Download the PHP package yidemir/mikro without Composer
On this page you can find all versions of the php package yidemir/mikro. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download yidemir/mikro
More information about yidemir/mikro
Files in yidemir/mikro
Informations about the package mikro
Project in development. Do not use (yet)
mikro - micro approach to traditional
This project is a tool developed to solve some tasks and requests with simple methods, rather than a framework.
I tried to take this project, which I started as a hobby, one step further. There have been fundamental changes compared to the previous version.
Available packages:
- Cache - It is a simple caching structure.
- Config - It is a simple config structure with setter and getter.
- Console - Executes a callback according to the parameter from the command line.
- Container - A simple service container.
- Crypt - It encrypts and decrypts strings with OpenSSL.
- DB - It simplifies your CRUD operations with a PDO instance.
- Event - A simple event listener and emitter.
- Helper - String and array helpers and more
- Jwt - A simple JSON web token authentication structure.
- Locale - Multi-language/localization structure
- Logger - Basic logging
- Request - An easy way to access PHP global request variables.
- Response - Sends data/response to the client.
- Router - An ultra-simple router with grouping and middleware support.
- Validator - A simple data validation library.
- View - A view renderer with block and template support.
Installation
You can install the package via composer:
Usage
Routing
Database
View and Templates
All methods and constants are documented at the source. The general documentation will be published soon.
Testing
Changelog
Please see CHANGELOG for more information what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
Credits
- Yılmaz Demir
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of mikro with dependencies
ext-curl Version *
ext-json Version *
ext-mbstring Version *
ext-openssl Version *
ext-pdo Version *
ext-readline Version *