-
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3a43da2
commit 5324ba8
Showing
10 changed files
with
22 additions
and
21 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
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,4 +1,4 @@ | ||
# Weblog Contracts | ||
# Weblog PHP Contracts | ||
|
||
![cog-contracts-weblog](https://user-images.githubusercontent.com/1849174/38336794-bd7bd996-386b-11e8-861d-d837d126bd50.png) | ||
|
||
|
@@ -11,7 +11,7 @@ | |
|
||
## Introduction | ||
|
||
Weblog Contracts provides set of interfaces for the Framework Interoperable Blog Package development. | ||
Weblog PHP Contracts provides set of interfaces for the Framework Interoperable Blog Package development. | ||
|
||
## Contents | ||
|
||
|
@@ -42,7 +42,7 @@ Weblog Contracts provides set of interfaces for the Framework Interoperable Blog | |
First, pull in the package through Composer. | ||
|
||
```sh | ||
$ composer require cybercog/contracts-weblog | ||
$ composer require cybercog/php-contracts-weblog | ||
``` | ||
|
||
## Usage | ||
|
@@ -66,15 +66,15 @@ If you discover any security related issues, please email [email protected] inste | |
| <a href="https://github.com/a-komarev">![@a-komarev](https://avatars.githubusercontent.com/u/1849174?s=110)<br />Anton Komarev</a> | | ||
| :---: | | ||
|
||
[Weblog Contracts contributors list](../../contributors) | ||
[Weblog PHP Contracts contributors list](../../contributors) | ||
|
||
## Alternatives | ||
|
||
*Feel free to add more alternatives as Pull Request.* | ||
|
||
## License | ||
|
||
- `Weblog Contracts` package is open-sourced software licensed under the [MIT license](LICENSE) by Anton Komarev. | ||
- `Weblog PHP Contracts` package is open-sourced software licensed under the [MIT license](LICENSE) by [Anton Komarev](https://github.com/a-komarev). | ||
- `Internet Marketing` image licensed under [Creative Commons 3.0](https://creativecommons.org/licenses/by/3.0/us/) by Gan Khoon Lay. | ||
|
||
## About CyberCog | ||
|
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,12 +1,13 @@ | ||
{ | ||
"name": "cybercog/contracts-weblog", | ||
"name": "cybercog/php-contracts-weblog", | ||
"description": "Сontracts for the framework interoperable Blog development.", | ||
"type": "library", | ||
"license": "MIT", | ||
"keywords": [ | ||
"cybercog", | ||
"cog", | ||
"contract", | ||
"interface", | ||
"framework-agnostic", | ||
"interoperable", | ||
"blog", | ||
|
@@ -29,13 +30,13 @@ | |
"role": "Developer" | ||
} | ||
], | ||
"homepage": "https://github.com/cybercog/contracts-weblog", | ||
"homepage": "https://github.com/cybercog/php-contracts-weblog", | ||
"support": { | ||
"email": "[email protected]", | ||
"issues": "https://github.com/cybercog/contracts-weblog/issues", | ||
"wiki": "https://github.com/cybercog/contracts-weblog/wiki", | ||
"source": "https://github.com/cybercog/contracts-weblog", | ||
"docs": "https://github.com/cybercog/contracts-weblog/wiki" | ||
"issues": "https://github.com/cybercog/php-contracts-weblog/issues", | ||
"wiki": "https://github.com/cybercog/php-contracts-weblog/wiki", | ||
"source": "https://github.com/cybercog/php-contracts-weblog", | ||
"docs": "https://github.com/cybercog/php-contracts-weblog/wiki" | ||
}, | ||
"require": { | ||
"php": "^7.1.3" | ||
|
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,7 +1,7 @@ | ||
<?php | ||
|
||
/* | ||
* This file is part of Weblog Contracts. | ||
* This file is part of Weblog PHP Contracts. | ||
* | ||
* (c) Anton Komarev <[email protected]> | ||
* | ||
|
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,7 +1,7 @@ | ||
<?php | ||
|
||
/* | ||
* This file is part of Weblog Contracts. | ||
* This file is part of Weblog PHP Contracts. | ||
* | ||
* (c) Anton Komarev <[email protected]> | ||
* | ||
|
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,7 +1,7 @@ | ||
<?php | ||
|
||
/* | ||
* This file is part of Weblog Contracts. | ||
* This file is part of Weblog PHP Contracts. | ||
* | ||
* (c) Anton Komarev <[email protected]> | ||
* | ||
|
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,7 +1,7 @@ | ||
<?php | ||
|
||
/* | ||
* This file is part of Weblog Contracts. | ||
* This file is part of Weblog PHP Contracts. | ||
* | ||
* (c) Anton Komarev <[email protected]> | ||
* | ||
|
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,7 +1,7 @@ | ||
<?php | ||
|
||
/* | ||
* This file is part of Weblog Contracts. | ||
* This file is part of Weblog PHP Contracts. | ||
* | ||
* (c) Anton Komarev <[email protected]> | ||
* | ||
|
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,7 +1,7 @@ | ||
<?php | ||
|
||
/* | ||
* This file is part of Weblog Contracts. | ||
* This file is part of Weblog PHP Contracts. | ||
* | ||
* (c) Anton Komarev <[email protected]> | ||
* | ||
|