max95cohen / phalcon-beanstalk-stubs
Phalcon Beanstalk queue stubs
Installs: 4
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
pkg:composer/max95cohen/phalcon-beanstalk-stubs
Requires
- php: >=5.3.0
This package is not auto-updated.
Last update: 2025-12-15 20:32:05 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.jsonfile 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.