PHPFramework

0.0.1

A Swift framework to use the most common PHP functions (Based on PHP7)
0xWDG/PHPFramework

What's New

0.0.1

2025-01-02T22:17:49Z

PHPFramework

PHP In Swift

A Swift framework to use the most common PHP functions (Based on PHP7)

Swift Package Manager License

Requirements

  • Swift 5.9+ (Xcode 15+)
  • iOS 13+, macOS 10.15+

Installation (Pakage.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/SwiftCronParser) and click Next.
  3. Click Finish.

Supported PHP Functions

StatusTODOItem
  • 3924 of 3924
0Predefined Constants
  • 57 of 57
0Supported PHP Options/info functions
  • 90 of 98
8Supported string functions
  • 3 of 79
76Supported Array Functions
  • 34 of 34
0Supported Variable Functions
  • 0 of 51
51Supported DateTime Functions
  • 9 of 9
0Supported Directory Functions
  • 0 of 81
81Supported FileSystem Functions



  • 193 of 409
216Functions 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)

Contact

๐Ÿฆ‹ @0xWDG ๐Ÿ˜ mastodon.social/@0xWDG ๐Ÿฆ @0xWDG ๐Ÿงต @0xWDG ๐ŸŒ wesleydegroot.nl ๐Ÿค– Discord

Interested learning more about Swift? Check out my blog.

Description

  • Swift Tools 5.10.0
View More Packages from this Author

Dependencies

  • None
Last updated: Sun May 04 2025 01:25:06 GMT-0900 (Hawaii-Aleutian Daylight Time)