Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/portphp/portphp
Data import/export framework for PHP
https://github.com/portphp/portphp
csv database excel export import php
Last synced: 5 days 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 9 years ago)
- Default Branch: master
- Last Pushed: 2023-11-18T19:29:28.000Z (12 months ago)
- Last Synced: 2024-05-22T08:44:15.519Z (6 months ago)
- Topics: csv, database, excel, export, import, php
- Language: PHP
- Homepage: https://portphp.readthedocs.io
- Size: 522 KB
- Stars: 266
- Watchers: 18
- Forks: 46
- 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
[![Latest Version](https://img.shields.io/github/release/portphp/portphp.svg?style=flat-square)](https://github.com/portphp/portphp/releases)
[![Build Status](https://travis-ci.org/portphp/portphp.svg)](https://travis-ci.org/portphp/portphp)
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/portphp/portphp/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/portphp/portphp/?branch=master)
[![Code Coverage](https://scrutinizer-ci.com/g/portphp/portphp/badges/coverage.png?b=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).