dvt/phalcon-ide-stubs

Enhanced Phalcon IDE stubs library


Keywords
stub, autocomplete, stubs, phalcon, ide, phpstorm, Devtools
License
BSD-3-Clause

Documentation

Phalcon IDE Stubs

This repo provide the most complete Phalcon Framework stubs which enables autocompletion in modern IDEs.

Installing via Composer

  1. Install Composer in a common location or in your project:

    curl -s http://getcomposer.org/installer | php
  2. Create the composer.json file as follows:

    {
        "require-dev": {
            "phalcon/ide-stubs": "*"
        }
    }
  3. Run the composer installer:

    php composer.phar install
  4. Setup your IDE.

Installing via Git

  1. Clone the Phalcon IDE Stubs repository in a common location.

  2. Setup your IDE.

License

Phalcon IDE Stubs is open-sourced software licensed under the New BSD License. © Phalcon Framework Team and contributors.