portphp / portphp
Data import/export workflow
Fund package maintenance!
ddeboer
Installs: 2 211 321
Dependents: 25
Suggesters: 2
Security: 0
Stars: 268
Watchers: 17
Forks: 47
Open Issues: 30
Requires
- php: >=7.4
- symfony/property-access: ^4.4 || ^5.4 || ^6.0 || ^7.0
- symfony/validator: ^4.4 || ^5.4 || ^6.0 || ^7.0
Requires (Dev)
- ext-iconv: *
- ext-mbstring: *
- doctrine/common: ^2.7 || ^3.0
- doctrine/instantiator: ^1.0.5
- phpspec/phpspec: ^7.2
- phpunit/phpunit: ^9.5
README
Port is a data import/export workflow for PHP.
Installation
Open a command console, enter your project directory and execute the following command to download the latest stable version of this package:
$ composer require portphp/portphp
This command requires you to have Composer installed globally, as explained in the installation chapter of the Composer documentation.
Documentation
Documentation is available at https://portphp.readthedocs.org.
Issues and feature requests
Please report issues and request features at https://github.com/portphp/portphp/issues.
Contributing
Contributions are very welcome. Please see CONTRIBUTING.md for details. Thanks to everyone who has contributed already.
License
This package is licensed under the MIT license.