https://github.com/bayatgames/php-savegamepro-mongodb
Save Game Pro Cloud, PHP MongoDB Database Support.
https://github.com/bayatgames/php-savegamepro-mongodb
bayat bayat-games cloud database mongodb php php-mongodb savegame savegamepro unity unity3d
Last synced: 3 months ago
JSON representation
Save Game Pro Cloud, PHP MongoDB Database Support.
- Host: GitHub
- URL: https://github.com/bayatgames/php-savegamepro-mongodb
- Owner: BayatGames
- License: mit
- Created: 2017-10-18T12:19:31.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-10-02T05:05:57.000Z (over 5 years ago)
- Last Synced: 2024-12-30T21:17:03.320Z (5 months ago)
- Topics: bayat, bayat-games, cloud, database, mongodb, php, php-mongodb, savegame, savegamepro, unity, unity3d
- Language: PHP
- Size: 11.7 KB
- Stars: 1
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Save Game Pro Cloud - PHP MongoDB
Save Game Pro Cloud, PHP MongoDB Database Support.
## Requirements
The below components are required to install Save Game Pro Cloud:
- [Composer](https://getcomposer.org/)
## Installation
You can install the Save Game Pro Cloud - PHP MongoDB support via below ways:
- [Clone](#clone)
- [Download](#download)Also, we can install it for you:
- [Automatic Installation](#automatic-installation)
### Clone
Clone it using Git:
```
git clone https://github.com/BayatGames/php-savegamepro-mongodb.git
```Then navigate to the folder:
```
cd php-savegamepro-mongodb
```And install dependencies:
```
composer install
```Or
```
php composer.phar install
```Now, navigate to the cloned folder from your Browser.
For example: http://localhost/php-savegamepro-mongodb
Then follow the steps to install the Save Game Pro Cloud.
### Download
[Download the ZIP](https://github.com/BayatGames/php-savegamepro-mongodb/archive/master.zip) file and extract it.
Then navigate to the folder and run the below command to install dependencies:
```
composer install
```Or
```
php composer.phar install
```Now, navigate to the cloned folder from your Browser.
For example: http://localhost/php-savegamepro-mongodb
Then follow the steps to install the Save Game Pro Cloud.
## Getting Started
Make sure the server and database is running.
Now navigate to the save game pro installation folder from your browser, for example: http://localhost/php-savegamepro-mongodb
Now fill the required fields to install Save Game Pro Cloud.
When the installation completes, the Save Game Pro Cloud generates a secret key for accessing the API from Unity, so Copy/Paste the code to Unity and make your requests.
Now, place the Save Game Pro installation URL in Unity, for example: http://localhost/php-savegamepro-mongodb/index.php
**Notice**: The `index.php` at the end of the URL is required, otherwise all requests will fail.
**Notice**: Keep the Secret Key in a safe place, because you can't see that page again.
**Notice**: The MongoDB database connection does not needs a user name and password most of the time, so you can leave them empty.
## Automatic Installation
Don't want to install manually, contact us and we will be happy to install it for you:
[Support](https://github.com/BayatGames/Support)
It is a paid service and the operator will report back to you the price.
## Resources
- [Save Game Pro](https://github.com/BayatGames/SaveGamePro)
- [PHP](http://php.net)
- [Composer](https://getcomposer.org/)
- [MongoDB](https://www.mongodb.com)
- [Support](https://github.com/BayatGames/Support)## License
MIT @ [Bayat Games](https://github.com/BayatGames)
Made with :heart: by [Bayat Games](https://github.com/BayatGames)