Download the PHP package erudika/para-client-php without Composer
On this page you can find all versions of the php package erudika/para-client-php. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package para-client-php
PHP Client for 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
- Use Composer and include
para-client-php
as a dependency. If you don't use Composer, you can copy theindex.php
file and thesrc
directory to your project. -
Add
erudika/para-client-php
to yourcomposer.json
file: - Initialize the client with your access and secret API keys.
Documentation
Read the Docs
Contributing
- Fork this repository and clone the fork to your machine
- Create a branch (
git checkout -b my-new-feature
) - Implement a new feature or fix a bug and add some tests
- Commit your changes (
git commit -am 'Added a new feature'
) - Push the branch to your fork on GitHub (
git push origin my-new-feature
) - Create new Pull Request from your fork
For more information see CONTRIBUTING.md
License
Apache 2.0
All versions of para-client-php with dependencies
PHP Build Version
Package Version
The package erudika/para-client-php contains the following files
Loading the files please wait ....