Skip to content

Commit a973263

Browse files
committed
Rename package to fcsapi/websocket
1 parent 0e76081 commit a973263

File tree

3 files changed

+10
-9
lines changed

3 files changed

+10
-9
lines changed

.gitattributes

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Mark JavaScript as vendored (not counted in language stats)
2+
fcs-client-lib.js linguist-vendored
3+
4+
# Force PHP detection for example files
5+
examples/*.php linguist-language=PHP

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This library provides PHP integration with WebSocket for live market data stream
66

77
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
88
[![PHP Version](https://img.shields.io/badge/PHP-%3E%3D7.4-blue.svg)](https://php.net)
9-
[![Packagist](https://img.shields.io/packagist/v/fcsapi/websocket-php.svg)](https://packagist.org/packages/fcsapi/websocket-php)
9+
[![Packagist](https://img.shields.io/packagist/v/fcsapi/websocket.svg)](https://packagist.org/packages/fcsapi/websocket)
1010

1111
## Features
1212

@@ -23,9 +23,9 @@ Use demo API key for testing: `fcs_socket_demo`
2323

2424
## Installation
2525

26-
### Composer
26+
### Composer (Recommended)
2727
```bash
28-
composer require fcsapi/websocket-php
28+
composer require fcsapi/websocket
2929
```
3030

3131
### Manual Installation

composer.json

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
2-
"name": "fcsapi/websocket-php",
2+
"name": "fcsapi/websocket",
3+
"version": "4.0.0",
34
"description": "Real-time WebSocket client library for Forex, Cryptocurrency, and Stock market data from FCS API",
45
"type": "library",
56
"license": "MIT",
@@ -33,10 +34,5 @@
3334
"require": {
3435
"php": ">=7.4"
3536
},
36-
"autoload": {
37-
"psr-4": {
38-
"FcsApi\\": "src/"
39-
}
40-
},
4137
"minimum-stability": "stable"
4238
}

0 commit comments

Comments
 (0)