-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from streammachineio/rename-to-strm-privacy
feat: rename to STRM Privacy
- Loading branch information
Showing
21 changed files
with
52 additions
and
52 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,32 +1,32 @@ | ||
## [1.0.3](https://github.com/streammachineio/php-driver/compare/v1.0.2...v1.0.3) (2021-10-13) | ||
## [1.0.3](https://github.com/strmprivacy/php-driver/compare/v1.0.2...v1.0.3) (2021-10-13) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* call packagist webhook using curl ([61945cc](https://github.com/streammachineio/php-driver/commit/61945cc532d46180e0c476434767f80d498ddb0d)) | ||
* call packagist webhook using curl ([61945cc](https://github.com/strmprivacy/php-driver/commit/61945cc532d46180e0c476434767f80d498ddb0d)) | ||
|
||
## [1.0.2](https://github.com/streammachineio/php-driver/compare/v1.0.1...v1.0.2) (2021-10-13) | ||
## [1.0.2](https://github.com/strmprivacy/php-driver/compare/v1.0.1...v1.0.2) (2021-10-13) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* fixed publish gh workflow ([85bd297](https://github.com/streammachineio/php-driver/commit/85bd297d2c8b3878ca70a33378054f10fec390c6)) | ||
* fixed publish gh workflow ([85bd297](https://github.com/strmprivacy/php-driver/commit/85bd297d2c8b3878ca70a33378054f10fec390c6)) | ||
|
||
## [1.0.1](https://github.com/streammachineio/php-driver/compare/v1.0.0...v1.0.1) (2021-10-13) | ||
## [1.0.1](https://github.com/strmprivacy/php-driver/compare/v1.0.0...v1.0.1) (2021-10-13) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* removed examples, moved to another repo ([0af9787](https://github.com/streammachineio/php-driver/commit/0af9787b5b75b25cef08b4acbb3083ea895e49ec)) | ||
* removed examples, moved to another repo ([0af9787](https://github.com/strmprivacy/php-driver/commit/0af9787b5b75b25cef08b4acbb3083ea895e49ec)) | ||
|
||
# 1.0.0 (2021-10-13) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* trailing comma's in function arguments not supported in php72 ([ee81934](https://github.com/streammachineio/php-driver/commit/ee819344f73180c91a4b964abc4cb3b5f7b56e9a)) | ||
* trailing comma's in function arguments not supported in php72 ([ee81934](https://github.com/strmprivacy/php-driver/commit/ee819344f73180c91a4b964abc4cb3b5f7b56e9a)) | ||
|
||
|
||
### Features | ||
|
||
* add semantic release ([cdb8fba](https://github.com/streammachineio/php-driver/commit/cdb8fba60abc1b37605e724fefbf045f91dd8e87)) | ||
* add semantic release ([cdb8fba](https://github.com/strmprivacy/php-driver/commit/cdb8fba60abc1b37605e724fefbf045f91dd8e87)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
# PHP Driver for Stream Machine | ||
# PHP Driver for STRM Privacy | ||
|
||
See the matching [examples](https://github.com/streammachineio/php-examples) in order to use the PHP driver. | ||
See the matching [examples](https://github.com/strmprivacy/php-examples) in order to use the PHP driver. | ||
|
||
## Need help? | ||
|
||
See our [documentation](https://docs.streammachine.io) or [reach out to us](https://docs.streammachine.io). | ||
See our [documentation](https://docs.strmprivacy.io) or [reach out to us](https://docs.strmprivacy.io). | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,17 @@ | ||
{ | ||
"name": "streammachineio/php-driver", | ||
"description": "PHP driver for interacting with Stream Machine.", | ||
"name": "strmprivacy/php-driver", | ||
"description": "PHP driver for interacting with STRM Privacy.", | ||
"type": "library", | ||
"license": "Apache-2.0", | ||
"authors": [ | ||
{ | ||
"name": "Lennart Hengstmengel", | ||
"email": "[email protected]" | ||
"name": "Stream Machine B.V.", | ||
"email": "[email protected]" | ||
} | ||
], | ||
"autoload": { | ||
"psr-4": { | ||
"Streammachine\\Driver\\": "src/", | ||
"StrmPrivacy\\Driver\\": "src/", | ||
"Tests\\": "tests/" | ||
} | ||
}, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
<?php | ||
|
||
namespace Streammachine\Driver\Contracts; | ||
namespace StrmPrivacy\Driver\Contracts; | ||
|
||
use AvroSchema; | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
<?php | ||
|
||
namespace Streammachine\Driver\Contracts; | ||
namespace StrmPrivacy\Driver\Contracts; | ||
|
||
interface Serializer | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
<?php | ||
|
||
namespace Streammachine\Driver\Enums; | ||
namespace StrmPrivacy\Driver\Enums; | ||
|
||
use ReflectionClass; | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters