max95cohen / phalcon-beanstalk-stubs
Phalcon Beanstalk queue stubs
v1.0.0
2025-02-09 17:53 UTC
Requires
- php: >=5.3.0
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
-
Install Composer in a common location or in your project:
curl -s http://getcomposer.org/installer | php
-
Create the
composer.json
file as follows:{ "require-dev": { "phalcon/beanstalk-stubs": "*" } }
-
Run the composer installer:
php composer.phar install
-
Setup your IDE.
Installing via Git
-
Clone the Phalcon IDE Stubs repository in a common location.
-
Setup your IDE.
License
Phalcon IDE Stubs is open-sourced software licensed under the New BSD License. © Phalcon Framework Team and contributors.