├── .github └── funding.yml └── README.md /.github/funding.yml: -------------------------------------------------------------------------------- 1 | github: simonhamp 2 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Awesome NativePHP 2 | Sharing the stuff everyone is making with/around [NativePHP](https://nativephp.com) 3 | 4 | ## How to 5 | Create a PR that adds your project, app, article, course to this readme file. 6 | 7 | ## Etiquette 8 | - Don't move other listings (but put your listing where it belongs alphabetically) 9 | - Only one listing per PR 10 | - Format must be per the example 11 | 12 | Failure to follow etiquette will result in your PR getting swiftly rejected. 13 | 14 | ## Example 15 | 16 | ``` 17 | ### Title 18 | Link 19 | 20 | Description 21 | 22 | Type: [electron | tauri | mobile] 23 | 24 | Tags: [max 5 comma-separated terms] 25 | 26 | --- 27 | ``` 28 | 29 | ## Apps & Games 30 | 31 | ### Air Quality Index Taskbar App 32 | https://github.com/breadthe/aqi-desktop 33 | 34 | A Mac taskbar app for monitoring the Air Quality Index in your zip code. 35 | 36 | Type: electron 37 | 38 | Tags: app, taskbar, air quality, monitor, api 39 | 40 | --- 41 | 42 | ### APNEE 43 | https://codeberg.org/atlza/apnee 44 | 45 | Simple Exif and IPTC image editor 46 | 47 | Type: electron 48 | 49 | Tags: exif, iptc, image, photo, ExifTools 50 | 51 | --- 52 | 53 | ### Cronikl 54 | https://github.com/simonhamp/cronikl 55 | 56 | A small tool to manage scheduled tasks 57 | 58 | Type: electron 59 | 60 | Tags: app, cron, open-source 61 | 62 | --- 63 | 64 | ### Daily Pursuit 65 | https://apps.apple.com/app/daily-pursuit/id6740605199 66 | 67 | A simple trivia game for iOS 68 | 69 | Type: mobile 70 | 71 | Tags: game, mobile, trivia, livewire 72 | 73 | --- 74 | 75 | ### DOOM 76 | https://github.com/Itemshopp/doom-native-php 77 | 78 | DOOM in NativePHP 79 | 80 | Type: electron 81 | 82 | Tags: video game, retro, dos, doom 83 | 84 | --- 85 | 86 | ### Gander 87 | https://github.com/lewissteele/gander 88 | 89 | Relational database management tool made using Laravel 90 | 91 | Type: electron 92 | 93 | Tags: app, mysql, laravel 94 | 95 | --- 96 | 97 | ### Hwei's Brush 98 | https://github.com/rico-vz/Hweis-Brush 99 | 100 | Customize your League of Legends profile background using the LCU API. 101 | 102 | Type: electron 103 | 104 | Tags: league of legends, lcu api, riot games, windows 105 | 106 | --- 107 | 108 | ### IPTracker 109 | https://github.com/modernben/iptracker 110 | 111 | Desktop tool to keep track of your IP address and update you when it changes 112 | 113 | Type: electron 114 | 115 | Tags: utility, networking, ip 116 | 117 | --- 118 | 119 | ### Larajobs Desktop 120 | https://github.com/sawirricardo/larajobs-desktop 121 | 122 | The desktop notifier for Larajobs 123 | 124 | Type: electron 125 | 126 | Tags: app, notification, larajobs, job board, open-source 127 | 128 | --- 129 | 130 | ### LaraPass - Password Manager 131 | https://github.com/alibori/larapass 132 | 133 | Keep your passwords safe with this self-hosted password manager built with Laravel, Livewire, Tailwind CSS and NativePHP. 134 | 135 | Type: electron 136 | 137 | Tags: open-source, password manager 138 | 139 | --- 140 | 141 | ### Logger Desktop App 142 | https://github.com/mattsplat/logger-app 143 | 144 | Tool that displays logs for local laravel projects. 145 | 146 | Type: electron 147 | 148 | Tags: logger app 149 | 150 | --- 151 | 152 | ### Object Storage Manager 153 | https://github.com/mattsplat/ObjectStorageManager 154 | 155 | App to easily view files and folder structures inside your S3 compatible disk. 156 | 157 | Type: electron 158 | 159 | Tags: s3, file manager 160 | 161 | --- 162 | 163 | ### Open Sketch App 164 | https://github.com/kpicaza/open-sketch 165 | 166 | A sketching app that empowers you to explore your creativity on a digital canvas. 167 | 168 | Type: electron 169 | 170 | Tags: canvas, draw, sketch, app 171 | 172 | --- 173 | 174 | ### Phost 175 | https://github.com/gwleuverink/phost 176 | 177 | Inbox and local SMTP server for intercepting and debugging emails during development 178 | 179 | Type: electron 180 | 181 | Tags: email, devtool, utility, SMTP, network protocol 182 | 183 | --- 184 | 185 | ### PHP Dune 186 | https://github.com/pabloFdz/PHPDune 187 | 188 | A serverless, standalone and installable PHP Sandbox. 189 | 190 | Type: electron 191 | 192 | Tags: sandbox, utility, devtool 193 | 194 | --- 195 | ### RewriteGPT : An AI Rewriting & translating tool 196 | [Link](https://github.com/marcanthonysurmont/rewritegpt) 197 | 198 | A powerful tool for effortless rewriting and translation! Simply enter your OpenAI key, copy any text, and press CTRL / CMD + ALT + C to instantly enhance wording, punctuation, and clarity. 199 | 200 | Type: electron 201 | 202 | Tags: OpenAI, Rewrite, Toolbar, Productivity 203 | 204 | --- 205 | 206 | ### Psy REPL - GUI for tinker 207 | https://github.com/Jacked-PHP/psy-repl 208 | 209 | Interact with your Laravel tinker via GUI. 210 | 211 | It works local for bare metal or dockerized applications, and remote via ssh. 212 | 213 | Type: electron 214 | 215 | Tags: repl, tinker, shell, laravel, utility, productivity 216 | 217 | --- 218 | 219 | ### Relay 220 | 221 | https://github.com/gwleuverink/relay 222 | 223 | Relay brings real-time monitoring of your GitHub Workflows directly to your Mac menu bar 224 | 225 | Tags: CI/CD, GitHub, devtool, utility 226 | 227 | --- 228 | 229 | ### TimeCode - MenuBar timezone tracker 230 | https://github.com/nexxai/timecode 231 | 232 | Track all of your colleagues' timezones in an app and on the MenuBar 233 | 234 | Type: electron 235 | 236 | Tags: timezone, open-source, productivity 237 | 238 | --- 239 | 240 | ### TimeScribe 241 | https://timescribe.app/ 242 | 243 | Simple and free working time recording. Completely free, no registration and open source. 244 | 245 | Type: electron 246 | 247 | Tags: time tracking, macos, menubar, open-source, productivity 248 | 249 | --- 250 | 251 | ### Watchdog - Website Monitor 252 | https://github.com/solutionforest/Watchdog 253 | 254 | Keep track of the uptime of their websites on the MenuBar 255 | 256 | Type: electron 257 | 258 | Tags: monitor, open-source, productivity, utility 259 | 260 | --- 261 | 262 | ### YaTTa! 263 | https://github.com/murdercode/yaTTA 264 | 265 | Yet Another Talk To AI app 266 | 267 | Type: electron 268 | 269 | Tags: chat, openai, chatgpt, ai, open-source 270 | 271 | ## Videos & Tutorials 272 | 273 | ### Laravel Full App Tutorial with NativePHP 274 | https://www.youtube.com/playlist?list=PLk7WHc3O9gjYkGYUXOCORXJMYFTC2A6Z5 275 | 276 | A series where [@ShaneDRosenthal](https://twitter.com/ShaneDRosenthal) creates a NativePHP Todos app and links it up with a separate Jetstream app. Users can see what other team members are currently working on and what they have completed for the day/week etc. 277 | 278 | Type: electron 279 | 280 | Tags: app, laravel jetstream, tutorial 281 | 282 | --- 283 | 284 | ### NativePHP Tutorial: Building a Mac MenuBar application 285 | https://laravel-news.com/nativephp-tutorial 286 | 287 | Follow along as we put together a Mac MenuBar application to know the local time of each member of your team. 288 | 289 | Type: electron 290 | 291 | Tags: tutorial, article, laravel news 292 | --------------------------------------------------------------------------------