CodeIgniter Forums
PHP MyClientbase codebase is active ? any alternative codebase is present ? - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: General (https://forum.codeigniter.com/forumdisplay.php?fid=1)
+--- Forum: Lounge (https://forum.codeigniter.com/forumdisplay.php?fid=3)
+--- Thread: PHP MyClientbase codebase is active ? any alternative codebase is present ? (/showthread.php?tid=74432)



PHP MyClientbase codebase is active ? any alternative codebase is present ? - maddy9486 - 09-22-2019

Hi All,

Very long back i was using PHP MyClientbase open source software(Its base is CodeIgniter)
Now this is not available. Wanted to check whether this open source code base is availabel with PHP 7+ ? 
Or else is there any alternative codebase developed using CodeIgniter?

Thanks in advance
Mahesh


RE: PHP MyClientbase codebase is active ? any alternative codebase is present ? - php_rocs - 09-23-2019

@maddy9486,

CI 3.x (https://codeigniter.com/user_guide/general/requirements.html?highlight=requirements) and CI 4.xRC 1 ( https://codeigniter4.github.io/userguide/intro/requirements.html ) both work with PHP 7+. Although, CI 3.x has a minimum requirement of PHP 5.6.x.


RE: PHP MyClientbase codebase is active ? any alternative codebase is present ? - maddy9486 - 09-23-2019

(09-23-2019, 12:35 PM)php_rocs Wrote: @maddy9486,

CI 3.x (https://codeigniter.com/user_guide/general/requirements.html?highlight=requirements) and CI 4.xRC 1 ( https://codeigniter4.github.io/userguide/intro/requirements.html )  both work with PHP 7+. Although, CI 3.x has a minimum requirement of PHP 5.6.x.
Thanks php_rocs. What i am looking is : Earlier there was opensource software: PHPMyClientBase developed using CodeIgniter. Now PHPMyClientBase software is not active/present, no tutorial. It was very convenient to develop project. So, wanted to check is there any software similar kind of PHPMyClientBase based on CodeIgniter ?

Thanks in advance.


RE: PHP MyClientbase codebase is active ? any alternative codebase is present ? - php_rocs - 09-24-2019

@maddy9486,

Does it have to be open source?


RE: PHP MyClientbase codebase is active ? any alternative codebase is present ? - maddy9486 - 09-24-2019

(09-24-2019, 11:21 AM)php_rocs Wrote: @maddy9486,

Does it have to be open source?
Yes Rocs. I am looking for open source project


RE: PHP MyClientbase codebase is active ? any alternative codebase is present ? - php_rocs - 09-25-2019

@maddy9486

Try these...
https://github.com/InvoicePlane/InvoicePlane
https://www.bambooinvoice.net/index.php

They are both open source and based off of CI.

...also a search on github could possibly give you some other suggestions (https://github.com/search?q=codeigniter+invoice)