PHP In Swift
A Swift framework to use the most common PHP functions (Based on PHP7)
- Swift 5.9+ (Xcode 15+)
- iOS 13+, macOS 10.15+
dependencies: [
.package(url: "https://github.com/0xWDG/PHPFramework.git", branch: "main"),
],
targets: [
.target(name: "MyTarget", dependencies: [
.product(name: "PHPFramework", package: "PHPFramework"),
]),
]
- In Xcode, open your project and navigate to File โ Swift Packages โ Add Package Dependency...
- Paste the repository URL (
https://github.com/0xWDG/SwiftCronParser
) and click Next. - Click Finish.
Status | TODO | Item |
| 0 | Predefined Constants |
| 0 | Supported PHP Options/info functions |
| 8 | Supported string functions |
| 76 | Supported Array Functions |
| 0 | Supported Variable Functions |
| 51 | Supported DateTime Functions |
| 0 | Supported Directory Functions |
| 81 | Supported FileSystem Functions |
| 216 | Functions total build (ยฑ 44%) |
Please note: this list will be updated once upon a time, this list may not be the most recent, please go to the specific item for the latest info
Last update: 02-JAN-2025 GMT+1 (Europe/Amsterdam)
๐ฆ @0xWDG ๐ mastodon.social/@0xWDG ๐ฆ @0xWDG ๐งต @0xWDG ๐ wesleydegroot.nl ๐ค Discord
Interested learning more about Swift? Check out my blog.