cultuurnet / uitpas-beheer-silex
A silex application that serves as an intermediate between the UiTPAS API and front end apps.
2024.10.01.092702
2024-10-01 09:23 UTC
Requires
- 2dotstwice/collection: ~1.0
- auth0/auth0-php: ^8.3
- cultuurnet/clock: ~0.1
- cultuurnet/culturefeed-http-guzzle: ~0.1
- cultuurnet/culturefeed-php: ~1.14
- cultuurnet/deserializer: dev-master
- cultuurnet/hydra: ~0.1
- cultuurnet/silex-uitid-provider: dev-master
- deralex/yaml-config-service-provider: ~1.0
- jdesrosiers/silex-cors-provider: ~0.1.5
- monolog/monolog: ^1.17.2
- nyholm/psr7: ^1.8
- silex/silex: ~1.1
- swiftmailer/swiftmailer: ~5.3
- symfony/config: ~2.3
- symfony/css-selector: ~2.3
- symfony/filesystem: ~2.3
- symfony/finder: ~2.3
- symfony/form: ~2.3
- symfony/http-client: ^5.4
- symfony/process: ~2.3
- symfony/routing: ~2.6.9
- symfony/security: ~2.6
- symfony/translation: ~2.3
- symfony/twig-bridge: ~2.3
- symfony/validator: ~2.3
Requires (Dev)
- escapestudios/symfony2-coding-standard: ~2.0
- guzzle/plugin-mock: ~3.9.2
- mikey179/vfsstream: ~1.6.0
- phing/phing: ~2.10
- phpunit/phpunit: ~4.3
- satooshi/php-coveralls: ~0.7
- squizlabs/php_codesniffer: ~2.2
- dev-master
- 2024.10.01.092702
- 2024.09.27.090223
- 2024.07.18.091152
- 2024.02.15.140507
- 2023.12.05.154715
- 2022.07.12.124306
- 2022.06.21.112440
- dev-fix-legacy-coding-errors
- dev-temp-merge2
- dev-temp2
- dev-dependabot/npm_and_yarn/minimist-and-mkdirp-1.2.8
- dev-dependabot/bundler/git-1.13.1
- dev-dependabot/npm_and_yarn/cookiejar-and-swagger-tools-2.1.4
- dev-dependabot/npm_and_yarn/debug-and-swagger-tools-2.6.9
- dev-dependabot/npm_and_yarn/ms-and-swagger-tools-2.0.0
- dev-dependabot/npm_and_yarn/qs-and-swagger-tools-6.11.0
- dev-dependabot/composer/twig/twig-2.15.3
- dev-dependabot/bundler/arr-pm-0.0.12
- dev-dependabot/composer/guzzlehttp/guzzle-7.4.5
- dev-dependabot/composer/phpunit/phpunit-4.8.28
- dev-dependabot/composer/guzzlehttp/psr7-1.8.5
- dev-dependabot/composer/squizlabs/php_codesniffer-2.8.1
- dev-dependabot/composer/lcobucci/jwt-3.4.6
This package is auto-updated.
Last update: 2024-10-18 00:18:25 UTC
README
Read the documentation for developers to get started.
Git hooks
For development purposes, we advice you to install the included git hooks with the following command:
./vendor/bin/phing githooks
One of the hooks will try to validate the project's Swagger file. This requires you to install some node dependencies. Make sure npm is available and install them by running this command at the root of the project:
npm install