{"id":26508586,"url":"https://github.com/eval-agency/beansbooksapi","last_synced_at":"2026-05-09T02:07:46.102Z","repository":{"id":29364338,"uuid":"32898909","full_name":"eVAL-Agency/BeansBooksAPI","owner":"eVAL-Agency","description":"BeansBooks API in PHP","archived":false,"fork":false,"pushed_at":"2015-03-26T00:45:17.000Z","size":136,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-09-17T13:04:23.698Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/eVAL-Agency.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-03-26T00:32:33.000Z","updated_at":"2015-03-26T00:45:18.000Z","dependencies_parsed_at":"2022-09-06T17:00:53.534Z","dependency_job_id":null,"html_url":"https://github.com/eVAL-Agency/BeansBooksAPI","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/eVAL-Agency/BeansBooksAPI","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eVAL-Agency%2FBeansBooksAPI","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eVAL-Agency%2FBeansBooksAPI/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eVAL-Agency%2FBeansBooksAPI/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eVAL-Agency%2FBeansBooksAPI/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/eVAL-Agency","download_url":"https://codeload.github.com/eVAL-Agency/BeansBooksAPI/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eVAL-Agency%2FBeansBooksAPI/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279002400,"owners_count":26083373,"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","status":"online","status_checked_at":"2025-10-09T02:00:07.460Z","response_time":59,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":"2025-03-21T00:35:10.578Z","updated_at":"2025-10-10T01:17:10.383Z","avatar_url":"https://github.com/eVAL-Agency.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# BeansBooks API for PHP\n\nSimple BeansBooks API written for use in PHP frameworks.\n\nThis library is designed to be embedded in other frameworks, such as [Core Plus](http://corepl.us), [Kohana](http://kohanaframework.org/), [Laravel](http://laravel.com), and others.\n\nThis project currently does not have an autoloader, (as the framework generally handles that task).\n\nThis is version 1.0.0 of the API, feel free to submit patches and feature requests!\n\n## Usage\n\nCopy the lib/BeansBooks into the library directory for your destination project.  (Core Plus component available out of the box.)\n\nCopy config.example.php to config.php and set with your BeansBooks site settings.\n\n## Example Code\n\n    try{\n        $customersearch = new \\BeansBooks\\CustomerSearch();\n        $customersearch-\u003esearchName = 'smith';\n        //$customersearch-\u003eexecute();\n         \n        foreach($customersearch as $c){\n            var_dump($c);\n        }\n    }\n    catch(Exception $e){\n        die($e-\u003egetMessage());\n    }\n    \n## Current Functionality\n\n### Account Search\n### Customer Sale Search\n### Customer Search\n### Tax Search\n### Vendor Search\n### Account lookup/create/update\n### Customer lookup/create/update\n### Customer Address lookup/create/update\n### Tax lookup/create/update\n### Vendor lookup/create/update\n### Vendor Address lookup/create/update\n### Vendor Expense lookup/create/update\n\n## BeansBooks Compatibility\n\nThis library is built to work with BeansBooks v1.3.3.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feval-agency%2Fbeansbooksapi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feval-agency%2Fbeansbooksapi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feval-agency%2Fbeansbooksapi/lists"}