Skip to content

Commit 170c8c5

Browse files
committed
readme and license added
1 parent 1855c7d commit 170c8c5

File tree

3 files changed

+51
-43
lines changed

3 files changed

+51
-43
lines changed

LICENSE.txt

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
MIT License
2+
3+
Copyright (c) 2019 PhpSpreadsheet Authors
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.

README.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
Open source PhpDompdf php library released as WordPress plugin to use easily
2+
3+
## Description
4+
5+
Software requirements
6+
7+
The following software is required:
8+
9+
- PHP version 7.4 or newer
10+
11+
## Installation
12+
13+
1. Download the latest zip from here (https://github.com/codeboxrcodehub/cbxphpdompdf/releases)
14+
2. [WordPress has clear documentation about how to install a plugin].(https://codex.wordpress.org/Managing_Plugins)
15+
3. After install activate the plugin "CBX PhpDompdf Library" through the 'Plugins' menu in WordPress
16+
4. This plugin doesn't load any library by default, it doesn't create extra folder or menu.
17+
18+
## Licence
19+
20+
[MIT](https://github.com/codeboxrcodehub/cbxphpdompdf/blob/master/LICENSE.txt)

README.txt

Lines changed: 10 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -1,67 +1,34 @@
1-
=== CBX PhpSpreadSheet Library ===
2-
Contributors: codeboxr,manchumahara
1+
=== CBX Taxonomy Library ===
2+
Contributors: codeboxr, manchumahara
33
Requires at least: 3.5
4-
Tested up to: 5.8.3
5-
Stable tag: 1.0.2
6-
License: GPLv2 or later
7-
License URI: http://www.gnu.org/licenses/gpl-2.0.html
4+
Tested up to: 6.4.3
5+
Stable tag: 1.0.5
6+
License: MIT
7+
License URI: https://github.com/codeboxrcodehub/cbxphpdompdf/blob/master/LICENSE.txt
88

9-
Open source PhpSpreadSheet php library released as wordpress plugin to use easily
9+
Open source PhpDompdf php library released as WordPress plugin to use easily
1010

1111
== Description ==
1212

13-
A pure [PHP library for reading and writing spreadsheet files](https://phpspreadsheet.readthedocs.io)
14-
15-
From Codeboxr we wrapped the library as wordpress plugin to easy distribute as wordpress plugin. WordPress now doesn't allow this type library as
16-
plugin but providing a large php package with plugin makes the plugin heavy and troublesome for updates. We hosted this in github so that user can download and later
17-
update easily.
1813

1914
Software requirements
2015

21-
The following software is required to develop using PhpSpreadsheet:
22-
23-
* PHP version 5.6 or newer
24-
* PHP extension php_zip enabled
25-
* PHP extension php_xml enabled
26-
* PHP extension php_gd2 enabled (if not compiled in)
27-
16+
The following software is required:
2817

29-
The plugin check php version, php_zip, php_xml and php_gd2 library compatible or installed or not, based on success it activated.
18+
- PHP version 7.4 or newer
3019

31-
How to use:
3220

33-
`
34-
if ( defined('CBXPHPSPREADSHEET_PLUGIN_NAME') && file_exists( CBXPHPSPREADSHEET_ROOT_PATH . 'lib/vendor/autoload.php' ) ) {
35-
//Include PHPExcel
36-
require_once( CBXPHPSPREADSHEET_ROOT_PATH . 'lib/vendor/autoload.php' );
37-
38-
//now take instance
39-
$objPHPExcel = new \PhpOffice\PhpSpreadsheet\Spreadsheet();
40-
41-
//do whatever you need to do
42-
}
43-
`
4421

4522
== Installation ==
4623

47-
1. Download the latest zip from here (https://github.com/codeboxrcodehub/cbxphpspreadsheet/releases)
24+
1. Download the latest zip from here (https://github.com/codeboxrcodehub/cbxphpdompdf/releases)
4825
2. [WordPress has clear documentation about how to install a plugin].(https://codex.wordpress.org/Managing_Plugins)
4926
3. After install activate the plugin "CBX PhpSpreadSheet Library" through the 'Plugins' menu in WordPress
5027
4. This plugin doesn't load any library by default, it doesn't create extra folder or menu.
5128

5229

53-
54-
55-
56-
== Screenshots ==
57-
58-
1. yet to come
59-
6030
== Changelog ==
6131

62-
= 1.0.2 =
63-
* Updated the phpspreadsheet package to latest V1.21.0
64-
6532
= 1.0.1 =
6633
* Updated the phpspreadsheet package to latest
6734

0 commit comments

Comments
 (0)