Queue\Beanstalk
Class Phalcon\Queue\Beanstalk
Class to access the beanstalk queue service. Partially implements the protocol version 1.2
use Phalcon\Queue\Beanstalk; $queue = new Beanstalk( [ "host" => "127.0.0.1", "port" => 11300, "persistent" => true, ] );