Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yovanggaanandhika/dkaframework-php
DKA PHP Framework - Easy Use Coding.
https://github.com/yovanggaanandhika/dkaframework-php
composer composer-package packagist php php8
Last synced: 9 days ago
JSON representation
DKA PHP Framework - Easy Use Coding.
- Host: GitHub
- URL: https://github.com/yovanggaanandhika/dkaframework-php
- Owner: YovanggaAnandhika
- Created: 2022-04-16T16:04:58.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-02-03T03:33:25.000Z (11 months ago)
- Last Synced: 2024-04-04T07:45:40.056Z (9 months ago)
- Topics: composer, composer-package, packagist, php, php8
- Language: PHP
- Homepage: https://github.com/YovanggaAnandhika/DKAFramework-PHP
- Size: 981 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DKA FRAMEWORK
### powerfull framework for integration## Status
![GitHub last commit](https://img.shields.io/github/last-commit/DKAResearchCenter/DKAPHPFramework)
![GitHub contributors](https://img.shields.io/github/contributors/DKAResearchCenter/DKAPHPFramework)
![GitHub pull requests](https://img.shields.io/github/issues-pr/DKAResearchCenter/DKAPHPFramework)
![GitHub issues](https://img.shields.io/github/issues/DKAResearchCenter/DKAPHPFramework)
![GitHub repo size](https://img.shields.io/github/repo-size/DKAResearchCenter/DKAPHPFramework)## Benefit
**Flexible:** System opens and closes the function of loading the required modules because the framework module is
unloading Install it.**Fast:** Optimizes Servers with Low RAM, and the Fastest Combination of Frameworks, and Compression Technologies The
good one.## Feature
* **Structured.** Easily Comprehensible and Neat Code and Callable Like a Modulation Pack.
* **No Interface Blocking.** Can Run Without Interfering With Other Functions.
* **Complete Documentation.** Complete and Included Documentation and Sample Code.
* **Free from Error.** There is an Error Detection so that Finding Errors Can be Easily Done.
* **Without Installing WebServer.** Using the main JS language that is suitable in terms of data efficiency.
* **More Other Features.** 🐈## Installing DKA PHP Framework Module
## step 1 - Installing Composer :
### In Linux
```shell
php -r "copy('https://getcomposer.org/installer', 'composer-setup.php');"
php -r "if (hash_file('sha384', 'composer-setup.php') === 'e21205b207c3ff031906575712edab6f13eb0b361f2085f1f1237b7126d785e826a450292b6cfd1d64d92e6563bbde02') { echo 'Installer verified'; } else { echo 'Installer corrupt'; unlink('composer-setup.php'); } echo PHP_EOL;"
php composer-setup.php
php -r "unlink('composer-setup.php');"
```
### in Windows1a. Download Composer Installer .exe in this link
[Download](https://getcomposer.org/Composer-Setup.exe)
1b. Select PHP Interpreter Location Ex:C://xampp/php or C://program files/php## step 2 - Installing Packagist Library :
``` composer require yovanggaanandhika/dkaframework: ```
## step 3 - Example Code :
```php
"localhost",
'user' => "developer",
'password' => "Cyberhack2010",
'database' => "test"
);
/** @var MariaDB $MariaDB call classess MariaDB */
$MariaDB = new MariaDB($db_config);
/** @var CRUD\CRUD $CRUD Add Crud For Create | Read | Update | delete */
$CRUD = $MariaDB->CRUD();
/** @var Read\Options $Options Read Options Of Data */
$Options = new Read\Options();
$Options
->jsonFormat(true) // Show Result to Array Formated PHP Or JSON String
->addSearch(array(
"id" => 2
));
/** @var $Read variable for Result Read */
$Read = $CRUD->Read("test", $Options);
//##############
/** Example Format Show Data */
header('Content-Type: application/json');
/** Show Result */
print_r($Read);
```Read More About [Installation Guide](https://github.com/YovanggaAnandhika/Server/blob/v3/INSTALL.md) On the Website
Us For More Information.### For Development donation
It cannot be denied that development requires time and energy as well as the operational side. If You Would Be Kind To Buy Me A Cup Of Coffee. Use the following donation payments.![alt text](https://github.com/YovanggaAnandhika/DKAFramework-Typescript/blob/production/docs/assets/images/qris-yovangga.jpg?raw=true)
More Details About Donation Options :
[DONATION](https://github.com/DKAResearchCenter/DKAPHPFramework/blob/master/README.md)Read About : [LICENCE](https://github.com/DKAResearchCenter/DKAPHPFramework/blob/master/README.md)
## Team
| [@yovangga](https://github.com/yovanggaanandhika) | [@DKAResearchCenter](https://github.com/DKAResearchCenter) |
|-------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------|
| | |
| Full Stack Development | DKA Research Center |## Kredit
Thanks To [DKA Research Center](https://github.com/YovanggaAnandhika) To Donate a Package Name!