Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Releases: alphaolomi/json-placeholder

v2.0.0

21 Aug 00:47
d9640df
This commit was created on GitHub.com and signed with GitHub’sverified signature.
GPG key ID:B5690EEEBB952194
Verified
Learn about vigilant mode.
Compare
Choose a tag to compare
Loading

What's Changed

  • chore(deps): bump dependabot/fetch-metadata from 1.3.6 to 1.4.0 by@dependabot in#2
  • chore(deps): bump aglipanci/laravel-pint-action from 2.2.0 to 2.3.0 by@dependabot in#4
  • chore(deps): bump dependabot/fetch-metadata from 1.4.0 to 1.5.1 by@dependabot in#3
  • chore(deps): bump dependabot/fetch-metadata from 1.5.1 to 1.6.0 by@dependabot in#5
  • chore(deps): bump actions/checkout from 3 to 4 by@dependabot in#6
  • chore(deps): bump aglipanci/laravel-pint-action from 2.3.0 to 2.3.1 by@dependabot in#9
  • chore(deps): bump aglipanci/laravel-pint-action from 2.3.1 to 2.4 by@dependabot in#11
  • feat: full update by@alphaolomi in#14
  • Update tests by@alphaolomi in#15
  • chore(deps): bump dependabot/fetch-metadata from 1.6.0 to 2.2.0 by@dependabot in#13

New Contributors

Full Changelog:v0.2.0...v2.0.0

Contributors

  • @alphaolomi
  • @dependabot
alphaolomi and dependabot
Assets2
Loading

v1.0.0-beta

20 Aug 23:37
cd2223c
This commit was created on GitHub.com and signed with GitHub’sverified signature.
GPG key ID:B5690EEEBB952194
Verified
Learn about vigilant mode.
Compare
Choose a tag to compare
Loading
v1.0.0-betaPre-release
Pre-release

What's Changed

  • chore(deps): bump dependabot/fetch-metadata from 1.3.6 to 1.4.0 by@dependabot in#2
  • chore(deps): bump aglipanci/laravel-pint-action from 2.2.0 to 2.3.0 by@dependabot in#4
  • chore(deps): bump dependabot/fetch-metadata from 1.4.0 to 1.5.1 by@dependabot in#3
  • chore(deps): bump dependabot/fetch-metadata from 1.5.1 to 1.6.0 by@dependabot in#5
  • chore(deps): bump actions/checkout from 3 to 4 by@dependabot in#6
  • chore(deps): bump aglipanci/laravel-pint-action from 2.3.0 to 2.3.1 by@dependabot in#9
  • chore(deps): bump aglipanci/laravel-pint-action from 2.3.1 to 2.4 by@dependabot in#11

New Contributors

Full Changelog:v0.2.0...v1.0.0-beta

Contributors

  • @dependabot
dependabot
Loading

v0.2.0

26 Mar 22:36
Compare
Choose a tag to compare
Loading

Release Note - Version 0.2

🎉 What's New

  • Added a newusers() resource to the API, which enables more operations such as listing all users, getting a single user, creating a user, updating a user, and deleting a user. This new resource also supports pagination.
  • Use custom APIs
  • Improved testing to ensure that all functionality is working as expected.

Examples

$api =newJson\Api('http://localhost:3000');$users =$api->users()->list();foreach($usersas$user) {echo$user->name;}// create$userr =$api->users()->create(['name' =>'John Doe',// ...]);
Loading
neicore and alphaolomi reacted with rocket emoji
2 people reacted

v0.1.0

08 Mar 03:49
Compare
Choose a tag to compare
Loading

🎉 What New

Excited to announce the release of a PHP JSON Placeholder API client! With just a few lines of code, you can easily retrieve and manipulate JSON data from the popular JSON Placeholder API.

To get started, simply install the package using Composer with the commandcomposer require alphaolomi/json-api, then use the following code to retrieve all users:

$users = (newJson\Api())->send(newJson\Requests\GetAllUsers())->json();print_r($users);// array:10 [//   0 => array:8 [//     "id" => 1//     "name" => "Leanne Graham"//     "username" => "Bret"//     "email" => "Sincere@april.biz"//     "address" => array:5 [▶]//     "phone" => "1-770-736-8031 x56442"//     "website" => "hildegard.org"//     "company" => array:3 [▶]//   ]//   1 => array:8 [▶]// ]

Don't forget to ⭐ star on GitHub andshare the PHP JSON Placeholder API client with friends and colleagues! I appreciate your support and feedback.

Stay tuned for more updates and features.

Loading
AvicennaJr and neicore reacted with hooray emoji
2 people reacted

[8]ページ先頭

©2009-2025 Movatter.jp