Skip to content

Latest commit

 

History

History
41 lines (32 loc) · 681 Bytes

README.md

File metadata and controls

41 lines (32 loc) · 681 Bytes

Phalcon Stubs

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"
    }
}