Skip to content

Commit

Permalink
Update README. Delete unused files
Browse files Browse the repository at this point in the history
  • Loading branch information
edamov committed Nov 7, 2016
1 parent 4297b0e commit 8abd4b4
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 209 deletions.
22 changes: 0 additions & 22 deletions CHANGELOG.md

This file was deleted.

74 changes: 0 additions & 74 deletions CONDUCT.md

This file was deleted.

32 changes: 0 additions & 32 deletions CONTRIBUTING.md

This file was deleted.

27 changes: 0 additions & 27 deletions ISSUE_TEMPLATE.md

This file was deleted.

45 changes: 0 additions & 45 deletions PULL_REQUEST_TEMPLATE.md

This file was deleted.

30 changes: 21 additions & 9 deletions README.md
Expand Up @@ -8,7 +8,27 @@
[![Quality Score][ico-code-quality]][link-code-quality]
[![Total Downloads][ico-downloads]][link-downloads]

**Note:** This library is under development
> **Note:** This library is under development
Pushok is a simple PHP library for sending push notifications to APNs.

## Features

- [X] Uses new Apple APNs HTTP/2 connection
- [X] Supports JWT-based authentication
- [X] Supports new iOS 10 features such as Collapse IDs, Subtitles and Mutable Notifications
- [ ] Tested and working in APNs production environment
- [ ] Supports Certificate-based authentication
- [ ] Supports persistent connections to APNs
- [ ] Supports parallel requests to APNs
- [ ] Supports async requests to APNs

## Requirements

* PHP >= 7.0.7
* libcurl >= 7.43.0
* php-curl >= ??
* php openssl >= ??

## Install

Expand Down Expand Up @@ -45,20 +65,12 @@ $client->addMessages($messages);
$response = $client->push();
```

## Change log

Please see [CHANGELOG](CHANGELOG.md) for more information what has changed recently.

## Testing

``` bash
$ composer test
```

## Contributing

Please see [CONTRIBUTING](CONTRIBUTING.md) and [CONDUCT](CONDUCT.md) for details.

## Security

If you discover any security related issues, please email edamov@gmail.com instead of using the issue tracker.
Expand Down

0 comments on commit 8abd4b4

Please sign in to comment.