https://github.com/maillotf/ikentoo-bridge-bundle
Symfony bundle for Ikentoo which is base on token authentication.
https://github.com/maillotf/ikentoo-bridge-bundle
ikentoo php symphony
Last synced: 4 months ago
JSON representation
Symfony bundle for Ikentoo which is base on token authentication.
- Host: GitHub
- URL: https://github.com/maillotf/ikentoo-bridge-bundle
- Owner: maillotf
- License: mit
- Created: 2020-10-12T14:13:20.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-10-12T15:36:42.000Z (over 4 years ago)
- Last Synced: 2025-01-21T18:49:23.953Z (5 months ago)
- Topics: ikentoo, php, symphony
- Language: PHP
- Homepage:
- Size: 28.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Ikentoo-bridge-bundle
[![Software license][ico-license]](LICENSE)
[![Latest stable][ico-version-stable]][link-packagist]
![Packagist PHP Version Support][ico-php-version]Symfony bundle for Ikentoo which is base on token authentication
## Required configuration
### Modify framework.yaml
```yaml
ikentoo:
authentication:
protocol: "http"
host: "127.0.0.1"
port: "80"
token: "TOKEN"
```### Modify services.yaml
```yaml
services:
MaillotF\Ikentoo\IkentooBridgeBundle\Service\IkentooService: '@ikentoo.service'
```##Package instalation with composer
```console
$ composer require maillotf/ikentoo-bridge-bundle
```## Use in controller:
```php
financial->getReceiptTransactionsRange("101163659689986", $from, $to, array('staff'), 1000);
$menu = $is->orderAndPayment->loadMenu("101163222689111", 101112359691234, true)
return ($this->json($menu));
}}
```[ico-license]: https://img.shields.io/github/license/maillotf/ikentoo-bridge-bundle.svg
[ico-version-stable]: https://img.shields.io/packagist/v/maillotf/ikentoo-bridge-bundle
[ico-php-version]: https://img.shields.io/packagist/php-v/maillotf/ikentoo-bridge-bundle[link-packagist]: https://packagist.org/packages/maillotf/ikentoo-bridge-bundle