This repository has been archived by the owner on Dec 3, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
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
Showing
5 changed files
with
59 additions
and
2 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
# Contributing | ||
|
||
Please note the following guidelines before submitting pull requests: | ||
|
||
- Use the [PSR-2 coding style](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-2-coding-style-guide.md) | ||
- Always create pull requests to the *develop* branch |
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 |
---|---|---|
@@ -0,0 +1,13 @@ | ||
### What did you do? | ||
|
||
### What did you expect to happen? | ||
|
||
### What actually happened? | ||
|
||
### What versions of PHP, Lumen and this module are you using? | ||
|
||
Please include code that reproduces the issue. The best reproductions are self-contained scripts with minimal dependencies. | ||
|
||
```php | ||
code goes here | ||
``` |
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 |
---|---|---|
@@ -0,0 +1,8 @@ | ||
(Please read the [guidelines](.github/CONTRIBUTING.md) before creating PRs.) | ||
|
||
Fixes #. | ||
|
||
Changes proposed in this pull request: | ||
* | ||
* | ||
* |
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 +1,2 @@ | ||
.idea | ||
/vendor/ |
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,2 +1,31 @@ | ||
# lumen-search | ||
Search module for the Lumen PHP framework. | ||
# Lumen Search | ||
|
||
[](https://codeclimate.com/github/nordsoftware/lumen-search) | ||
[](https://packagist.org/packages/nordsoftware/lumen-search) | ||
[](https://packagist.org/packages/nordsoftware/lumen-search) | ||
[](https://packagist.org/packages/nordsoftware/lumen-search) | ||
|
||
Search module for the [Lumen PHP framework](http://lumen.laravel.com/). | ||
|
||
## Requirements | ||
|
||
- PHP 5.3 or newer | ||
- [Composer](http://getcomposer.org) | ||
|
||
## Usage | ||
|
||
### Installation | ||
|
||
Run the following command to install the package through Composer: | ||
|
||
```sh | ||
composer require nordsoftware/lumen-search | ||
``` | ||
|
||
## Contributing | ||
|
||
Please read the [guidelines](.github/CONTRIBUTING.md). | ||
|
||
## License | ||
|
||
See [LICENSE](LICENSE). |