Skip to content

koinephp/Core

Folders and files

NameName
Last commit message
Last commit date

Latest commit

9b9543f · Dec 5, 2016
Apr 29, 2014
Aug 15, 2015
Dec 5, 2016
Aug 15, 2015
Aug 13, 2014
Sep 24, 2014
Aug 28, 2015
Aug 15, 2015
Feb 25, 2014
Dec 5, 2016
Aug 29, 2014
Aug 15, 2015

Repository files navigation

Koine Core

Primitive types behaving like grown up objects. Compatible with PHP 5.3.3+

Code information:

Build Status Coverage Status Code Climate Scrutinizer Code Quality

Package information:

Latest Stable Version Total Downloads Latest Unstable Version License Dependency Status

Once you've written some ruby code and you HAVE to write php, you miss the hell out off ruby objects.

Well, not anymore. Hopefully.

Installing

Installing via Composer

Append the lib to your requirements key in your composer.json.

{
    // composer.json
    // [..]
    require: {
        // append this line to your requirements
        "koine/core": "0.9.*"
    }
}

Alternative install

Issues/Features proposals

Here is the issue tracker.

Contributing

Only TDD code will be accepted. Please follow the PSR-2 code standard.

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

How to run the tests:

phpunit --configuration tests/phpunit.xml

To check the code standard run:

phpcs --standard=PSR2 lib
phpcs --standard=PSR2 tests

# alternatively

./bin/travis/run_phpcs.sh

License

MIT

Authors

About

Core classes for the Koine componentes

Resources

License

Stars

Watchers

Forks

Packages

No packages published