chatupont2p / t2p-support
For Support other project
Installs: 0
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/chatupont2p/t2p-support
Requires
- php: >=5.5.9
Requires (Dev)
- mockery/mockery: 0.9.*
- phpunit/phpunit: 4.*
This package is auto-updated.
Last update: 2025-10-24 16:11:45 UTC
README
Installation
The AWS Service Provider can be installed via Composer by requiring the
chatupont2p/t2p-support package in your project's composer.json.
Usage
Recommended installation via composer:
Add t2p support to composer.json either by running composer require chatupont2p/t2p-support or by defining it manually:
"require": {
"chatupont2p/t2p-support": "dev-master"
}
Reinstall dependencies: composer install
To use the T2P config Provider, you must register the provider when bootstrapping your application.
Steps
- Clone repository and cd into it:
git clone git@github.com:chatupont2p/t2p-support && cd t2p-support - Install dependencies:
composer install - Run unit-tests:
vendor/bin/phpunit - Check PSR compatibility:
vendor/bin/phpcs --standard=PSR2 src tests examples