定制 erudika/para-client-php 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

erudika/para-client-php

最新稳定版本:1.35.0

Composer 安装命令:

composer require erudika/para-client-php

包简介

PHP Client for Para

README 文档

README

Logo

PHP Client for Para

Packagist Join the chat at https://gitter.im/Erudika/para

What is this?

Para was designed as a simple and modular backend framework for object persistence and retrieval. It helps you build applications faster by taking care of the backend. It works on three levels - objects are stored in a NoSQL data store or any old relational database, then automatically indexed by a search engine and finally, cached.

This is the PHP client for Para.

Quick start

Prerequisites:

  1. Use Composer and include para-client-php as a dependency. If you don't use Composer, you can copy the index.php file and the src directory to your project.
  2. Add erudika/para-client-php to your composer.json file:
  "require": {
      "erudika/para-client-php": "1.*"
  }
  1. Initialize the client with your access and secret API keys.
$client = new \Para\ParaClient('ACCESS_KEY', 'SECRET_KEY');

Documentation

Read the Docs

Contributing

  1. Fork this repository and clone the fork to your machine
  2. Create a branch (git checkout -b my-new-feature)
  3. Implement a new feature or fix a bug and add some tests
  4. Commit your changes (git commit -am 'Added a new feature')
  5. Push the branch to your fork on GitHub (git push origin my-new-feature)
  6. Create new Pull Request from your fork

For more information see CONTRIBUTING.md

License

Apache 2.0

统计信息

  • 总下载量: 27
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 7
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 6
  • Watchers: 1
  • Forks: 2
  • 开发语言: PHP

其他信息

  • 授权协议: Apache-2.0
  • 更新时间: 2015-06-05