An open API service for software projects hosted on Open Collective.

github.com/parse-community/parse-php-sdk

The PHP SDK for Parse Platform
https://github.com/parse-community/parse-php-sdk

Additional fixes for Facebook login.

6cae1182dadcd37bcc04367037d21d4bb545bd0e authored about 10 years ago
Merge pull request #122 from ParsePlatform/gFosco.datetimeimmutable

Added encoding support for DateTimeImmutable

57875c1689311b02b32000edd383e2bde45d3853 authored about 10 years ago
Added encoding support for DateTimeImmutable

d06351c2ffdc0ef4d2776025787fc57df46ab27f authored about 10 years ago
Merge pull request #121 from ParsePlatform/gFosco.destroyAll-array

Updated array processing in destroyAll

deba8216c4d447c264559c3e71c84a2da430e389 authored about 10 years ago
Updated array processing in destroyAll

40588c7cffc372e74aaacb0d3ef9439c4e48ea7d authored about 10 years ago
Merge pull request #120 from ParsePlatform/gFosco.isset

Added isset handler to ParseObject.

251b29d5ed39d0cfb7b4cb5a92aba1df2fb7d48a authored about 10 years ago
Added isset handler to ParseObject.

ff39658b47bee4fcf35efdfd8fc594dc6e321b81 authored about 10 years ago
Merge pull request #119 from ParsePlatform/gFosco.fb-datetime

Added missing backslash to DateTime usage.

fe8aa69b0a2d70f798784ff9a8f28d450b95a1b3 authored about 10 years ago
Added missing backslash to DateTime usage.

45dc33a41e337abc3f2e2ec05d666fa787b00f04 authored about 10 years ago
Merge pull request #114 from noughts/patch-2

Fix destroyAll with useMasterKey option

c99230a4cdd5a21fe7737870775fad372d3c0355 authored about 10 years ago
Merge pull request #112 from noughts/patch-1

Making ParseInstallation subclassable

6ec034d2fc58d4a68158a57b2a1798631995849f authored about 10 years ago
Fix destroyAll with useMasterKey option

6b0f91d70dfbd74a162c58aefcfcf016ea9309eb authored about 10 years ago
Making ParseInstallation subclassable

Similar to https://github.com/ParsePlatform/parse-php-sdk/pull/84

42574469ffd80c76d7bbe345b923d0f824926c9e authored about 10 years ago
Merge pull request #109 from ParsePlatform/hramos-php-guide

Update README.md

982def2215228052bc541e5afc67a5e51a4bce50 authored about 10 years ago
Update README.md

New PHP Guide is at /docs/php/guide

8cd4c0004b17dcbb6c0ac6430c23d183e40cd422 authored about 10 years ago
Merge pull request #91 from ParsePlatform/gFosco.fetch-all

Adding ParseObject::fetchAll

22efa1c8d35db107288c72495d81f62a191b077e authored over 10 years ago
Removed bad use line inserted by editor...

8ee59e678a485fda3291a10fa5cea24ef1a169da authored over 10 years ago
Merge pull request #90 from ParsePlatform/gFosco.user-linking

First pass at adding login/link with Facebook support.

6b61d66a6c01bda29ef7f49d86d8b330a72d907c authored over 10 years ago
Removed wrong use line inserted by editor...

c8aeb9c9a96bb787aba8603dc09794abc2f0b647 authored over 10 years ago
Merge pull request #84 from HipsterJazzbo/user-subclass-psr2

Making ParseUser and ParseRole subclassable

00d40dd338e56b0ef61050e799ee2b8fdd5eece5 authored over 10 years ago
Merge pull request #93 from ParsePlatform/gFosco.count-sessiontoken

Added sessionToken to the count() query.

ad2aab6b431b6b0a15cf70ecf29c41bff9f45cbd authored over 10 years ago
Added sessionToken to the count() query.

a08a5447eb550c182d7996cfdbbc3b2d675d9085 authored over 10 years ago
Adding ParseObject::fetchAll

