dvt/phalcon-ide-stubs

This package is abandoned and no longer maintained. No replacement package was suggested.

Enhanced Phalcon IDE stubs library

This package has no released version yet, and little information is available.


README

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.