{"id":24991466,"url":"https://github.com/4d47/php-http-exceptions","last_synced_at":"2025-03-29T13:14:52.819Z","repository":{"id":12918581,"uuid":"15596059","full_name":"4d47/php-http-exceptions","owner":"4d47","description":"An exception hierarchy to represent HTTP errors and redirections","archived":false,"fork":false,"pushed_at":"2014-07-14T00:46:47.000Z","size":196,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-04T22:06:06.097Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/4d47.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-01-02T23:06:53.000Z","updated_at":"2015-08-15T23:59:10.000Z","dependencies_parsed_at":"2022-09-10T18:51:33.807Z","dependency_job_id":null,"html_url":"https://github.com/4d47/php-http-exceptions","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/4d47%2Fphp-http-exceptions","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/4d47%2Fphp-http-exceptions/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/4d47%2Fphp-http-exceptions/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/4d47%2Fphp-http-exceptions/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/4d47","download_url":"https://codeload.github.com/4d47/php-http-exceptions/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246187238,"owners_count":20737462,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-02-04T13:49:08.063Z","updated_at":"2025-03-29T13:14:52.781Z","avatar_url":"https://github.com/4d47.png","language":"PHP","readme":"php-http-exception\n===================\n\nAn exception hierarchy to represent HTTP errors and redirections\n\n[Exception](src/Http/Exception.php)\n  * [3xx Redirection](src/Http/Redirection.php)\n    * [300 MultipleChoices](src/Http/MultipleChoices.php)\n    * [301 MovedPermanently](src/Http/MovedPermanently.php)\n    * [302 Found](src/Http/Found.php)\n    * [303 SeeOther](src/Http/SeeOther.php)\n    * [304 NotModified](src/Http/NotModified.php)\n    * [305 UseProxy](src/Http/UseProxy.php)\n    * [306 SwitchProxy](src/Http/SwitchProxy.php)\n    * [307 TemporaryRedirect](src/Http/TemporaryRedirect.php)\n    * [308 PermanentRedirect](src/Http/PermanentRedirect.php)\n  * [Error](src/Http/Error.php)\n    * [4xx ClientError](src/Http/ClientError.php)\n      * [400 BadRequest](src/Http/BadRequest.php)\n      * [401 Unauthorized](src/Http/Unauthorized.php)\n      * [402 PaymentRequired](src/Http/PaymentRequired.php)\n      * [403 Forbidden](src/Http/Forbidden.php)\n      * [404 NotFound](src/Http/NotFound.php)\n      * [405 MethodNotAllowed](src/Http/MethodNotAllowed.php)\n      * [406 NotAcceptable](src/Http/NotAcceptable.php)\n      * [407 ProxyAuthenticationRequired](src/Http/ProxyAuthenticationRequired.php)\n      * [408 RequestTimeout](src/Http/RequestTimeout.php)\n      * [409 Conflict](src/Http/Conflict.php)\n      * [410 Gone](src/Http/Gone.php)\n      * [411 LengthRequired](src/Http/LengthRequired.php)\n      * [412 PreconditionFailed](src/Http/PreconditionFailed.php)\n      * [413 RequestEntityTooLarge](src/Http/RequestEntityTooLarge.php)\n      * [414 RequestUriTooLong](src/Http/RequestUriTooLong.php)\n      * [415 UnsupportedMediaType](src/Http/UnsupportedMediaType.php)\n      * [416 RequestRangeNotSatisfiable](src/Http/RequestRangeNotSatisfiable.php)\n      * [417 ExpectationFailed](src/Http/ExpectationFailed.php)\n      * [418 ImATeapot](src/Http/ImATeapot.php)\n      * [419 AuthenticationTimeout](src/Http/AuthenticationTimeout.php)\n      * [426 UpgradeRequired](src/Http/UpgradeRequired.php)\n      * [428 PreconditionRequired](src/Http/PreconditionRequired.php)\n      * [429 TooManyRequests](src/Http/TooManyRequests.php)\n      * [431 RequestHeaderFieldsTooLarge](src/Http/RequestHeaderFieldsTooLarge.php)\n    * [5xx ServerError](src/Http/ServerError.php)\n      * [500 InternalServerError](src/Http/InternalServerError.php)\n      * [501 NotImplemented](src/Http/NotImplemented.php)\n      * [502 BadGateway](src/Http/BadGateway.php)\n      * [503 ServiceUnavailable](src/Http/ServiceUnavailable.php)\n      * [504 GatewayTimeout](src/Http/GatewayTimeout.php)\n      * [505 HttpVersionNotSupported](src/Http/HttpVersionNotSupported.php)\n      * [506 VariantAlsoNegotiates](src/Http/VariantAlsoNegotiates.php)\n      * [509 BandwidthLimitExceeded](src/Http/BandwidthLimitExceeded.php)\n      * [510 NotExtended](src/Http/NotExtended.php)\n      * [511 NetworkAuthenticationRequired](src/Http/NetworkAuthenticationRequired.php)\n      * [522 ConnectionTimedOut](src/Http/ConnectionTimedOut.php)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F4d47%2Fphp-http-exceptions","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F4d47%2Fphp-http-exceptions","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F4d47%2Fphp-http-exceptions/lists"}