54f84c4ee8956c6f56eb5c7172f595cf1d81ba78 authored over 10 years ago
First pass at adding login/link with Facebook support.

5ada3e40bcdd68c7123be3c58d7b8af79a03571b authored over 10 years ago
Making ParseUser and ParseRole subclassable

1aae98fe9f3159e2b37bd3875ab3078d9eb28b25 authored over 10 years ago
Merge pull request #88 from GrahamForks/cs

More CS Fixes

a1927094c3f94fa98bdfc19928b64f662dc6c351 authored over 10 years ago
Manual property phpdoc fixes

ac7df0d6284780b6fd4354634037746657c65e5d authored over 10 years ago
Added a missing typehint

bb78749b6cd240d30a28e157738fe08504345e79 authored over 10 years ago
Missed a bit

6c544ce7365821f39cf885bddd3748dbaeccbde7 authored over 10 years ago
`@ignore` is not a valid annotation

2ddd84404d728655b636acb96fb4b6b1bdeddb7e authored over 10 years ago
Applied some more cs fixes

e41c7e49fa7632076b061c4336061c88200feb27 authored over 10 years ago
Fixed author annotations

de0ff31f74930613200db5f4b4c19c47ccac3523 authored over 10 years ago
Merge pull request #87 from GrahamForks/cs

Actually Move To PSR-2

975cf33f9c35bd1c73aa55c930d76d93ae99aee6 authored over 10 years ago
Applied StyleCI fixes

87e9d1cb6003781e52202a6b250e4fc4756a6fbb authored over 10 years ago
Fixed indentation

f624470338d1cd97949b7448afa852463d0fa409 authored over 10 years ago
Fixes

9c5a5929882b30660e121bad29d097275730d320 authored over 10 years ago
Revert "Updated to full compliance with StyleCI"

This reverts commit 4d814ba60b8cafd61a2252e8c1f3fffbce0a3121.

08c0d5b8ada08c65b25b70bed8b571274a6b1cd3 authored over 10 years ago
Merge pull request #83 from ParsePlatform/gFosco.psr2

Updated to full compliance with StyleCI

b738bc42ec36936a127211a8d77b639cea6ed218 authored over 10 years ago
Updated to full compliance with StyleCI

4d814ba60b8cafd61a2252e8c1f3fffbce0a3121 authored over 10 years ago
Updated composer.json

f7d7b0cdb6be9169666c79d222b00dd8e345a262 authored over 10 years ago
Merge pull request #82 from ParsePlatform/sessions

Sessions

c1e15362578725a79d8a8baf45c0da2192ebe5c0 authored over 10 years ago
Updated to 1.1.0

3ca3e9751f77c0746bc35a4fbcbb34125295676f authored over 10 years ago
Updated per review.

bfc7c92d54877708663d077382c87a95cb05a8e4 authored over 10 years ago
Added ParseSession

cbb38020336bd833b506972f8e4cfdf81893a48c authored over 10 years ago
Added ParseSession

7212c0c51b0f406ae8c78df947774733530cade9 authored over 10 years ago
Merge branch 'master' of github.com:ParsePlatform/parse-php-sdk

0171095e85e073400507f2d23caed7fbac0d56bb authored over 10 years ago
Updated to 1.0.6

cb75cbee6514f80ffb62f3c2fdbfd54995dd96c4 authored over 10 years ago
Merge pull request #49 from ParsePlatform/config

Added ParseConfig

faed2fb9d23ed8b56829e9d5d316659d1c2c209e authored over 10 years ago
Merge pull request #73 from NoScopie/patch-1

Added use Parse\ParseClient;

cea13dca160eaac822d50282a8521244b2450c0c authored over 10 years ago
Added use Parse\ParseClient;

I've added use Parse\ParseClient; for the use declarations. This was needed for ParseClient::ini...

9ea1caeea8e733620b643522cb00ef8837361349 authored over 10 years ago
Updated version in ParseClient

