icanboogie / transformation
Transform data for serialization
Installs: 11 427
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 1
Open Issues: 0
Requires
- php: >=7.0
Requires (Dev)
- psr/container: ^1.0
- symfony/config: ^3.3
- symfony/dependency-injection: ^3.3
- symfony/yaml: ^3.3
This package is auto-updated.
Last update: 2024-10-29 00:16:43 UTC
README
Requirements
The package requires PHP 7.0 or later.
Installation
The recommended way to install this package is through Composer:
$ composer require icanboogie/transformation
Cloning the repository
The package is available on GitHub, its repository can be cloned with the following command line:
$ git clone https://github.com/ICanBoogie/Transformation.git
Documentation
The package is documented as part of the ICanBoogie framework documentation. You can
generate the documentation for the package and its dependencies with the make doc
command. The
documentation is generated in the build/docs
directory. ApiGen is required.
The directory can later be cleaned with the make clean
command.
Testing
The test suite is ran with the make test
command. PHPUnit and
Composer need to be globally available to run the suite. The command
installs dependencies as required. The make test-coverage
command runs test suite and also creates
an HTML coverage report in build/coverage
. The directory can later be cleaned with the make clean
command.
The package is continuously tested by Travis CI.
License
icanboogie/transformation is licensed under the New BSD License - See the LICENSE file for details.