ypsolution / ynfinite-php-client
PHP Client for Ynfinite
1.1.5
2020-08-26 14:49 UTC
Requires
- php: ^7.3
- ext-json: *
- bryanjhv/slim-session: 4.0
- cocur/slugify: 4.0.0
- illuminate/database: 7.20
- monolog/monolog: 1.25.3
- php-di/php-di: 6.1.0
- slim/psr7: 1.0.0
- slim/slim: 4.5.0
- slim/twig-view: 3.0.0
- thadafinser/user-agent-parser: ^2.0
- twig/intl-extra: ^3.0
- twig/twig: 3.0
- vlucas/phpdotenv: 3.6.3
- whichbrowser/parser: ^2.0
- dev-master
- 1.1.5
- 1.1.4
- 1.1.3
- 1.1.2
- 1.1.1
- 1.1.0
- 1.0.2
- 1.0.0
- dev-accessibility-update
- dev-structured-data
- dev-php-8.3,-tracking,-login-update
- dev-login_and_tracking_update
- dev-seo-tracking-and-consent-update
- dev-quickwins-240214
- dev-php7
- dev-bugfixes-240118
- dev-validating-URLs
- dev-bugfixes-231208
- dev-quickwins-231018
- dev-update-230929
- dev-fixes-230816
- dev-seo-variable-overwrites
- dev-namespace-bug
- dev-development
- dev-dev_lars
- dev-paginatino-fix
- dev-reversed-cookiechanges
- dev-parameter-fix
- dev-botprotection-improvements
- dev-seo-improvments
This package is auto-updated.
Last update: 2024-11-21 10:37:57 UTC
README
This is the ynfinite package for your PHP Client. To use it in your project you need a ynfinite account to run it.
How to Setup
Development
Go into the development folder and run the docker-composer inside of
cd /development/docker
docker-compose build
docker-compose up -d
docker-compose exec ynfinite-client composer install
This will start a local DEV environment and you can open http://localhost
Troubleshooting
Cache dir not writable
Uncaught RuntimeException: Route collector cache file directory /var/www/config/../tmp/cache is not writable
Simply run for development purpose
docker-compose exec ynfinite-client chmod 777 tmp -R