www.easybib.com [email protected] EasyBib.com EasyBib is an citation management platform. 40 million students use EasyBib every year. Over 1000 institutions subscribe, including 100 large US universities and 900 high schools and districts.
www.easybib.com [email protected] ResearchReady.com ResearchReady teaches information literacy skills in a core curriculum. Universities and districts subscribe to give their students a research skill boost. Launched in January 2013.
www.easybib.com [email protected] Extending Composer • In the beginning, there were custom installers. • Some examples: • custom installers for frameworks • custom installers for software • custom installers for assets and related
www.easybib.com [email protected] Some very gut advice • Open source project management pro tip! • Add a plugin API so you don’t need to maintain what users are doing. • Second pro tip: don’t break the plugin API.
www.easybib.com [email protected] Wait, just two? • Currently two events are available. • If you need another event, let’s add it. • Example implementations • composer-aws: https://github.com/naderman/composer-aws • composer-newrelic: https://github.com/easybiblabs/composer-newrelic
www.easybib.com [email protected] Global • `./composer.phar global install|update|require` • I don’t want to talk about it too much: http://getcomposer.org/doc/03-cli.md#global • Install plugins globally: ./composer.phar global require till/fancy-plugin:dev-master