popeye/phalcon-stubs

Stubs for Phalcon framework that can be used for autocompletion in IDE

1.3.2 2014-08-09 17:28 UTC

This package is auto-updated.

Last update: 2024-03-29 02:39:19 UTC


README

Phalcon stubs is a repository which can be used to install stubs for a specific version of Phalcon framework. This repository uses stubs generated for Phalcon Devtools.

Supported versions

Currently all the versions of Phaclon >= 1.0.0 are supported by this repository.

  • 1.0.0
  • 1.1.0
  • 1.2.0
  • 1.2.3
  • 1.2.4
  • 1.2.5
  • 1.2.6
  • 1.3.1
  • 1.3.2

Installation

Determine the version of Phalcon you are using by running

$ php -r "echo \Phalcon\Version::get(), PHP_EOL;"

Use composer to install this specific version in your project

{
    "require": {
        "popeye/phalcon-stubs": "1.0.0"
    }
}