orchesty / php-connectors
PHP Connectors and Applications for Orchesty
3.1.1
2024-06-21 10:01 UTC
Requires
- php: ^8.3
- ext-ctype: *
- ext-intl: *
- ext-mbstring: *
- orchesty/php-sdk: ^3.1
Requires (Dev)
- aws/aws-sdk-php-symfony: ^2.7
- hanaboso/php-check-utils: ^1.6
- symfony/debug-bundle: ^7.1
- symfony/serializer: ^7.1
Suggests
- aws/aws-sdk-php-symfony: Install me, if you need to use Model\Application\Impl\AmazonApps.
README
How to use ?
- Install package
orchesty/php-sdk
and follow the SDK readme - Install package
orchesty/php-connectors
- Add nodes and application from repository:
# config/services.yaml
parameters:
node_services_dirs:
- '%kernel.project_dir%/vendor/orchesty/php-connectors/src/Resources/config/'
applications:
- '%kernel.project_dir%/vendor/orchesty/php-connectors/src/Resources/config/'
How to develop
- Run
make init
for start dev environment - Tests can be run by
make test
ormake fasttest