ec8a76b3b5b3016eeb8e6a74604b240a72c2c5ab authored over 10 years ago
Added useMasterKey param to ParseObject::fetch

23c336f8dd73b2fa5540236a38f6e7f35f65d6a0 authored over 10 years ago
Merge pull request #68 from lucianocn/master

Added enable/disable Parse curl exceptions

64f3f0fc66882a3b3c218959e3dbaacc2e54022b authored over 10 years ago
Added enable/disable Parse curl exceptions

c55465c5e2468b93a513f7fca503425ec024c093 authored over 10 years ago
Merge pull request #61 from somus/master

includeKey() in ParseQuery is not returning the current object

8ea0a9a73c30fca86444b646e6de4242160b84da authored over 10 years ago
Make includeKey() in ParseQuery to return the current object enabling method chaining

4f4708be5952e051de6c65ed57b97767b5731eaa authored over 10 years ago
Added minimum version to readme.

2584546c7a932e1e4c5d43affae1e53549d10658 authored over 10 years ago
Merge pull request #56 from sjagr/master

Make the ParseObject construct throw more specific exceptions

7ddeede84a7e3e4c9622860db6ead53e7b9cf102 authored over 10 years ago
Merge pull request #58 from sjagr/associative-array-pointers

Encode each value from associative array

3e66e5ff5fb58cea8be8602c38620ab4fd01c12e authored over 10 years ago
Remove OSX junk

606fc046b3e04f90428ed6ea1b60e41948db9fd5 authored over 10 years ago
Fixes #31 - encode each value from associative array

c73628bad764374545af79f0c58af9c38c16d07b authored over 10 years ago
Broke the single Exception out into two different checks and Exceptions to prevent confusion

cb8f86b701f060e25152ff53d2b00db62252dad5 authored over 10 years ago
Added a message in the construct exception in case developer forgets to ParseClient::initialize

9e2fbc61d6b99717570fb2a0c97254b914f2228b authored over 10 years ago
Merge pull request #1 from ParsePlatform/master

Update to latest version from Parse

58d0fe1555343457e4102714fa5f44580986f81a authored over 10 years ago
Merge pull request #54 from cihadoge/patch-1

Fix ParseAnalytics usage

fd47cef05808a3ae5ebf869977f4e676ab426794 authored over 10 years ago
Fix ParseAnalytics usage

Fixed class and function name in ParseAnalytics usage example

d53bef675537d40c027b64f7d41b8d1a2bcfaa79 authored over 10 years ago
Merge pull request #51 from sjagr/master

Fix DocBlock statements for better compatibility with Doctrine Annotation libraries

ba9526febb12beedefe76ebbe0ad09963f78fd71 authored over 10 years ago
Fix DocBlock statements for better compatibility with Annotation libraries http://stackoverflow.com/questions/26536331/doctrine-annotation-exception-when-using-parse-query-in-symfony2

5f5579e061105e2a89d551ce4bf223ecfb87aabb authored almost 11 years ago
Added ParseConfig

1aa7cb726505a5905ba6376ad3dbee35e9116fb6 authored almost 11 years ago
Merge pull request #46 from osniel/master

Made properties inside ParseObject that implement \Parse\Internal\Encoda...

735062b7e67ab07074128599bfe2094bce1b8443 authored almost 11 years ago
Merge pull request #47 from iamfrankhe/master

Fix datetime format used in Local Push Scheduling. Scheduling does not w...

848728d92537cd791074d6a1165acc9d98b95f65 authored almost 11 years ago
Fix datetime format used in Local Push Scheduling. Scheduling does not work if format not correct

021ae94b424727348e8f2c60f2e7ba61a2740aad authored almost 11 years ago
Made properties inside ParseObject that implement \Parse\Internal\Encodable to be encodable. This fixes the issue where the instances of ParseGeoPoint were not being encoded.

8dcace6add2cb9a6707913936252c754b597aec4 authored almost 11 years ago
Merge pull request #37 from ParsePlatform/gFosco.saveMethods

Matching save signature on ParseUser, ParseRole

