2017-25 © Pedro PelÔez
 

library domhandler

Decorative design pattern to ease DOM handling

image

wsdltophp/domhandler

Decorative design pattern to ease DOM handling

  • Sunday, May 21, 2017
  • by wsdltophp
  • Repository
  • 1 Watchers
  • 1 Stars
  • 8,620 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 53 % Grown

The README.md

DOM Handler

DOM Handler provides handful methods to manipulate/browse a DOM Document., (*1)

License Latest Stable Version TeamCity build status Scrutinizer Code Quality Code Coverage Total Downloads StyleCI SymfonyInsight, (*2)

DomHandler uses the decorator design pattern in order to ease DOM handling., (*3)

The source code has been originally created into the PackageGenerator project but it felt that it had the possibility to live by itself and to evolve independtly from the PackageGenerator project if necessary., (*4)

Testing using Docker

Thanks to the Docker image of phpfarm, tests can be run locally under any PHP version using the cli: - php-7.4, (*5)

First of all, you need to create your container which you can do using docker-compose by running the below command line from the root directory of the project:, (*6)

$ docker-compose up -d --build

You then have a container named dom_handler in which you can run composer commands and php cli commands such as:, (*7)

# install deps in container (using update ensure it does use the composer.lock file if there is any)
$ docker exec -it dom_handler php-7.4 /usr/bin/composer update
# run tests in container
$ docker exec -it dom_handler php-7.4 -dmemory_limit=-1 vendor/bin/phpunit

Contributing

Please see CONTRIBUTING for details., (*8)

Credits

Developers who helped on this project are listed in the composer.json file as Contributor and are: - phordijk, (*9)

FAQ

Feel free to create an issue., (*10)

License

The MIT License (MIT). Please see License File for more information., (*11)

The Versions

21/05 2017

dev-develop

dev-develop https://github.com/WsdlToPhp/DomHandler

Decorative design pattern to ease DOM handling

  Sources   Download

MIT

The Requires

  • php >=5.3.3

 

The Development Requires

php xml dom xpath

11/04 2017

dev-master

9999999-dev https://github.com/WsdlToPhp/DomHandler

Decorative design pattern to ease DOM handling

  Sources   Download

MIT

The Requires

  • php >=5.3.3

 

The Development Requires

php xml dom xpath

11/04 2017

1.0.0

1.0.0.0 https://github.com/WsdlToPhp/DomHandler

Decorative design pattern to ease DOM handling

  Sources   Download

MIT

The Requires

  • php >=5.3.3

 

The Development Requires

php xml dom xpath