2017 © Pedro Peláez
 

library helpers

Functions that does not exist in native PHP

image

yapro/helpers

Functions that does not exist in native PHP

  • Monday, July 30, 2018
  • by Lebnik
  • Repository
  • 1 Watchers
  • 1 Stars
  • 39 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 11 % Grown

The README.md

Helpers

Classes for solving the most common problems + functions that does not exist in native PHP., (*1)

lib tests, (*2)

Tests

docker build -t yapro/helpers:latest -f ./Dockerfile ./
docker run --rm -v $(pwd):/app yapro/helpers:latest bash -c "cd /app \
  && composer install --optimize-autoloader --no-scripts --no-interaction \
  && /app/vendor/bin/phpunit /app/tests --stderr --stop-on-incomplete --stop-on-failure --stop-on-warning --fail-on-warning --stop-on-risky --fail-on-risky -v /app/tests"

Dev

docker build -t yapro/helpers:latest -f ./Dockerfile ./
docker run -it --rm --net=host -v $(pwd):/app -w /app yapro/helpers:latest bash
composer install -o
PHP_IDE_CONFIG="serverName=common" XDEBUG_SESSION=common XDEBUG_MODE=debug XDEBUG_CONFIG="client_port=9003 max_nesting_level=200" /app/vendor/bin/phpunit /app/tests

Если с xdebug что-то не получается, напишите: php -dxdebug.log='/tmp/xdebug.log' и смотрите в лог., (*3)

  • https://xdebug.org/docs/upgrade_guide
  • https://www.jetbrains.com/help/phpstorm/2021.1/debugging-a-php-cli-script.html

The Versions

30/07 2018

dev-master

9999999-dev https://github.com/yapro/helpers

Functions that does not exist in native PHP

  Sources   Download

MIT

The Requires

  • php >=7.0

 

The Development Requires

function helpers extensions php library utils