Skip to content
/ score Public

An API to create and update PHP composer's configuration file.

License

Notifications You must be signed in to change notification settings

norsys/score

Repository files navigation

Score Build Status Coverage Status Scrutinizer Code Quality

Score allows a developper to create or maintain a PHP composer's configuration file.

About

This project is a work in progress, so the API can evolve rapidly and radicaly.
Use it at your own risks!
A demo is available in ./demo/composer/config.php, to run it, just do php ./demo/composer/config.php.

Contributing

About workflow

We're using pull request to introduce new features and bug fixes.
Please, try to be explicit in your commit messages:

  1. Explain why the change was made ;
  2. Explain technical implementation (you can provide links to any relevant tickets, articles or other resources).

You can use the following template:

# If applied, this commit will...

# Explain why this change is being made

# Provide links to any relevant tickets, articles or other resources

To use it, just put it in a text file in (for example) your home and define it as a template:

# git config --global commit.template ~/.git_commit_template.txt

About testing

To run unit tests, just do make unit-tests.

Languages and tools

About

An API to create and update PHP composer's configuration file.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages