danielcosta / phalcon-stub

The most complete Phalcon PHP stubs which allows autocomplete in modern IDEs

Home Page:https://packagist.org/packages/danielcosta/phalcon-stub

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Phalcon PHP Stubs

Software License Total Downloads

When working with Phalcon PHP framework classes may crop up some difficulties when to use syntax highlighting or code autocompletion. This repo provide the most complete Phalcon PHP stubs which allows autocomplete in modern IDEs.

Grabbed by using Phalcon Devtools.

Requirements

PHP >= 5.3
Phalcon >= 3.x

Install

Install composer in a common location:

curl -s http://getcomposer.org/installer | php

Create the composer.json file as follows:

{
    "require-dev": {
        "danielcosta/phalcon-stub": "^3.0"
    }
}

Run the composer installer:

php composer.phar install

Setup your IDE.

License

This package (Phalcon stubs) is open-sourced software licensed under the MIT. © Daniel Costa and contributors

Phalcon PHP and Phalcon Devtools are open-sourced software licensed under the New BSD License. © Phalcon Framework Team and contributors

About

The most complete Phalcon PHP stubs which allows autocomplete in modern IDEs

https://packagist.org/packages/danielcosta/phalcon-stub

License:MIT License


Languages

Language:PHP 100.0%