Rename package to bussnet/propresenter7-php-lib
The GitHub repository has been renamed from `propresenter7-php-api` to `propresenter7-php-lib` to better reflect that this is a general PHP library for ProPresenter 7 files (read/modify/generate), not just a wrapper around a remote API. Update composer package name, support URLs, README install/clone instructions, project title, and documentation index title to match.
This commit is contained in:
parent
4d10db4f17
commit
0d63abbe35
|
|
@ -1,4 +1,4 @@
|
|||
# ProPresenter 7 PHP API
|
||||
# ProPresenter 7 PHP Library
|
||||
|
||||
> A PHP library to **read, modify, and generate** [ProPresenter 7](https://renewedvision.com/propresenter/) files — songs, playlists, bundles, themes, and global library files.
|
||||
|
||||
|
|
@ -84,14 +84,14 @@ ProPresenter 7 stores its data in protobuf-encoded binary files (with ZIP wrappe
|
|||
## Installation
|
||||
|
||||
```bash
|
||||
composer require bussnet/propresenter7-php-api
|
||||
composer require bussnet/propresenter7-php-lib
|
||||
```
|
||||
|
||||
Or clone the repository to develop locally:
|
||||
|
||||
```bash
|
||||
git clone https://github.com/bussnet/propresenter7-php-api.git
|
||||
cd propresenter7-php-api
|
||||
git clone https://github.com/bussnet/propresenter7-php-lib.git
|
||||
cd propresenter7-php-lib
|
||||
composer install
|
||||
```
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"name": "bussnet/propresenter7-php-api",
|
||||
"name": "bussnet/propresenter7-php-lib",
|
||||
"description": "PHP library to read, modify, and generate ProPresenter 7 files (.pro songs, .proplaylist, .probundle, themes, and global library files).",
|
||||
"type": "library",
|
||||
"license": "MIT",
|
||||
|
|
@ -16,10 +16,10 @@
|
|||
"proplaylist",
|
||||
"probundle"
|
||||
],
|
||||
"homepage": "https://github.com/bussnet/propresenter7-php-api",
|
||||
"homepage": "https://github.com/bussnet/propresenter7-php-lib",
|
||||
"support": {
|
||||
"issues": "https://github.com/bussnet/propresenter7-php-api/issues",
|
||||
"source": "https://github.com/bussnet/propresenter7-php-api"
|
||||
"issues": "https://github.com/bussnet/propresenter7-php-lib/issues",
|
||||
"source": "https://github.com/bussnet/propresenter7-php-lib"
|
||||
},
|
||||
"authors": [
|
||||
{
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
# ProPresenter 7 PHP API — Documentation
|
||||
# ProPresenter 7 PHP Library — Documentation
|
||||
|
||||
> Comprehensive reference for the [ProPresenter 7 PHP API](../README.md) library.
|
||||
> Comprehensive reference for the [ProPresenter 7 PHP Library](../README.md).
|
||||
>
|
||||
> Each document is self-contained — open the one that matches your task. If you don't know which to load, search [keywords.md](keywords.md) or scan the table below.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue