{"id":21124564,"url":"https://github.com/optimoapps/jolo-api","last_synced_at":"2025-07-23T16:41:43.985Z","repository":{"id":57032548,"uuid":"167577585","full_name":"OptimoApps/jolo-api","owner":"OptimoApps","description":"Laravel 5 Package for Jolo API(Corporate Money Transfer)","archived":false,"fork":false,"pushed_at":"2020-05-23T13:11:44.000Z","size":57,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-21T05:27:02.087Z","etag":null,"topics":["jolo-api","jolosoft","laravel","laravel5-package","money-transfer"],"latest_commit_sha":null,"homepage":"https://www.optimoapps.com/","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/OptimoApps.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-01-25T16:25:49.000Z","updated_at":"2020-05-23T13:10:19.000Z","dependencies_parsed_at":"2022-08-23T20:50:20.185Z","dependency_job_id":null,"html_url":"https://github.com/OptimoApps/jolo-api","commit_stats":null,"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OptimoApps%2Fjolo-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OptimoApps%2Fjolo-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OptimoApps%2Fjolo-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OptimoApps%2Fjolo-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/OptimoApps","download_url":"https://codeload.github.com/OptimoApps/jolo-api/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243567324,"owners_count":20312019,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["jolo-api","jolosoft","laravel","laravel5-package","money-transfer"],"created_at":"2024-11-20T04:17:01.514Z","updated_at":"2025-03-14T11:25:42.955Z","avatar_url":"https://github.com/OptimoApps.png","language":"PHP","readme":"---\n#### Laravel 5 Package for Jolo Api(unofficial)\n\n![run-tests](https://github.com/OptimoApps/jolo-api/workflows/run-tests/badge.svg?branch=master)\n[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://github.com/OptimoApps/laravel-joloapi/blob/master/LICENSE.md)\n[![Latest Stable Version](https://poser.pugx.org/optimoapps/jolo-api/version)](https://packagist.org/packages/optimoapps/jolo-api)\n[![Total Downloads](https://poser.pugx.org/optimoapps/jolo-api/downloads)](https://packagist.org/packages/optimoapps/jolo-api)\n![Check \u0026 fix styling](https://github.com/OptimoApps/jolo-api/workflows/Check%20\u0026%20fix%20styling/badge.svg)\n\u003cp align=\"center\"\u003e\n  \u003cimg width=\"500\" height=\"300\" src=\"https://www.optimoapps.com/images/laravel_jolo_api.png\"\u003e\n\u003c/p\u003e\n\n---\n\n## Installation\n\nThis package can be installed through Composer.\n\n    composer require optimoapps/jolo-api\n    \nIn Laravel 5.5 and above the package will autoregister the service provider.\n\nPublish the config file of this package with this command:\n\n    php artisan vendor:publish --provider=\"OptimoApps\\JoloApi\\JoloApiServiceProvider\"\n    \nThe following config file will be published in config/jolo-api.php\n\n    return [\n        'key' =\u003e '',   //Provide your api key\n        'mode' =\u003e 0   //Change 1 for live\n    ];\n    \n## Usage\n    use JoloApi;\n    JoloApi::checkBalance()-\u003etoArray();\n    \n\nConvert to Array \n    \n    JoloApi::checkBalance()-\u003etoArray();\n    \nOr if Json Result just call toJson()\n\n    JoloApi::checkBalance()-\u003etoJson();\n    \n###### Available Class Methods\n\nAgent Signup\n    \n    use JoloApi;\n    $params =  [\n        'service'=\u003e 12342233444,   //Mobile no\n        'name'=\u003e 'name',  //name of an agent\n        'address'=\u003e 'XXXXXX',  //Address of an agent\n        'email'=\u003e 'info@optimoapps.com'  //email id of an corporate agent  \n    ];\n    $result = JoloApi::agentSignUp($params)-\u003etoArray();\n    \nFor Transfer Money\n    \n    use JoloApi;\n    $params =  [\n        'service'=\u003e 12342233444,   //Mobile no\n        'beneficiaryid'=\u003e 'name',  //unique beneficiary id\n        'orderid'=\u003e 'XXXXXX',  //unique order generated by your script\n        'amount'=\u003e 300,\n        'remarks' =\u003e 'any text' \n    ];\n    $result = JoloApi::transferMoney($params)-\u003etoArray()    \n    \nFor more details ,Please check [JoloSoft doc](https://jolosoft.com/docs.php) \n        \n    \n## Testing\nRun the tests with:\n\n    vendor/bin/phpunit\n        \n## Security\nIf you discover any security related issues, please email info@optimoapps.com instead of using the issue tracker.     \n\n## License\nThe MIT License (MIT). Please see [License File](https://github.com/OptimoApps/laravel-joloapi/blob/master/LICENSE.md) for more information.       \n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foptimoapps%2Fjolo-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Foptimoapps%2Fjolo-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foptimoapps%2Fjolo-api/lists"}