Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/drago-ex/application
:mega: Basic extensions. (@nette)
https://github.com/drago-ex/application
application nette
Last synced: about 2 months ago
JSON representation
:mega: Basic extensions. (@nette)
- Host: GitHub
- URL: https://github.com/drago-ex/application
- Owner: drago-ex
- License: mit
- Created: 2015-10-19T06:19:16.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2024-08-29T07:28:00.000Z (4 months ago)
- Last Synced: 2024-09-29T01:45:57.243Z (3 months ago)
- Topics: application, nette
- Language: PHP
- Homepage:
- Size: 189 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license.md
Awesome Lists containing this project
README
## Drago Application
Basic extensions.[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://raw.githubusercontent.com/drago-ex/application/master/license.md)
[![PHP version](https://badge.fury.io/ph/drago-ex%2Fapplication.svg)](https://badge.fury.io/ph/drago-ex%2Fapplication)
[![Coding Style](https://github.com/drago-ex/application/actions/workflows/coding-style.yml/badge.svg)](https://github.com/drago-ex/application/actions/workflows/coding-style.yml)
[![CodeFactor](https://www.codefactor.io/repository/github/drago-ex/application/badge)](https://www.codefactor.io/repository/github/drago-ex/application)## Technology
- PHP 8.1 or higher
- composer## Installation
```
composer require drago-ex/application
```## Extra Control
Check if there is a pair signal receiver and name (default is edit).
```php
$this->getSignal();
```## Is AJAX request?
Shorter method in control.
```php
$this->isAjax();
```## Flash message alert type
- [Alert](https://github.com/drago-ex/application/blob/master/src/Drago/Application/UI/Alert.php)