https://github.com/portphp/portphp
Data import/export framework for PHP
https://github.com/portphp/portphp
csv database excel export import php
Last synced: 7 months ago
JSON representation
Data import/export framework for PHP
- Host: GitHub
- URL: https://github.com/portphp/portphp
- Owner: portphp
- License: mit
- Created: 2015-05-29T08:51:42.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2023-11-18T19:29:28.000Z (about 2 years ago)
- Last Synced: 2025-06-22T12:09:44.297Z (7 months ago)
- Topics: csv, database, excel, export, import, php
- Language: PHP
- Homepage: https://portphp.readthedocs.io
- Size: 522 KB
- Stars: 268
- Watchers: 16
- Forks: 47
- Open Issues: 30
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# portphp/portphp
[](https://github.com/portphp/portphp/releases)
[](https://travis-ci.org/portphp/portphp)
[](https://scrutinizer-ci.com/g/portphp/portphp/?branch=master)
[](https://scrutinizer-ci.com/g/portphp/portphp/?branch=master)
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:
```bash
$ composer require portphp/portphp
```
This command requires you to have Composer installed globally, as explained
in the [installation chapter](https://getcomposer.org/doc/00-intro.md)
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](CONTRIBUTING.md) for
details. Thanks to [everyone who has contributed](https://github.com/portphp/portphp/graphs/contributors)
already.
## License
This package is licensed under the [MIT license](LICENSE).