git-mirror
  • Joined on 2026-03-09
git-mirror pushed to main at CO-Public-Mirror/CloudObjects-PHP-SDK 2026-06-15 09:29:17 +00:00
ce77709d37 Added global function cloudobjects_get_object()
a7eb83be44 Implemented a facade for ObjectRetriever to allow static access
3653513818 Simplified comment
58df9cb476 Added getLabel() helper function
Compare 4 commits »
git-mirror pushed to main at CO-Public-Mirror/CloudObjects-PHP-SDK 2026-06-12 18:33:56 +00:00
3c958dc5df Throw exception when namespace cannot be retrieved
git-mirror pushed to main at CO-Public-Mirror/CloudObjects-PHP-SDK 2026-06-12 18:21:55 +00:00
993218f21d getAuthenticatingNamespaceObject* may return null as well
git-mirror pushed to main at CO-Public-Mirror/CloudObjects-PHP-SDK 2026-06-12 17:38:50 +00:00
aa37259a21 Extend SDKLoader to support non-OO SDKs, starting with Sentry
git-mirror pushed to main at CO-Public-Mirror/CloudObjects-PHP-SDK 2026-06-12 17:32:55 +00:00
69a16e64d1 Fixed return type hints to not fail when objects are null
git-mirror pushed to main at CO-Public-Mirror/CloudObjects-PHP-SDK 2026-06-02 13:20:08 +00:00
cb03c811ef Allow deeper nesting of hostnames
6f3c7338c7 Changed indentation and added type hints
Compare 2 commits »
git-mirror pushed to main at CO-Public-Mirror/CloudObjects-PHP-SDK 2026-06-02 12:35:44 +00:00
da0ddd572e Refactored and renamed getAuthenticatingNamespaceObject(), added more type hints
git-mirror pushed to main at CO-Public-Mirror/CloudObjects-Laravel-SDK 2026-06-01 17:47:30 +00:00
2000a7fe9c Use Laravel cache for ObjectRetriever
git-mirror pushed to main at CO-Public-Mirror/CloudObjects-PHP-SDK 2026-06-01 17:46:07 +00:00
5f5a31df68 Improved cache reading
git-mirror pushed to main at CO-Public-Mirror/CloudObjects-Laravel-SDK 2026-06-01 16:58:01 +00:00
8eeea99a66 Enable logging for ObjectRetriever
git-mirror pushed to main at CO-Public-Mirror/CloudObjects-PHP-SDK 2026-05-26 15:40:11 +00:00
58585a6875 Fixed copy&paste error in README
git-mirror pushed to main at CO-Public-Mirror/CloudObjects-PHP-SDK 2026-05-26 15:39:18 +00:00
23f00b2374 Remove outdated doctrine/cache package and change configuration
git-mirror pushed to main at CO-Public-Mirror/CloudObjects-PHP-SDK 2026-05-15 14:46:38 +00:00
9f339953fe Fixed Buddy badge
git-mirror pushed to main at CO-Public-Mirror/CloudObjects-PHP-SDK 2026-05-15 14:06:43 +00:00
d5d766cbf4 Added getRevision() helper function, refactored revision constant
git-mirror pushed to main at CO-Public-Mirror/CloudObjects-PHP-SDK 2026-05-15 11:24:30 +00:00
06df8b0be1 Use new API endpoint URL
git-mirror pushed to main at CO-Public-Mirror/CloudObjects-PHP-SDK 2026-05-15 11:22:29 +00:00
de355ff2f9 Added a has() method to CloudObject
7d8ece0df1 Set visibility of getReader to allow inheritance
Compare 2 commits »
git-mirror pushed to main at CO-Public-Mirror/CloudObjects-PHP-SDK 2026-05-15 10:59:01 +00:00
1122b9faf5 Implemented getObjectNode as well, renamed other function for consistency
git-mirror pushed to main at CO-Public-Mirror/CloudObjects-PHP-SDK 2026-05-15 10:54:50 +00:00
0cb2655494 Add retriever to CloudObject and allow retrieval of related objects
a9689d5a2b Extend and reformat tests
6cb8a9d603 Added default reader functionality
4724c4988e Make setReader fluent
Compare 4 commits »
git-mirror pushed to main at CO-Public-Mirror/CloudObjects-PHP-SDK 2026-05-15 10:05:52 +00:00
bb738a1d79 Replace deprecated getObject with getObjectNode
fd029a79bf Ignore bash and phpUnit files
2954d9fc99 Remove phpUnit cache from version control
Compare 3 commits »
git-mirror pushed to main at CO-Public-Mirror/CloudObjects-PHP-SDK 2026-05-15 09:44:54 +00:00
f29af2b664 First implementation of a new CloudObject node wrapper class