PackageTrack
Sign in Get early access

orhanerday/open-ai

OpenAI GPT-3 Api Client in PHP

4.9.1 5.2M downloads/mo #1538 most downloaded on Packagist orhanerday/open-ai

What this package is like to depend on

Last release 1 years ago

12 Mar 2025

Release timing varies

gaps range from 2 weeks to 10 months

Most releases are documented

notes for 23 of 27 stable releases

Nothing withdrawn

no release was ever pulled

5 years old

27 releases · first in 2021

0 releases in the last 12 months

see the full history below

Release timeline

27 releases · Dec 2021 to Mar 2025
2022 2023 2024 2025 2026
Release Pre-release

Releases

latest 27
  1. 4.9.1 13 Nov 2023
    Release notes

    What's Changed

    • Bump stefanzweifel/git-auto-commit-action from 4 to 5 by @dependabot in #111
    • modify createFineTune endpoint and change readme example. by @fireqong in #117

    New Contributors

    Full Changelog: 4.9...4.9.1

    Open source →
  2. 4.7.2 15 May 2023
    Release notes

    What's Changed

    • Fixing typo in the lib name in README.md by @slaFFik in #74
    • Bump dependabot/fetch-metadata from 1.3.6 to 1.4.0 by @dependabot in #88

    New Contributors

    Full Changelog: 4.7.1...4.7.2

    Open source →
  3. 4.7.1 08 Mar 2023
    Release notes

    What's Changed

    Full Changelog: 4.7...4.7.1

    Open source →
  4. 3.2.1 07 Dec 2022
    Release notes

    What's Changed

    • Update README.md by @orhanerday

    Full Changelog: https://github.com/orhanerday/open-ai/compare/3.2...3.2.1

    Open source →
  5. 1.0.0 22 Dec 2021
    Release notes
    • initial release
    Open source →
  6. 5.3 12 Mar 2025
    Release notes

    What's Changed

    New Contributors

    Full Changelog: 5.2...5.3

    Open source →
  7. 5.2 29 May 2024
    Release notes

    What's Changed

    • Support for OpenAI-Beta assistants v2 and streaming. by @thomasdv in #141

    New Contributors

    Full Changelog: 5.1...5.2

    Open source →
  8. 5.1 25 Jan 2024
    Release notes

    What's Changed

    New Contributors

    Full Changelog: 5.0...5.1

    Open source →
  9. 5.0 30 Nov 2023
    Release notes

    Thanks to @joacir's contribution, New endpoints have been added.
    I appreciated his time and effort. Thank you so much.

    What's Changed

    New Contributors

    Full Changelog: 4.9.1...5.0

    Open source →
  10. 4.9 28 Oct 2023
    Release notes

    What's Changed

    • Bump actions/checkout from 3 to 4 by @dependabot in #106
    • Bump dependabot/fetch-metadata from 1.5.1 to 1.6.0 by @dependabot in #99
    • Make sendRequest throw Exception containing curl_error if response is false by @dougkulak in #102

    New Contributors

    Full Changelog: 4.8...4.9

    Open source →
  11. 4.8 11 Jun 2023
    Release notes

    What's Changed

    New Contributors

    Full Changelog: 4.7.2...4.8

    Open source →
  12. 4.7 08 Mar 2023
    Release notes

    What's Changed

    New Contributors

    Full Changelog: 4.6...4.7

    Open source →
  13. 4.6 04 Mar 2023

    Nothing published for this version

  14. 4.5 04 Mar 2023

    Nothing published for this version

  15. 4.1 04 Mar 2023

    Nothing published for this version

  16. 4.0 02 Mar 2023

    Nothing published for this version

  17. 3.5 10 Feb 2023
    Release notes

    What's Changed

    • Fix "export-ignore" does not work by @assert6 in https://github.com/orhanerday/open-ai/pull/43
    • Update README.md by @ali-wells in https://github.com/orhanerday/open-ai/pull/45
    • Bump dependabot/fetch-metadata from 1.3.5 to 1.3.6 by @dependabot in https://github.com/orhanerday/open-ai/pull/47
    • Add customURL support. by @orhanerday in https://github.com/orhanerday/open-ai/pull/49

    New Contributors

    • @assert6 made their first contribution in https://github.com/orhanerday/open-ai/pull/43
    • @ali-wells made their first contribution in https://github.com/orhanerday/open-ai/pull/45

    Full Changelog: https://github.com/orhanerday/open-ai/compare/3.4...3.5

    Open source →
  18. 3.4 03 Jan 2023
    Release notes

    What's Changed

    • Add organization support. by @orhanerday in https://github.com/orhanerday/open-ai/pull/40

    Full Changelog: https://github.com/orhanerday/open-ai/compare/3.3...3.4

    Open source →
  19. 3.3 28 Dec 2022
    Release notes

    What's Changed

    • Feature request: support stream by @orhanerday in https://github.com/orhanerday/open-ai/pull/37

    Full Changelog: https://github.com/orhanerday/open-ai/compare/3.2.1...3.3

    Open source →
  20. 3.2 06 Dec 2022
    Release notes

    What's Changed

    • Ability to set a timeout value in seconds by @dsampaolo in https://github.com/orhanerday/open-ai/pull/31

    New Contributors

    • @dsampaolo made their first contribution in https://github.com/orhanerday/open-ai/pull/31

    Full Changelog: https://github.com/orhanerday/open-ai/compare/3.1...3.2

    Open source →
  21. 3.1 18 Nov 2022
    Release notes

    What's Changed

    • Bump dependabot/fetch-metadata from 1.3.4 to 1.3.5 by @dependabot in https://github.com/orhanerday/open-ai/pull/28
    • Fix tests by @adetch in https://github.com/orhanerday/open-ai/pull/29
    • Add current completion endpoint by @adetch in https://github.com/orhanerday/open-ai/pull/30

    New Contributors

    • @adetch made their first contribution in https://github.com/orhanerday/open-ai/pull/29

    Full Changelog: https://github.com/orhanerday/open-ai/compare/3.0...3.1

    Open source →
  22. 3.0 04 Nov 2022
    Release notes

    What's Changed

    • List models by @orhanerday in https://github.com/orhanerday/open-ai/pull/22
    • Implement edit feature by @orhanerday in https://github.com/orhanerday/open-ai/pull/23
    • Add Images feature by @orhanerday in https://github.com/orhanerday/open-ai/pull/24
    • Embeddings feature by @orhanerday in https://github.com/orhanerday/open-ai/pull/25
    • Add retrieve file content by @orhanerday in https://github.com/orhanerday/open-ai/pull/26
    • Add deprecated methods by @orhanerday in https://github.com/orhanerday/open-ai/pull/27

    Full Changelog: https://github.com/orhanerday/open-ai/compare/2.3...3.0

    Open source →
  23. 2.3 04 Nov 2022
    Release notes

    What's Changed

    • Fix documentation for Url Class by @Muchwat in https://github.com/orhanerday/open-ai/pull/18
    • Bump dependabot/fetch-metadata from 1.3.3 to 1.3.4 by @dependabot in https://github.com/orhanerday/open-ai/pull/19
    • feat: Add image generation api by @SheepFromHeaven in https://github.com/orhanerday/open-ai/pull/21

    New Contributors

    • @Muchwat made their first contribution in https://github.com/orhanerday/open-ai/pull/18
    • @SheepFromHeaven made their first contribution in https://github.com/orhanerday/open-ai/pull/21

    Full Changelog: https://github.com/orhanerday/open-ai/compare/2.2...2.3

    Open source →
  24. 2.2 15 Sep 2022
    Release notes

    What's Changed

    • API for content filter, unit testing fixed and added documentation for content filtering by @bashar94 in https://github.com/orhanerday/open-ai/pull/17

    New Contributors

    • @bashar94 made their first contribution in https://github.com/orhanerday/open-ai/pull/17

    Full Changelog: https://github.com/orhanerday/open-ai/compare/2.1...2.2

    Open source →
  25. 2.1 29 May 2022
    Release notes

    What's Changed

    • Adding more capabilities by @orhanerday in https://github.com/orhanerday/open-ai/pull/11
    • Files
    • Fine-tuning

    New Contributors

    • @orhanerday made their first contribution in https://github.com/orhanerday/open-ai/pull/11

    Full Changelog: https://github.com/orhanerday/open-ai/compare/2.0...2.1

    Open source →
  26. 2.0 28 May 2022
    Release notes

    What's Changed

    • Orhanerday/open-ai now supports file uploads
    • Bump dependabot/fetch-metadata from 1.1.1 to 1.2.0 by @dependabot in https://github.com/orhanerday/open-ai/pull/3
    • Bump dependabot/fetch-metadata from 1.2.0 to 1.2.1 by @dependabot in https://github.com/orhanerday/open-ai/pull/4
    • Bump dependabot/fetch-metadata from 1.2.1 to 1.3.0 by @dependabot in https://github.com/orhanerday/open-ai/pull/5
    • Bump actions/checkout from 2 to 3 by @dependabot in https://github.com/orhanerday/open-ai/pull/6
    • Bump dependabot/fetch-metadata from 1.3.0 to 1.3.1 by @dependabot in https://github.com/orhanerday/open-ai/pull/7

    New Contributors

    • @dependabot made their first contribution in https://github.com/orhanerday/open-ai/pull/3

    Full Changelog: https://github.com/orhanerday/open-ai/compare/1.1...2.0

    Open source →
  27. 1.1 19 Jan 2022
    Release notes

    Big new

    Open source →

Every package, every release, already written down.

The archive is open and free. Watching your own project is what we are building next.

Browse the archive