https://github.com/0xwdg/phpframework
A Swift framework to use the most common PHP functions (Based on PHP7)
https://github.com/0xwdg/phpframework
0xwdg php php-framework swift swift-library swiftlang
Last synced: about 2 months ago
JSON representation
A Swift framework to use the most common PHP functions (Based on PHP7)
- Host: GitHub
- URL: https://github.com/0xwdg/phpframework
- Owner: 0xWDG
- License: mit
- Created: 2016-01-15T20:00:55.000Z (over 9 years ago)
- Default Branch: main
- Last Pushed: 2025-01-22T17:04:51.000Z (5 months ago)
- Last Synced: 2025-04-21T06:11:52.006Z (about 2 months ago)
- Topics: 0xwdg, php, php-framework, swift, swift-library, swiftlang
- Language: Swift
- Homepage: http://0xwdg.github.io/PHPFramework/
- Size: 8.73 MB
- Stars: 3
- Watchers: 1
- Forks: 2
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- Changelog: History.md
Awesome Lists containing this project
README
# PHPFramework
**PHP In Swift**
*A Swift framework to use the most common PHP functions (Based on PHP7)*
[](https://swiftpackageindex.com/0xWDG/PHPFramework)
[](https://swiftpackageindex.com/0xWDG/PHPFramework)
[](https://swift.org/package-manager)
\* Please note, this project contains a lot of Swift4 code, i started this project when i started Swift around 8 years ago, the quality is sub-optimal.
In 2025 I made it a SPM Package, and i'll try to get some more things working, I appreciate any help you can provide!## Requirements
- Swift 5.9+ (Xcode 15+)
- iOS 13+, macOS 10.15+## Installation (Pakage.swift)
```swift
dependencies: [
.package(url: "https://github.com/0xWDG/PHPFramework.git", branch: "main"),
],
targets: [
.target(name: "MyTarget", dependencies: [
.product(name: "PHPFramework", package: "PHPFramework"),
]),
]
```## Installation (Xcode)
1. In Xcode, open your project and navigate to **File** โ **Swift Packages** โ **Add Package Dependency...**
2. Paste the repository URL (`https://github.com/0xWDG/PHPFramework`) and click **Next**.
3. Click **Finish**.# Supported PHP Functions
StatusTODOItem
- [x] 3924 of 3924
- [x] 57 of 57
- [ ] 90 of 98
- [ ] 3 of 79
- [x] 34 of 34
- [ ] 0 of 51
- [x] 9 of 9
- [ ] 0 of 81
- [ ] 193 of 409
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)
## Contact
๐ฆ [@0xWDG](https://bsky.app/profile/0xWDG.bsky.social)
๐ [mastodon.social/@0xWDG](https://mastodon.social/@0xWDG)
๐ฆ [@0xWDG](https://x.com/0xWDG)
๐งต [@0xWDG](https://www.threads.net/@0xWDG)
๐ [wesleydegroot.nl](https://wesleydegroot.nl)
๐ค [Discord](https://discordapp.com/users/918438083861573692)
Interested learning more about Swift? [Check out my blog](https://wesleydegroot.nl/blog/).