Parse正式发布开源PHP SDK
Facebook 在去年四月收购的Parse今天发布了其第一个开源的 PHP SDK,让开发者可以基于这个 SDK 做服务器端的二次开发。这次发布的 PHP 脚本功能包括储存数据,管
Pare 发布 了 Parse PHP SDK ,旨在使Parse能够集成“到一类新的应用程序和不同的使用场景。”另外,该公司声称,这是他们的“第一个面向服务器端语言的SDK,而且是第一个真正开源的SDK。”
到目前为止,Parse提供了若干API库,旨在使前端可以更容易地集成Parse,其中包括对Objective-C、Java、.NET和JavaScript的支持。另外,Parse通过REST在本地公开接口。这些库涵盖了Parse的主要使用场景,这使得开发人员不用“ 为其应用程序需要访问的每个服务重新开发他们自己的后端 ”,比如,需要 管理服务器及编写服务器端代码 。
另一方面,Parse还基于他们自己的JavaScript SDK提供了一个 Cloud Code环境 ,用于服务器端需要一些逻辑的场景。比如,Parse Cloud Code带来的好处之一是, 更新对所有的环境都立即可用,而不需要等到新的应用程序发布,如此一来,功能就可以动态地修改。随着Parse PHP SDK的推出,使用PHP现在也可以获得同样的好处。
Parse PHP SDK与其它Parse SDK结构类似,它围绕ParseObject构建,后者包含无模式且兼容JSON的数据的键值对。PFObject能够被保存、检索、更新和删除。查询通过PFQuery建模,它既允许基本查询,又允许关系查询。另外,Parse还支持 基于角色的访问控制 ,这提供了一种逻辑方法,将对Parse数据有相同访问权限的用户分组。
Niraj Shah是英国伦敦的一名PHP开发人员,他已经创建了一个 Parse PHP SDK简易入门教程 。该教程旨在将事情简单化,Niraj说,Parse PHP SDK的“文档组织不是很好,为了找出完整的解决方案,,你可能不得不在文档之间跳来跳去。”
附上 Parse开源php sdk下载地址:

Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

AI Hentai Generator
Generate AI Hentai for free.

Hot Article

Hot Tools

Notepad++7.3.1
Easy-to-use and free code editor

SublimeText3 Chinese version
Chinese version, very easy to use

Zend Studio 13.0.1
Powerful PHP integrated development environment

Dreamweaver CS6
Visual web development tools

SublimeText3 Mac version
God-level code editing software (SublimeText3)

Hot Topics

The new Windows 11 SDK for build 22523 revealed that Microsoft is developing a new blur effect for Windows 11. This effect is called Tabbed, and is in addition to Acrylic and Mica. The new DWMWA_SYSTEMBACKDROP_TYPE in the 22523 SDK, Mica, Acrylic’s public Win32 API and their weird new “tab” mix: pic.twitter.com/dbsu7ZFiIi — It’s All Back (@StartIsBack) December 15, 2021 Available in the following SDK’s Sample application

The full name of sdk is "Software Development Kit", which means "software development kit" in Chinese. It is a set of tools provided by manufacturers of hardware platforms, operating systems (OS) or programming languages. SDKs assist software developers in creating applications for specific platforms, systems or programming languages. A basic SDK usually consists of a compiler, debugger, and application programming interface (API), but may also include other content, such as: documentation, libraries, runtime/development environment, testing/analysis tools, network protocols, etc.

The WindowsAppSDK is a set of tools and APIs that developers can use in their Windows applications to provide "consistent" functionality across a variety of devices using Windows 10 (version 1809 and later) and Windows 11. It's really important to understand that it doesn't replace existing application types like .NET or Windows SDK, it just provides a unified API toolset that can be used to complement your existing applications. Today, Microsoft released version 1.2 of Windows App SDK with many new features. The highlight of this release may be third-party developers

Installation and use of WeChat Mini Program PHPSDK With the rapid development of the mobile Internet, WeChat Mini Program has become a new way for more and more companies to conduct business and promote products. WeChat Mini Program PHPSDK provides developers with convenient and fast development tools, which can greatly improve development efficiency. This article will introduce the installation and use of WeChat applet PHPSDK. 1. Install SDK 1. Download the project file on GitHub. WeChat applet PHPSDK is an open source project. Developers can download it on GitHub.

Master the essential skills for secondary development of Java Hikvision SDK Introduction: With the rapid development of information technology, video surveillance systems have been widely used in various fields. As the leading domestic video surveillance solution provider, Hikvision’s products and technologies have always occupied an important position in the market. In order to meet the needs of different projects, Hikvision provides SDK for developers to carry out secondary development. This article will introduce some essential skills for mastering the secondary development of Java Hikvision SDK, and attach corresponding code examples. 1. Understand Hikvision

With the rapid development of the Internet, a large amount of data needs to be transmitted and processed. Therefore, the messaging system, as one of the classic applications of data transmission and processing, has become an indispensable part of the Internet architecture. Kafka is widely used in enterprise data architecture as a high-performance, distributed, scalable messaging system that supports real-time data processing. When using Kafka, an important issue is how to call Kafka's API. The development team provides open source clients in multiple languages for this purpose, and the open source KafkaS implemented in PHP

The SDK in Linux is a folder that contains tools and resources such as compilers, debuggers, library files, header files, etc. SDK is the abbreviation of "software development kit", which means software development kit. It is an integrated environment provided for developers to develop and build applications, especially those running on the Linux operating system.

Go language is a programming language that has attracted much attention in recent years. It is popular because of its easy to learn, concise syntax, and support for concurrency. However, during the compilation process using golang, you may encounter some error messages, such as compilation error: "undefined: time.Parse". This error usually occurs when we use the time package in a program and try to use the Parse function to parse a string. The solution to this problem is actually very simple. There are two main methods: Method
