germania-kg / psr-websites
2.2.1
2022-03-30 09:41 UTC
Requires
- php: ^5.6|^7.0|^8.0
- germania-kg/websites: ^3.1|^4.0
- nyholm/psr7: ^1.4
- psr/container: ^1.0
- psr/http-message: ^1.0
- psr/log: ^1.0
Requires (Dev)
- friendsofphp/php-cs-fixer: ^2.0
- php-coveralls/php-coveralls: ^2.0
- phpspec/prophecy-phpunit: ^2.0
- phpstan/phpstan: ^0.12
- phpunit/phpunit: ^9.0
- slim/slim: ^3.5
- spatie/phpunit-watcher: ^1.0
README
This package was destilled from legacy code!
You better do not want it to use this in production.
Requirements
- Germania KG's Websites package
- Josh Lockhart's Slim Framework
Installation
$ composer require germania-kg/psr-websites
Issues
See issues list.
Development
$ git clone https://github.com/GermaniaKG/PsrWebsites.git
$ cd PsrWebsites
$ composer install
Unit tests
Either copy phpunit.xml.dist
to phpunit.xml
and adapt to your needs, or leave as is. Run PhpUnit test or composer scripts like this:
$ composer test # or $ vendor/bin/phpunit