2017 © Pedro Peláez
 

library php-objects

Primitive types behaving like grown up objects

image

php-objects/php-objects

Primitive types behaving like grown up objects

  • Tuesday, July 29, 2014
  • by mjacobus
  • Repository
  • 1 Watchers
  • 0 Stars
  • 728 Installations
  • PHP
  • 3 Dependents
  • 0 Suggesters
  • 2 Forks
  • 0 Open issues
  • 5 Versions
  • 8 % Grown

The README.md

PHP Objects

IMPORTANT, (*1)

This project has been deprecated in favor of Koine Objects, (*2)

Primitive types behaving like grown up objects. Compatible with PHP 5.3.3+, (*3)

Code Information:, (*4)

Build Status Coverage Status Code Climate Scrutinizer Code Quality, (*5)

Package information:, (*6)

Latest Stable Version Total Downloads Latest Unstable Version License, (*7)

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

Well, not anymore. Hopefully., (*9)

Installing

Installing via Composer

Append the lib to your requirements key in your composer.json., (*10)

{
    // composer.json
    // [..]
    require: {
        // append this line to your requirements
        "php-objects/php-objects": "dev-master"
    }
}

Alternative install

Issues/Features proposals

Here is the issue tracker., (*11)

Contributing

Only TDD code will be accepted. Please follow the PSR-2 code standard., (*12)

  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

Lincense

MIT, (*13)

Authors

The Versions

25/06 2014

0.9.1

0.9.1.0 https://github.com/mjacobus/php-objects

Primitive types behaving like grown up objects

  Sources   Download

MIT

The Development Requires

by Marcelo Jacobus

25/06 2014

0.9.0

0.9.0.0 https://github.com/mjacobus/php-objects

Primitive types behaving like grown up objects

  Sources   Download

MIT

The Development Requires

by Marcelo Jacobus