oe / kvd
A library of assorted PHP code. Quite old and in maintenance mode.
Installs: 5 591
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 12
Forks: 0
Open Issues: 0
Requires
- php: >=5.3.0
Requires (Dev)
- phing/phing: 2.*
- phpunit/phpunit: 4.5.*
- satooshi/php-coveralls: 1.0.1
- symfony/config: ^2.1
- symfony/console: ^2.1
- symfony/filesystem: ~2.3
- symfony/stopwatch: ^2.0
This package is not auto-updated.
Last update: 2024-11-09 17:56:09 UTC
README
Oude php bibliotheek met ondersteunende code. Wordt gebruikt door, maar is end of life.
- de inventaris
- OAR
Installatie kan via composer.
$ curl -sS https://getcomposer.org/installer | php
$ php composer.phar update
Unit tests uitvoeren en code coverage bekijken
$ ./vendor/bin/phing genTestReports
$ firefox build/reports/coverage/index.html &