Twitter插件 安装 使用作曲家 composer require cvo-technologies/cakephp-twitter 确保require存在于composer.json : { " require " : { " cvo-technologies/cakephp-twitter " : " ~1.1 " } } 加载插件 Plugin :: load ( 'Muffin/Webservice' , [ 'bootstrap' => true ]); Plugin :: load ( 'CvoTechnologies/Twitter' );