Add "archived project" statement
This commit is contained in:
parent
ec8d53b13c
commit
8459666841
25
README.md
25
README.md
@ -1,11 +1,25 @@
|
|||||||
# Spout
|
# Spout
|
||||||
|
|
||||||
[](https://packagist.org/packages/box/spout)
|
[](https://packagist.org/packages/box/spout)
|
||||||
[](https://opensource.box.com/badges)
|
[](https://opensource.box.com/badges)
|
||||||
[](https://travis-ci.org/box/spout)
|
[](https://github.com/box/spout/actions/workflows/ci.yml?query=branch%3Amaster)
|
||||||
[](https://coveralls.io/github/box/spout?branch=master)
|
[](https://coveralls.io/github/box/spout?branch=master)
|
||||||
[](https://packagist.org/packages/box/spout)
|
[](https://packagist.org/packages/box/spout)
|
||||||
|
|
||||||
|
## 🪦 Archived project 🪦
|
||||||
|
|
||||||
|
This project has been archived and is no longer maintained. No bug fix and no additional features will be added.<br>
|
||||||
|
You won't be able to submit new issues or pull requests, and no additional features will be added
|
||||||
|
|
||||||
|
You can still use Spout as is in your projects though :)
|
||||||
|
|
||||||
|
> Thanks to everyone who contributed to this project, from a typo fix to the new cool feature.<br>
|
||||||
|
> It was great to see the involvement of this community!
|
||||||
|
|
||||||
|
<br>
|
||||||
|
|
||||||
|
## About
|
||||||
|
|
||||||
Spout is a PHP library to read and write spreadsheet files (CSV, XLSX and ODS), in a fast and scalable way.
|
Spout is a PHP library to read and write spreadsheet files (CSV, XLSX and ODS), in a fast and scalable way.
|
||||||
Unlike other file readers or writers, it is capable of processing very large files, while keeping the memory usage really low (less than 3MB).
|
Unlike other file readers or writers, it is capable of processing very large files, while keeping the memory usage really low (less than 3MB).
|
||||||
|
|
||||||
@ -37,17 +51,14 @@ If you just want to check that everything is working as expected, executing the
|
|||||||
|
|
||||||
For information, the performance tests take about 10 minutes to run (processing 1 million rows files is not a quick thing).
|
For information, the performance tests take about 10 minutes to run (processing 1 million rows files is not a quick thing).
|
||||||
|
|
||||||
> Performance tests status: [](https://travis-ci.org/box/spout)
|
|
||||||
|
|
||||||
|
|
||||||
## Support
|
## Support
|
||||||
|
|
||||||
You can ask questions, submit new features ideas or discuss Spout in the chat room:<br>
|
Spout is no longer actively supported. You can still ask questions, or discuss about it in the chat room:<br>
|
||||||
[](https://gitter.im/box/spout?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)
|
[](https://gitter.im/box/spout?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)
|
||||||
|
|
||||||
## Copyright and License
|
## Copyright and License
|
||||||
|
|
||||||
Copyright 2017 Box, Inc. All rights reserved.
|
Copyright 2022 Box, Inc. All rights reserved.
|
||||||
|
|
||||||
Licensed under the Apache License, Version 2.0 (the "License");
|
Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
you may not use this file except in compliance with the License.
|
you may not use this file except in compliance with the License.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user