Skip to content

forkflow/empty-php-project

 
 

Repository files navigation

YourNameSpace

Latest-Stable-Version License Latest Unstable Version Build Status Coverage Status Scrutinizer Code Quality Dependency Status Stories in Ready Total Composer Downloads

Please have a look at the available releases.

Purpose

yourdescription

Requirements and installation

  • PHP v5.4+

Install the library via Composer:

./composer.phar require yourusername/yournamespace [optional version]

Adding it manually as a vendor library requirement to the composer.json file of your project works as well:

{
    "require": {
        "yourusername/yournamespace": "~0.1"
    }
}

Alternatively, you can download a release archive from the github releases.

Documentation

tbd.

Community

None, but you may join the freenode IRC #yourfreenodechannel channel anytime. :-)

Contributors

Please contribute by forking and sending a pull request. More information can be found in the CONTRIBUTING.md file. The authors and contributors are mentioned in the github contributors graph of this repository.

The code tries to adhere to the following PHP-FIG standards: PSR-4, PSR-1 and PSR-2.

Changelog

See CHANGELOG.md for more information about changes.

License

This project is MIT licensed. See the linked license for details.

About

Empty PHP project as a skeleton for new repositories

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Makefile 62.1%
  • PHP 37.9%