{"id":38362452,"url":"https://github.com/alexistdev/manthabill","last_synced_at":"2026-01-17T03:21:00.355Z","repository":{"id":111495867,"uuid":"324123094","full_name":"alexistdev/manthabill","owner":"alexistdev","description":"A website for hosting billing software, designed for those starting a hosting business who find commercial hosting software too expensive. Created with CodeIgniter 3. The latest version is currently under development using Laravel 11.","archived":false,"fork":false,"pushed_at":"2025-07-19T11:51:11.000Z","size":56990,"stargazers_count":12,"open_issues_count":0,"forks_count":8,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-19T16:22:31.974Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/alexistdev.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":"contributing.md","funding":null,"license":"license.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2020-12-24T09:54:05.000Z","updated_at":"2025-07-06T05:44:55.000Z","dependencies_parsed_at":"2025-07-04T17:34:04.235Z","dependency_job_id":null,"html_url":"https://github.com/alexistdev/manthabill","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/alexistdev/manthabill","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexistdev%2Fmanthabill","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexistdev%2Fmanthabill/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexistdev%2Fmanthabill/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexistdev%2Fmanthabill/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/alexistdev","download_url":"https://codeload.github.com/alexistdev/manthabill/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexistdev%2Fmanthabill/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28492675,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-17T02:39:23.645Z","status":"ssl_error","status_checked_at":"2026-01-17T02:34:19.649Z","response_time":85,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":[],"created_at":"2026-01-17T03:20:56.132Z","updated_at":"2026-01-17T03:21:00.080Z","avatar_url":"https://github.com/alexistdev.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Manthabill\n\n**Note:**\n- Development is ongoing for Manthabill version 2 using Laravel 11: [Link](https://github.com/alexistdev/manthabill/tree/development)\n- Development is ongoing for GeoBill version 1 using Angular and Spring Boot: [Link](https://github.com/alexistdev/geobill)\n\nManthabill is a free billing/invoice management software for hosting owners or those running a hosting business. Please do not remove the copyright link.\n## DEMO\nhttps://manthabill.my.id/\n\n## Technologies Used\n- **Framework:** CodeIgniter 3\n- **Template:** [AdminLTE](https://adminlte.io/)\n- **PHP Version:** PHP 5.6 ([Download here](https://sourceforge.net/projects/xampp/files/XAMPP%20Windows/5.6.3/))\n\n## Installation on Hosting\n\n1. Clone the repository:\n   ```bash\n   git clone https://github.com/alexistdev/manthabill.git\n   ```\n2. Upload the files and ensure the PHP version is set to 5.6.\n3. Create a database and import the `manthabill.sql` file.\n4. Edit the `config/database.php` file to configure your database username, database name, and password.\n5. Configure SMTP settings for sending emails in `config/email.php`.\n6. Set up a cron job in your cPanel similar to:\n   ```bash\n   wget -qO- http://[your-domain]/Cronjob \u003e /dev/null 2\u003e\u00261\n   ```\n7. Create file a .htaccess and place it in the public_html directory :\n   ```bash\n   RewriteEngine on\n\tRewriteCond $1 !^(index\\.php|resources|robots\\.txt)\n\tRewriteCond %{REQUEST_FILENAME} !-f\n\tRewriteCond %{REQUEST_FILENAME} !-d\n\tRewriteRule ^(.*)$ index.php/$1 [L,QSA]\n   ```\n\n## Installation on Localhost\n\n1. Ensure your system has PHP 5.6 installed:\n   ```bash\n   php -v\n   ```\n2. Create the `manthabill` database and import `manthabill.sql`.\n3. Configure database settings in `config/database.php` with your database details.\n4. Edit `config/config.php` to update the URL:\n   ```php\n   $config['base_url'] = 'http://localhost/manthabill/';\n   ```\n5. Login Credentials:\n\n   **Administrator**\n   - URL: `http://localhost/manthabill/staff`\n   - Username: `admin`\n   - Password: `admin`\n\n   **User**\n   - URL: `http://localhost/manthabill/`\n   - Register to create an account.\n\n## Note\nOngoing development for Laravel 11 version is in progress. For assistance, contact me via email at [alexistdev@gmail.com](mailto:alexistdev@gmail.com) or open an issue on GitHub.\n\n## Screenshots\n\n#### Administrator Page:\n![Administrator Page](https://github.com/alexistdev/manthabill/blob/master/Photo/gambar1.png?raw=true)\n\n#### Client Page:\n![Client Page](https://github.com/alexistdev/manthabill/blob/master/Photo/gambar2.png?raw=true)\n\n#### Service Page:\n![Service Page](https://github.com/alexistdev/manthabill/blob/master/Photo/gambar3.png?raw=true)\n\n#### User Detail Page:\n![User Detail Page](https://github.com/alexistdev/manthabill/blob/master/Photo/gambar4.png?raw=true)\n\n#### Invoice Detail Page:\n![Invoice Detail Page](https://github.com/alexistdev/manthabill/blob/master/Photo/gambar5.png?raw=true)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falexistdev%2Fmanthabill","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falexistdev%2Fmanthabill","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falexistdev%2Fmanthabill/lists"}