2017 © Pedro Peláez
 

library melody

One file composer scripts

image

sensiolabs/melody

One file composer scripts

  • Tuesday, April 3, 2018
  • by lyrixx
  • Repository
  • 19 Watchers
  • 358 Stars
  • 988 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 25 Forks
  • 5 Open issues
  • 3 Versions
  • 2 % Grown

The README.md

Melody - One-file composer scripts

Create a file named test.php:, (*1)

<?php
<<<CONFIG
packages:
    - "symfony/finder: ~2.8"
CONFIG;

$finder = Symfony\Component\Finder\Finder::create()
    ->in(__DIR__)
    ->files()
    ->name('*.php')
;

foreach ($finder as $file) {
    echo $file, "\n";
}

And simply run it:, (*2)

$ melody run test.php

demo, (*3)

More Information

Read the documentation for more information., (*4)

The Versions

03/04 2018

dev-master

9999999-dev

One file composer scripts

  Sources   Download

MIT

The Requires

 

The Development Requires

02/08 2016

dev-update

dev-update

One file composer scripts

  Sources   Download

MIT

The Requires

 

The Development Requires

22/07 2015

dev-autoload

dev-autoload

One file composer scripts

  Sources   Download

MIT

The Requires

 

The Development Requires