PHPackages                             novotna/async-control - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Queues &amp; Workers](/categories/queues)
4. /
5. novotna/async-control

ActiveLibrary[Queues &amp; Workers](/categories/queues)

novotna/async-control
=====================

Trait for asynchronous control rendering

v1.0.5(8y ago)05.8kMITPHPPHP ~7.0

Since Mar 7Pushed 5y ago1 watchersCompare

[ Source](https://github.com/VNovotna/AsyncControl)[ Packagist](https://packagist.org/packages/novotna/async-control)[ Docs](https://github.com/peckadesign/AsyncControl)[ RSS](/packages/novotna-async-control/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (2)Dependencies (4)Versions (9)Used By (0)

AsyncControl
============

[](#asynccontrol)

Trait for asynchronous control rendering.

[![Downloads total](https://camo.githubusercontent.com/0aa4db9a6fe8f14851e06892a21a53cc35b6b111be5c17d230f859b5a9704eb4/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f70642f6173796e632d636f6e74726f6c2e737667)](https://packagist.org/packages/pd/async-control)[![Build Status](https://camo.githubusercontent.com/08639322afcf3834e499f7fce51e1a8f4dc3efe8b9e9afb863f9563ee7540fe9/68747470733a2f2f7472617669732d63692e6f72672f7065636b6164657369676e2f4173796e63436f6e74726f6c2e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/peckadesign/AsyncControl)[![Latest Stable Version](https://camo.githubusercontent.com/0800afd067726a521f61aa0cdfc71593d06a5085161da32f43dc4d6e6c804673/68747470733a2f2f706f7365722e707567782e6f72672f70642f6173796e632d636f6e74726f6c2f762f737461626c65)](https://github.com/peckadesign/AsyncControl/releases)

Useful for loading data from external sources or any time-expensive controls.

[![AsyncControl](async.gif?raw=true)](async.gif?raw=true)

Requirements
------------

[](#requirements)

- [Nette/Application](https://github.com/nette/application)

Installation
------------

[](#installation)

The best way to install PeckaDesign/AsyncControl is using [Composer](http://getcomposer.org/):

```
$ composer require pd/async-control
```

Usage
-----

[](#usage)

### Trait

[](#trait)

```
