PHPackages                             kohkimakimoto/static-proxy - 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. kohkimakimoto/static-proxy

ActiveLibrary

kohkimakimoto/static-proxy
==========================

StaticProxy provides static interface to an instance method.

v0.1.0(11y ago)3241MITPHPPHP &gt;=5.3.0

Since Aug 4Pushed 11y ago2 watchersCompare

[ Source](https://github.com/kohkimakimoto/StaticProxy)[ Packagist](https://packagist.org/packages/kohkimakimoto/static-proxy)[ Docs](https://github.com/kohkimakimoto/StaticProxy)[ RSS](/packages/kohkimakimoto-static-proxy/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (3)Versions (2)Used By (0)

StaticProxy
===========

[](#staticproxy)

[![Build Status](https://camo.githubusercontent.com/1001e2c5b998871aefbfb0cdd70795657761cfe0c8b78ea44f758ca144ae2908/68747470733a2f2f7472617669732d63692e6f72672f6b6f686b696d616b696d6f746f2f53746174696350726f78792e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/kohkimakimoto/StaticProxy)

StaticProxy provides static interface to an instance method. It's heavily inspired by the [Facades](http://laravel.com/docs/facades) of [Laravel](http://laravel.com/).

Requirement
-----------

[](#requirement)

PHP5.3 or later.

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

[](#installation)

You can use composer installation. Make `composer.json` file like the following.

```
{
      "require": {
          "kohkimakimoto/static-proxy": "0.*"
      }
}
```

And run composer install command.

```
$ curl -s http://getcomposer.org/installer | php
$ php composer.phar install

```

Usage
-----

[](#usage)

```
