{"id":20934593,"url":"https://github.com/erudika/para-client-php","last_synced_at":"2025-07-08T03:41:12.819Z","repository":{"id":32963137,"uuid":"36577105","full_name":"Erudika/para-client-php","owner":"Erudika","description":"PHP Client for Para","archived":false,"fork":false,"pushed_at":"2024-02-01T08:01:31.000Z","size":113,"stargazers_count":6,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-02T07:41:30.246Z","etag":null,"topics":["api-client","backend-services","para","php"],"latest_commit_sha":null,"homepage":"https://paraio.org","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Erudika.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,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2015-05-30T21:56:07.000Z","updated_at":"2024-09-12T14:40:26.000Z","dependencies_parsed_at":"2024-02-01T09:24:13.066Z","dependency_job_id":"795fb517-c7c2-4394-9e78-06677dfd88b2","html_url":"https://github.com/Erudika/para-client-php","commit_stats":{"total_commits":52,"total_committers":1,"mean_commits":52.0,"dds":0.0,"last_synced_commit":"c0a99ebd9fc1e4f82fb47c25ba0d542950b3e8cc"},"previous_names":[],"tags_count":30,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Erudika%2Fpara-client-php","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Erudika%2Fpara-client-php/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Erudika%2Fpara-client-php/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Erudika%2Fpara-client-php/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Erudika","download_url":"https://codeload.github.com/Erudika/para-client-php/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254020903,"owners_count":22000806,"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":["api-client","backend-services","para","php"],"created_at":"2024-11-18T22:09:57.083Z","updated_at":"2025-05-13T20:31:35.936Z","avatar_url":"https://github.com/Erudika.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"![Logo](https://s3-eu-west-1.amazonaws.com/org.paraio/para.png)\n\n# PHP Client for Para\n[![Packagist](https://img.shields.io/packagist/v/erudika/para-client-php.svg)](https://packagist.org/packages/erudika/para-client-php)\n[![Join the chat at https://gitter.im/Erudika/para](https://badges.gitter.im/Erudika/para.svg)](https://gitter.im/Erudika/para?utm_source=badge\u0026utm_medium=badge\u0026utm_campaign=pr-badge\u0026utm_content=badge)\n\n## What is this?\n\n**Para** was designed as a simple and modular backend framework for object persistence and retrieval.\nIt helps you build applications faster by taking care of the backend. It works on three levels -\nobjects are stored in a NoSQL data store or any old relational database, then automatically indexed\nby a search engine and finally, cached.\n\nThis is the PHP client for Para.\n\n### Quick start\n\n1. Use [Composer](https://getcomposer.org/doc/00-intro.md) and include `para-client-php` as a dependency.\nIf you don't use Composer, you can copy the `index.php` file and the `src` directory to your project.\n2. Add `erudika/para-client-php` to your `composer.json` file:\n```json\n  \"require\": {\n      \"erudika/para-client-php\": \"1.*\"\n  }\n```\n3. Initialize the client with your access and secret API keys.\n```php\n$client = new \\Para\\ParaClient('ACCESS_KEY', 'SECRET_KEY');\n```\n\n## Documentation\n\n### [Read the Docs](https://paraio.org/docs)\n\n## Contributing\n\n1. Fork this repository and clone the fork to your machine\n2. Create a branch (`git checkout -b my-new-feature`)\n3. Implement a new feature or fix a bug and add some tests\n4. Commit your changes (`git commit -am 'Added a new feature'`)\n5. Push the branch to **your fork** on GitHub (`git push origin my-new-feature`)\n6. Create new Pull Request from your fork\n\nFor more information see [CONTRIBUTING.md](https://github.com/Erudika/para/blob/master/CONTRIBUTING.md)\n\n## License\n[Apache 2.0](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ferudika%2Fpara-client-php","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ferudika%2Fpara-client-php","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ferudika%2Fpara-client-php/lists"}