beanstalkapp:BeanstalkApp的REST APIPHP包装器

时间:2021-04-30 21:25:35
【文件属性】:
文件名称:beanstalkapp:BeanstalkApp的REST APIPHP包装器
文件大小:30KB
文件格式:ZIP
更新时间:2021-04-30 21:25:35
PHP Beanstalk API包装器 安装 只是要求"seiffert/beanstalkapp": "*"在你的composer.json 。 我将尽快添加正确的版本号。 用法 $factory = new \Beanstalk\BeanstalkFactory(); /** @var \Beanstalk\Beanstalk */ $beanstalk = $factory->create([ 'username' => 'your_username', 'accessToken' => 'abcdefghijklmnopqrstuvwxyz1234567890', 'account' => 'your_account' ]); $beanstalk->createRepository( new \Beanstalk\Command\CreateReposi
【文件预览】:
beanstalkapp-master
----.gitignore(54B)
----Exception()
--------ConfigurationException.php(135B)
----BeanstalkFactory.php(3KB)
----README.md(946B)
----autoload.php(264B)
----cache()
--------.gitkeep(0B)
----RequestLocation()
--------JsonLocation.php(2KB)
----BeanstalkException.php(78B)
----composer.lock(47KB)
----composer.json(602B)
----Subscriber()
--------DeserializeResponse.php(1KB)
----Model()
--------UserResponse.php(741B)
--------RepositoryRequest.php(345B)
--------BranchResponse.php(617B)
--------RepositoryResponse.php(783B)
--------TagResponse.php(596B)
--------UserRequest.php(285B)
--------User.php(4KB)
--------Branch.php(320B)
--------PublicKey.php(2KB)
--------Tag.php(317B)
--------PublicKeyResponse.php(774B)
--------Repository.php(5KB)
----phpunit.xml.dist(950B)
----Command()
--------UpdateRepository.php(126B)
--------WriteUser.php(1KB)
--------CreateRepository.php(724B)
--------WriteRepository.php(745B)
--------CreateUser.php(722B)
--------UpdateUser.php(77B)
----api_description.json(4KB)
----Beanstalk.php(6KB)
----Tests()
--------create_repo.php(349B)
--------find_unknown_repo.php(243B)
--------find_current_user.php(255B)
--------create_user.php(389B)
--------update_user.php(485B)
--------run.php(543B)
--------find_all_users.php(278B)
--------update_repo.php(597B)
--------setup_beanstalk.php(264B)
--------find_user.php(260B)
--------config.php.dist(479B)
--------find_branches.php(347B)
--------find_all_public_keys.php(285B)
--------list_repos.php(312B)
--------find_tags.php(324B)
--------find_repo.php(290B)
----Configuration.php(3KB)

网友评论