{"id":17398175,"url":"https://github.com/jaydson/kactoos-api","last_synced_at":"2025-03-27T22:16:28.427Z","repository":{"id":137211894,"uuid":"1892085","full_name":"jaydson/Kactoos-API","owner":"jaydson","description":"PHP classes abstraction for Kactoos API","archived":false,"fork":false,"pushed_at":"2011-06-29T16:19:33.000Z","size":4864,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-02T00:31:33.211Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://jaydson.org/kactoos-api","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jaydson.png","metadata":{"files":{"readme":"README.textile","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2011-06-14T01:14:15.000Z","updated_at":"2014-05-14T06:54:52.000Z","dependencies_parsed_at":"2023-03-14T18:30:47.640Z","dependency_job_id":null,"html_url":"https://github.com/jaydson/Kactoos-API","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jaydson%2FKactoos-API","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jaydson%2FKactoos-API/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jaydson%2FKactoos-API/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jaydson%2FKactoos-API/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jaydson","download_url":"https://codeload.github.com/jaydson/Kactoos-API/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245931897,"owners_count":20695964,"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":"2024-10-16T14:42:22.629Z","updated_at":"2025-03-27T22:16:28.384Z","avatar_url":"https://github.com/jaydson.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"h1. Kactoos API\n\nhttp://jaydson.org\nMantainer: Jaydson Gomes \u003cjayalemao@gmail.com\u003e\n\nKactoos API is a simple PHP classes abstracion to consume Kactoos API.\nThe Kactoos public API provide simple methods to get information about the products and stuff.\nThis information is delivered as XML or JSON format.\nThis abstraction consists in encapsulate this methods to help developers to create fun applications with PHP.\nYou just need to include kactoos-api.php in your project, and start to use available methods.\n* This is beta and under construction,so... use with your own risk ;)\n\nThis project is open sourced under the MIT license\nand can be used and modified by anyone. \n\nThe requirements are:\n* PHP 5+\n* PHPUnit (Just if you want to run tests)\n* cURL (http://www.php.net/manual/en/curl.requirements.php)\n\nh2. Third Party code used:\n* none for a while\n\nh2. Up \u0026 Running in a few steps\n\n* To use Kactoos you just need to include kactoos-api in your App and config a little things:\n$kapi = new KactoosAPI();\n$kapi-\u003eapikey('your_app_key')\n     -\u003ecountry('br')\n     -\u003emodule('products')\n     -\u003eappname('your_app_name')\n     -\u003eformat('xml')\n     -\u003edebug();\n     \nObviously, you need to get an Kactoos api, but is simple: http://api.kactoos.com\nAssuming that you created with success your Kactoos API, its easy start to use. Just look at sample code above ;)\n\n* Example\nHow can i get information about kactoos products categories ?\n$categories = $kapi-\u003egetProductCategories('categorie-name','droid');\nWow!\nPretty easy hum?\nIn this example, we searching in Kactoos plataform an Category that the name is like 'droid'... Well, i want to get some cellphone with Android ;)\n\n[ Soon as possible i'll create more and more examples ]\n\nh2. How can you help?\n* Creating fun applications with Kactoos API\n* Testing and sending Tickets!\n* Resolving existing tickets!\n* Spreading the world about the project!\n\nh2. How can I get Help?\n* First the \"project's wiki\":http://wiki.github.com/jaydson/Kactoos-API\n* http://api.kactoos.com\n* You can send a message to anyone involved into the project (throught GitHub)\n* My Blog Post http://jaydson.org/kactoos-api\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjaydson%2Fkactoos-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjaydson%2Fkactoos-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjaydson%2Fkactoos-api/lists"}