Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zikwall/easy-online
👻 EasyOnline communication system WIP!
https://github.com/zikwall/easy-online
easy-to-use extensible modular php7 restful-api server social-network yii2
Last synced: 10 days ago
JSON representation
👻 EasyOnline communication system WIP!
- Host: GitHub
- URL: https://github.com/zikwall/easy-online
- Owner: zikwall
- License: mit
- Created: 2019-08-04T14:35:36.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-08-05T10:36:39.000Z (over 5 years ago)
- Last Synced: 2024-05-02T23:18:30.765Z (7 months ago)
- Topics: easy-to-use, extensible, modular, php7, restful-api, server, social-network, yii2
- Language: PHP
- Homepage: http://c95202tj.bget.ru
- Size: 1.6 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# easy-online
## Installation
##### Pre-Setup configure composer.json (https://github.com/zikwall/easy-online-composer)
##### Change index file (web/index.php)
```php
// for example Yii2 basic app
$config = yii\helpers\ArrayHelper::merge(
require __DIR__ . '/../config/web.php',
require __DIR__ . '/../vendor/zikwall/easy-online/modules/core/config/web.php',
(is_readable(__DIR__ . '/../config/easy-online-dynamic.php'))
? require(__DIR__ . '/../config/easy-online-dynamic.php')
: []
);(function ($config) {
(new \zikwall\easyonline\modules\core\components\web\Application($config))->run();
})($config);```
##### Open site in browser to start the installation process
Visit: http://c95202tj.bget.ru to view example
You can Signup (also through social OAuth 🎁) or enter right away:
1. __Login__: _Username_
2. __Password__: _123456_❌ it does not provide access to the admin panel!