jkphl / elevator
Elevator pattern implementation for PHP projects
Requires
- php: >=5.6
Requires (Dev)
- clue/graph-composer: dev-master
- codeclimate/php-test-reporter: ^0.4.4
- phploc/phploc: ^4.0
- phpmd/phpmd: ^2.6
- phpunit/phpunit: ^5.7
- satooshi/php-coveralls: ^1.0
- squizlabs/php_codesniffer: ^3.0
- theseer/phpdox: dev-master
This package is auto-updated.
Last update: 2024-10-23 01:37:15 UTC
README
Elevator pattern — type casting of user defined objects in PHP
Documentation
Please find the project documentation in the doc
directory. We recommend reading it via Read the Docs.
Installation
This library requires PHP >=5.6 or later. I recommend using the latest available version of PHP as a matter of principle. It has no userland dependencies.
Dependencies
Quality
To run the unit tests at the command line, issue composer install
and then phpunit
at the package root. This requires Composer to be available as composer
, and PHPUnit to be available as phpunit
.
This library attempts to comply with PSR-1, PSR-2, and PSR-4. If you notice compliance oversights, please send a patch via pull request.
Contributing
Found a bug or have a feature request? Please have a look at the known issues first and open a new issue if necessary. Please see contributing and conduct for details.
Security
If you discover any security related issues, please email joschi@kuphal.net instead of using the issue tracker.
Credits
License
Copyright © 2017 Joschi Kuphal / joschi@kuphal.net. Licensed under the terms of the MIT license.