PHPackages                             iankuca/node - 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. [Framework](/categories/framework)
4. /
5. iankuca/node

AbandonedArchivedLibrary[Framework](/categories/framework)

iankuca/node
============

An asynchronous PHP framework with and event loop (node.js-like)

v0.0.4(13y ago)8191Do What The Fuck You Want To Public LicensePHPPHP &gt;=5.3.0

Since Oct 31Pushed 13y ago1 watchersCompare

[ Source](https://github.com/jankuca/node.php)[ Packagist](https://packagist.org/packages/iankuca/node)[ Docs](https://github.com/jankuca/node.php)[ RSS](/packages/iankuca-node/feed)WikiDiscussions master Synced 1w ago

READMEChangelogDependenciesVersions (5)Used By (0)

**node.php**

An asynchronous PHP framework with an event loop (node.js-like)

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

[](#installation)

The preferred way is to use [**composer**](http://getcomposer.org).

```
{
  "require": { "iankuca/node": "*" }
}

```

Or just use this repository directly.

Usage
-----

[](#usage)

```
$ php -f main.php yourfile.php

```

Examples
--------

[](#examples)

### Timeouts

[](#timeouts)

```
