2017 © Pedro Peláez
 

library fortissimo-commons

Common commands for the Fortissimo framework.

image

masterminds/fortissimo-commons

Common commands for the Fortissimo framework.

  • Monday, December 2, 2013
  • by technosophos
  • Repository
  • 4 Watchers
  • 0 Stars
  • 1 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Fortissimo Commons

Common commands for the Fortissimo Framework., (*1)

This project focuses on collecting common commands that are used within Fortissimo applications. For an overview of all of the commands in this library, read An Overview of Fortissimo Commons., (*2)

Usage

  1. Include the library in your composer.json file: require: {'masterminds/fortissimo-commons': 'dev-master' }
  2. run composer update to use the library
  3. Use the commands: ->does('\Fortissimo\Commons\Foo')

For more on composer, see GetComposer., (*3)

Contribute to This Library!

We're looking for useful commands to add! Go ahead and fork the master branch and add your commands. Then issue a pull request and we'll be in touch!, (*4)

There are a few basic caveats for what we're looking for., (*5)

Critieria for inclusion:, (*6)

  • Commands should be generalized.
  • Commands should not require external libraries -- only Fortissimo and PHP itself. (Special cases will be considered, though.)
  • Commands should be useful in a wide variety of cases.
  • Commands should NOT require a datasource (including a database schema). But we are fine with file IO.

Examples that we'd like to include:, (*7)

  • Load a JSON file
  • Perform date transformations
  • Parse an XML file (with or without a schema)
  • Save data to a file
  • Generate a random string

Things we might consider bending the rules for:, (*8)

  • A Markdown converter
  • A YAML reader

Other Useful Fortissimo Libraries

Got another useful Fortissimo library? Tell us about it and we'll add it to the list., (*9)

The Versions

02/12 2013

dev-master

9999999-dev

Common commands for the Fortissimo framework.

  Sources   Download

MIT

The Requires

  • php >=5.3.2

 

by Matt Butcher