All Projects → ZhukV → Appleapnpush

ZhukV / Appleapnpush

Licence: mit
Send push notification to Apple Devices (iPhone, iPad)

Projects that are alternatives of or similar to Appleapnpush

Pushok
PHP client for Apple Push Notification Service (APNs) - Send push notifications to iOS using the new APNs HTTP/2 protocol with token-based (JWT with p8 private key)
Stars: ✭ 260 (+94.03%)
Mutual labels:  iphone, ipad, apns
Notificationpusher
Standalone PHP library for easy devices notifications push.
Stars: ✭ 1,143 (+752.99%)
Mutual labels:  notifications, apns
Gmimagepicker.xamarin
Port of the original GMImagePicker component to Xamarin.iOS
Stars: ✭ 65 (-51.49%)
Mutual labels:  iphone, ipad
Pushy
A Java library for sending APNs (iOS/macOS/Safari) push notifications
Stars: ✭ 1,353 (+909.7%)
Mutual labels:  notifications, apns
Toot Relay
Relay that forwards web push notifications to APNs, built for Toot!.app but usable for anyone.
Stars: ✭ 18 (-86.57%)
Mutual labels:  notifications, apns
Otganttchartkit
OTGanttChartKit is gantt chart framework for iOS. This framework use easily like UITableView.
Stars: ✭ 38 (-71.64%)
Mutual labels:  iphone, ipad
Codehub Push
Push notification server built in Node.js for the iOS application CodeHub
Stars: ✭ 86 (-35.82%)
Mutual labels:  notifications, apns
Open Source Ios Apps
📱 Collaborative List of Open-Source iOS Apps
Stars: ✭ 28,826 (+21411.94%)
Mutual labels:  iphone, ipad
Applozic Ios Sdk
iOS Real Time Chat & Messaging SDK
Stars: ✭ 104 (-22.39%)
Mutual labels:  notifications, apns
Colorify
Colorify - simple, yet powerful color library.
Stars: ✭ 106 (-20.9%)
Mutual labels:  iphone, ipad
Net Core Push Notifications
Lightweight .NET Core Push Notifications for Android and iOS
Stars: ✭ 105 (-21.64%)
Mutual labels:  notifications, apns
Numericaltextentry
An iOS library for beautiful number entry fields. iPad friendly. Written in Swift.
Stars: ✭ 16 (-88.06%)
Mutual labels:  iphone, ipad
Chat Sdk Ios
Chat SDK iOS - Open Source Mobile Messenger
Stars: ✭ 813 (+506.72%)
Mutual labels:  iphone, ipad
Responsivedevices.css
Responsive CSS Device frames for your landing pages
Stars: ✭ 59 (-55.97%)
Mutual labels:  iphone, ipad
Blockparty
Ad Blocker App for iOS, macOS
Stars: ✭ 722 (+438.81%)
Mutual labels:  iphone, ipad
Jotify
Sticky notes reimagined - written in Swift
Stars: ✭ 79 (-41.04%)
Mutual labels:  iphone, ipad
Canijailbreak.com
a website which tells you whether you can jailbreak your iOS device.
Stars: ✭ 112 (-16.42%)
Mutual labels:  iphone, ipad
Socket.io Push
整合了小米,华为,友盟,谷歌,苹果推送的统一解决方案
Stars: ✭ 605 (+351.49%)
Mutual labels:  notifications, apns
Alsystemutilities
THIS REPO IS NO LONGER MAINTAINED! Check https://github.com/andrealufino/Luminous. This library provides a list of 80 methods to get every kind of system information!
Stars: ✭ 644 (+380.6%)
Mutual labels:  iphone, ipad
Datepicker
A Date Picker with Calendar for iPhone and iPad Apps.
Stars: ✭ 103 (-23.13%)
Mutual labels:  iphone, ipad

Apple Apn Push

SensioLabsInsight Scrutinizer Code Quality Build Status

Send push notifications to apple devices (iPhone, iPad, iPod).

Support authenticators:

  • Certificate
  • Json Web Token

Supported protocols:

  • HTTP/2

Requirements

Now library work only with HTTP/2 protocol, and next libraries is necessary:

  • cURL
  • The protocol HTTP/2 must be supported in cURL.
  • PHP 7.1 or higher

Installation

Add AppleApnPush in your composer.json:

{
    "require": {
        "apple/apn-push": "~3.0.0"
    }
}

Now tell composer to download the library by running the command:

$ php composer.phar update apple/apn-push

Documentation

The source of the documentation is stored in the docs folder in this package:

Read the Documentation

Develop and testing via Docker

License

This library is under the MIT license. See the complete license in library

LICENSE

Reporting an issue or a feature request

Issues and feature requests are tracked in the Github issue tracker.

Contributors:

Thanks to everyone participating in the development of this AppleApnPush library!

Note: if you want to be a contributor to this library, we can send the OpenSource license of PhpStorm for development this library. For this, please contact me via email zhuk2205[dot]gmail.com

Thanks

Very thank for JetBrains for providing the OpenSource license for development this library with PhpStorm.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].