Page MenuHomePhabricator

generator-wikimedia-php-library broken (throws error)
Closed, InvalidPublic

Description

? What is the name of your library, in CamelCase? FileOgg
? Provide a one-sentence summary of your library. Decodes Ogg file headers to provide metadata. Supports Vorbis, Theora, Speex and FLAC stream headers.
? Choose a PHP coding style standard. PSR-2
? Choose a license. GPL-2.0+

Resolving Composer dependencies...

   create COPYING
   create .gitignore
   create .gitattributes
   create .travis.yml
identical .gitreview
   create .editorconfig
   create Doxyfile
   create composer.json
   create phpcs.xml
   create phpunit.xml.dist
   create src/FileOgg.php
   create tests/FileOggTest.php
events.js:141
      throw er; // Unhandled 'error' event
      ^

Error: spawn composer ENOENT
    at exports._errnoException (util.js:870:11)
    at Process.ChildProcess._handle.onexit (internal/child_process.js:178:32)
    at onErrorNT (internal/child_process.js:344:16)
    at nextTickCallbackWith2Args (node.js:441:9)
    at process._tickCallback (node.js:355:17)
reedy@ubuntu64-web-esxi:~/FileOgg$

Event Timeline

Aklapper renamed this task from generator-wikimedia-php-library broken to generator-wikimedia-php-library broken (throws error).Nov 2 2016, 11:48 AM
MarcoAurelio subscribed.

Feel free to change it if you find a better project.

According to https://www.mediawiki.org/wiki/Manual:Developing_libraries#Bootstrapping_a_new_library generator-wikimedia-php-library is deprecated in favor of cookiecutter-library.