b464ab34a0edd0322c9f496813501ec3bfb7ef09 authored almost 11 years ago
Merge pull request #36 from ParsePlatform/gFosco.file-delete

Adding delete to ParseFile.

eefe288c73bbd40f0e76b727a3355e8ddc99a933 authored almost 11 years ago
Matching save signature on ParseUser, ParseRole

3728b73e6927e39e96ad77c2f0d2627c14442620 authored almost 11 years ago
Adding delete to ParseFile.

6fa1e87cfd5eab8048be0c8a3c36216f7563e2d9 authored almost 11 years ago
Merge pull request #32 from egreenmachine/master

Fix bug saving using MasterKey

609bf200a1adadf0fb453f9a99cc24d92313d717 authored almost 11 years ago
Fix bug saving using MasterKey

ad2a1517a36ad1fbbbda020da955c314c6c8f1eb authored almost 11 years ago
Merge pull request #29 from egreenmachine/save-master-key

Allow saving Parse Objects with Master Key

99ec49b9625f42e85a1d7e933b3410fc01801ae4 authored almost 11 years ago
Pass useMasterKey to deepSave on saveAll

a780976c7eb6709279d971c1a449547462da6103 authored almost 11 years ago
Allow saving Parse Objects with Master Key

99d4a473bf0721f3b0e54368b8c89e9588ecfb0d authored almost 11 years ago
Merge pull request #25 from watcheur/master

Fix issue with ACL & role.

97bb2050b75948f76a978dd5f81d83a0b0596b4e authored almost 11 years ago
Fix issue with ACL & role.

12398686c6d1c6c135afd9da20fe6bb5a46b1877 authored almost 11 years ago
Updated visibility of a ParseObject method.

377fb49ab4446298222500fe45aae0a7e23cfbdc authored almost 11 years ago
Merge pull request #17 from GrahamCampbell/patch-2

Added a branch alias

faa01da2c9ea8722c5969f5f17423a30ea3b50cb authored almost 11 years ago
Merge pull request #15 from GrahamCampbell/patch-1

Improved composer.json

d19ce1f0f7588e1b30648a99ab9636016aa16c9c authored almost 11 years ago
Added a branch alias

761b0c2b4d8d253d31d141666a7239ca496d9f1f authored almost 11 years ago
Improved composer.json

4331c69c28c5acd584e3fb712f275f12cb98bf07 authored almost 11 years ago
Merge pull request #14 from niraj-shah/master

Added init instructions to readme

e896d332e59474fd5f2fd7a40bdfc8456b10a2c9 authored almost 11 years ago
Added init instructions to readme

552fddad3193a0462b8fafd3f79f32277c891f64 authored almost 11 years ago
Merge pull request #11 from niraj-shah/master

Fix for `where` parameter in ParsePush

d6f00713a12ff4297b2c16e2fd2d7e81cfab43b2 authored almost 11 years ago
Fix for `where` parameter (#9)

40cba6dfdb64d4e499edf1c99ed9ca97da76605a authored almost 11 years ago
Merge pull request #8 from niraj-shah/master

Added use of current user session for ParseCloud (#6)

f99ca6f5c68bd194703f7cfa1603b592a3cdbe9c authored almost 11 years ago
Added use of current user session (#6)

ceee49fe118fcdf356d5e0d1bc51e06c4761c45f authored almost 11 years ago
Merge pull request #2 from niraj-shah/master

Added autoload for those that don't want to use Compose

c3843af9238d2130436bb04b385771077ce6776c authored almost 11 years ago
Fixed typo

f2fcdd57eb42e59cb6b98dcad38899fd17216a5e authored almost 11 years ago
Added autoload documentation

7cac00982aa12bb81a2cc93771585e4e79e6d707 authored almost 11 years ago
Updated path

d5dd9fe33f87ee54cf8566495603db0102cd79d3 authored almost 11 years ago
Added autoload for those that don't want to use Compose

1d6339aa7e847e98235274e3eb092e7d9faf3c0f authored almost 11 years ago