max95cohen/phalcon-beanstalk-stubs

Phalcon Beanstalk queue stubs

v1.0.0 2025-02-09 17:53 UTC

This package is not auto-updated.

Last update: 2025-06-16 18:09:11 UTC


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/beanstalk-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.